By freakx0 on
I want to build a detailed user search. i've not found a module for that, all existing modules i tried using one input field an searching in alle profile fields.
but i want to have for example one input field for 'gender', one for 'age' and so on.
how to to that?
dominik
Comments
has nobody a detailed user
has nobody a detailed user search?
// http://teamsugar.com/people/filter
how is that build?
detailed user search
the search on teamsugar site is a view with the filters that you see exposed
select -> checkboxes
I need to allow admins to select multiple options in fields where only one option is selectable by users in their profiles (select) using checkboxes, so they can filter (in this example) users that are "married" or "single" or "divorced". How would I do this? TIA.
views checkboxes module...
...seems to do the trick.
how to display results
i have made a view with the required filters, but how do i display the results?????
managed it?
hey did you manage to do it? i too would like to have a detailed user search. i was using views and vbo but couldnt do it.