filtering EMD with custom fields – UserPro Forums https://forum.userproplugin.com/forums/topic/filtering-emd-with-custom-fields/feed/ Sat, 18 May 2024 09:28:47 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/filtering-emd-with-custom-fields/#post-42710 <![CDATA[filtering EMD with custom fields]]> https://forum.userproplugin.com/forums/topic/filtering-emd-with-custom-fields/#post-42710 Fri, 19 Sep 2014 01:22:09 +0000 markolson68 I read the instructions on how to add additional fields for filtering, using custom fields. I followed the steps so that I edited the code here to add two other fields (with drop downs that i created)

$args[’emd_country’] = ‘Search by Country,dropdown’;
$args[’emd_state’] = ‘Search by State,dropdown’;
$args[’emd_year’] = ‘Search by Year,dropdown’;
$args[’emd_gender’] = ‘Gender,radio’;

and then i put this into my page:

[userpro template=emd emd_fields=’gender,country,state,year’]

but neither state nor year show up on the page.

i imagine i’m missing something simple but don’t have any idea what it is.

]]>
https://forum.userproplugin.com/forums/topic/filtering-emd-with-custom-fields/#post-42711 <![CDATA[Reply To: filtering EMD with custom fields]]> https://forum.userproplugin.com/forums/topic/filtering-emd-with-custom-fields/#post-42711 Fri, 19 Sep 2014 01:25:49 +0000 markolson68 https://forum.userproplugin.com/forums/topic/filtering-emd-with-custom-fields/#post-42718 <![CDATA[Reply To: filtering EMD with custom fields]]> https://forum.userproplugin.com/forums/topic/filtering-emd-with-custom-fields/#post-42718 Fri, 19 Sep 2014 02:39:21 +0000 markolson68 There is no field by that name on that page. Happy to send the code.

]]>
https://forum.userproplugin.com/forums/topic/filtering-emd-with-custom-fields/#post-42739 <![CDATA[Reply To: filtering EMD with custom fields]]> https://forum.userproplugin.com/forums/topic/filtering-emd-with-custom-fields/#post-42739 Fri, 19 Sep 2014 10:59:43 +0000 UserPro Support Team @markolson68 ,
You can try passing the short code once in the following format –
[userpro template=emd search_age=”Age,dropdown” search_gender=”Gender,dropdown” search_country=”Country,dropdown”]
please let me know if you will need my help furhter!

]]>
https://forum.userproplugin.com/forums/topic/filtering-emd-with-custom-fields/#post-42747 <![CDATA[Reply To: filtering EMD with custom fields]]> https://forum.userproplugin.com/forums/topic/filtering-emd-with-custom-fields/#post-42747 Fri, 19 Sep 2014 13:04:03 +0000 markolson68 hi, that’s what i tried the first time. it didn’t work with any custom fields, which is why i tried the other method.

also, can you please confirm for me that the message i sent to the ‘test’ account are not public.

]]>
https://forum.userproplugin.com/forums/topic/filtering-emd-with-custom-fields/#post-42817 <![CDATA[Reply To: filtering EMD with custom fields]]> https://forum.userproplugin.com/forums/topic/filtering-emd-with-custom-fields/#post-42817 Wed, 24 Sep 2014 06:18:52 +0000 UserPro Support Team @markolson68
Please go with this following shortcode it will work for you.
[userpro template=emd emd_accountstatus=0 emd_photopreference=0 emd_Country=”Country,dropdown” emd_state=”state,dropdown” emd_year=”year,dropdown” emd_gender=”Gender,dropdown”]

]]>