This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Meta Values #12909
    jamigrajamigra
    Participant

    Hi 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 jamigrajamigra.
    in reply to: Meta Values #12893
    jamigrajamigra
    Participant

    Hi 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

    in reply to: Meta Values #12884
    jamigrajamigra
    Participant

    Hi 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

Viewing 3 posts - 1 through 3 (of 3 total)