PDA

View Full Version : Search by additional profile field?


Robert Basil
13 Mar 2001, 01:48
I am looking for a way to search by an added profile filed (i.e. $userinfo[field3])

I have tried a few things using the memberlist.php for reference, but no luck.

Any hints?

14 Mar 2001, 01:37
bump.

14 Mar 2001, 22:46
I'm also interested in doing the same thing. i would like users to be able to search by city and state.

16 Mar 2001, 01:10
So I am guessing that this cannot be done?

I'm not asking that someone do this for me, just point me in the right direction. :)

16 Mar 2001, 01:32
I'm not going to write this one, but this should give someone enough to be getting on with...

Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

This code snippet will perform a simple text match against a custom user field - so if you were searching with $fieldnumber = 2 (Location) and $searchstring was "New", then it would pick up all users from New York, Newcastle etc...