By Anonymous (not verified) on
I'm looking for the user search engine by username, by age, by status, by gender and by location.
like - http://drupal.org/search/issues (can filter the search result)
so how can I get this? i'm using drupal 6.10.
thanks for discuss.
Comments
_
You can set up a user search page with views and exposed filters. Alternatively, checkout the http://drupal.org/project/profileplus module.
show me an example
please show me an example how to use views to create an user search page. TQ
=-=
try on your own, and ask specific questions to get specific answers. We can't really do this for you as we don't know how your profile fields are set up. If views intimidates you, consider the module suggestion offered.
ideally you should use the advanced help.module and the already existing views documentation. If you have specific questions you can get specific answers along the way while you try to do this on your own.
May u show me some tips..
May u show me some tips, I already try that and i get the views setting like this:
http://www.octavo.com.my/user_search.jpg
but it will output all the user (included the Anonymous user), then u need to use the filter to filter out the unmatch user...
b'cos i need something like search engine page before user do search it just blank page, after user search his friends the page just show him the friends.
may i get some tips from yours. thanks.
=-=
you should exclude uid 0 which is the anon user role
you also don't seem to be using enough fields for the amount of filters you are trying to use
based on the image you show, you don't have the advanced help.module installed which exposes ALOT of views2 documentation
how can i add option to user roles?
how can i add option to user roles?
i try to add a user roles at filter section, but i cant get the option for select?
http://www.octavo.com.my/user_search2.jpg
but now i use username filter to filter "Anonymous" username is already block the "Anonymous"(not login user), is it got better way to filter "Anonymous"(not login user)?
and i want to try filter by age also...
thanks very much for discuss.