-
Everything has worked fine with my userpro except the search on the members list page. It directs all searches to a page that I thought had been deleted. Which shortcode do I need to change and to what? I have not changed any of the permalinks and all are working correctly (No error messages).
If any members can help me directly I would appreciate it. I also need to set up custom search parameters. My email is ufochick at gmail.com. Thanks ahead of time.Can I see your current members directory page? What’s set in “Page setup”, etc?
Please enable nice permalinks. 🙂 This should fix members page
Ok I fixed it. The permalink setting in wordpress was on default. The permalink setting in userpro was on user. I changed the permalink setting In WP to custom and added the /profile/username in the type in area after custom.
Also for others adding parameters to the search, you cannot add them if you have used a multi-select box, only if you used the pick one box. Or if you can add the ,multi-select box I have not figured out how.
You can’t add multi select box as a search filter currently. 🙂
Yes you can do a search on multiselect box. I am doing on custom fields. The code is like this;
[userpro template=memberlist search_gender="Gender,dropdown" search_Height="Height,dropdown" search_weight="weight,dropdown" search_age="age,dropdown" search_relationship_status="relationship_status,dropdown" search_drugs="drugs,dropdown" search_smoking="smoking,dropdown" search_alcohol="alcohol,dropdown"]
For others these are custom fields with multiselect boxes. Here is the code I am having trouble with.
search_relationshipstatus=”relationshipstatus,dropdown”
This gives me the box with relationship status but the only option is All… But all is NOT one of the options.
I have tried this
search_relationship status=”relationship status,dropdown”
&
search_relationship_status=”relationship_status,dropdown”any suggestions on how to change the code when there are two words?
The other issue is that I cannot put up more than 6 searches. I can’t find it in the coding. There are no formatting issues I can see. it will wrap around once but that is it.
How the only option is “All”? is it because it’s a multiselect box? Did you try with select box?
You must be logged in to reply to this topic.