I haven’t yet, but I seem to remember a built in EE member search tag?
The member search tag only allows you to search weblog/s for entries authored by that member searched for.
If that’s what you’re looking foe the code used within the simple search form is:
<label for="member_name">Member Name:</label>
<input type="text" name="member_name" id="member_name" maxlength="100" size="40" />
Has anyone found a way to allow a website visitor to search the member list for a particular screen_name or member custom field?
I know it can be done through the discussion forum template theme_member.php but I need non-members to be able to search the membership.
A kind of gross solution is to create a weblog of all members and allow users to do a simple search of that weblog. I reckon it’s a gross solution because i’d have to maintain two concurrent member lists.
Am I missing something obvious or are non-logged in users unable to search the memberlist? Is it not possible to search members through the fron-end templates?