Forum Replies Created
-
AuthorPosts
-
jamigra
ParticipantHi Ernest. They said to check _render_form_select function in peepso-core/classes/fields/fieldselectsingle.php.
I have attached the file. Is there an asp results function that can talk to this file or can extract the information from the serialised data?
Many thanks
-
This reply was modified 9 years, 1 month ago by
jamigra.
jamigra
ParticipantHi Ernest
I am told that the corresponding country names are stored in a different table in the data base and it is serialized…. “Extended profile value of is stored in postmeta table.
You can find it using SELECT * FROM wp_postmeta WHERE meta_key = ‘select_options’ AND post_id = [YOUR_POST_ID].
As a note, the data is in serialized format.”Can Ajax search handle serialized data? Or is the best option to have a function that does replacement in the search results…so replace “option_3197_2” with “Afghanistan”. Will I also then be able to search for “Afghanistan”?
Please let me know what could be a solution to this problem.
Thanks
jamigra
ParticipantHi Ernest
Good question. I am not sure where they are stored. I will ask the plugin developer.
If I can find the answer I was hoping you had an asp function that would allow me to define the alternative value and replace it. So replace option_3197_2 with Afghanistan.
Thanks
-
This reply was modified 9 years, 1 month ago by
-
AuthorPosts