Community Support Forums — WordPress® ( Users Helping Users ) — 2011-10-11T12:24:12-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=15473 2011-10-11T12:24:12-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15473&p=45351#p45351 <![CDATA[Re: Search by custom profile fields?]]>

Statistics: Posted by Cristián Lávaque — October 11th, 2011, 12:24 pm


]]>
2011-10-09T23:20:24-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15473&p=45231#p45231 <![CDATA[Re: Search by custom profile fields?]]> I think I'm gonna have a custom table that duplicates the data in a queryable way on profile update.
I actually need admins to approve profile modifications, so I can use the duplicate table as the intermediate destination for new data works as well.

Thanks!

Statistics: Posted by zameer — October 9th, 2011, 11:20 pm


]]>
2011-10-09T15:30:48-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15473&p=45211#p45211 <![CDATA[Re: Search by custom profile fields?]]>
Code:
$s2_custom_fields get_user_option('wp_s2member_custom_fields'$user_id); 


Look at it in the database so you see how they're stored and how you could search them.

I hope this helps. :)

Statistics: Posted by Cristián Lávaque — October 9th, 2011, 3:30 pm


]]>
2011-10-09T01:44:28-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15473&p=45189#p45189 <![CDATA[Search by custom profile fields?]]> I'm building a buddypress based site and I'm leaning more towards using s2Member fields rather than BP extend profile fields due to number of reasons.
What I wan to know is, is it possible to build a search plugin for s2Member profile fields (similar to BP Profile Search plugin)? If so can you show me the right direction?

Statistics: Posted by zameer — October 9th, 2011, 1:44 am


]]>