2 users online. Create an account or sign in to join them.Users
Replace field in section
This is an open discussion with 2 replies, filed under General.
Search
You're in luck. Both the core Upload Field and the Unique Upload Field extension share the same database schema (the tables that hold their data have the same columns).
- Install the Unique Upload Field extension
- View your database with phpMyAdmin or Sequel Pro
- Open
sym_fieldsand find the row of your existing upload field and note itsid. Change the value in thetypecolumn fromuploadtouniqueupload - Open
sym_fields_upload, find the row where thefield_idmatches theidfrom the first table, and remove the row - Open
sym_fields_uniqueuploadand add a row setting thefield_idto theidof the first table
Thanks a lot, Nick. The task was achieved successfully :)
Create an account or sign in to comment.
Guys, how can one replace fields in a section? E.g. i have a section with dozens of entries. Each entry contains one ordinary upload field (with jpg uploaded). How can i replace this field with the Unique upload field?