By Gene Teigland on Saturday, 10 October 2015
Posted in General Issues
Likes 0
Views 702
Votes 0
Love that you added the autocomplete feature for custom fields. Question is where could I add these in the database. I ask this because doing it with the admin interface will take me hours since I will have hundreds and hundreds of items to put in. (list of all art universities)

http://www.awesomescreenshot.com/image/648958/481369c24065347a8c517e65876cb378

Thanks!
Hi Gene,

The list is being stored inside the database table #__social_fields_options as my colleague Mark mentioned in his previous reply. Unfortunately there is no other place that the list is being stored as the autocomplete can only be utilized using the database search rather than file list search.
·
Thursday, 15 October 2015 11:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Gene,

If you really need to import this via the db, you need to map them into the table #__social_fields_options . You need to set the parent_id to the field's id.
·
Saturday, 10 October 2015 12:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Is there a better place to add these. Obviously somehwere these choices have to be stored. I just want to add to that stored list. Is there another file that these autocompletes are being stored?

Thanks!
·
Thursday, 15 October 2015 03:38
·
0 Likes
·
0 Votes
·
0 Comments
·
thanks i was able to just edit via myphp admin into #_social_fields_options
·
Thursday, 29 October 2015 01:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Gene,

You are most welcome.
·
Friday, 30 October 2015 18:55
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post