Help with user attributes filter/search page

Permalink
I'd like to make a search/filter page that will allow visitors to select attributes to filter.

I know how to set custom attributes in the 'user attributes' section of the backend. So now I need help making it work on the front end.

I found some useful information on the c5 documentation section (http://www.concrete5.org/documentation/developers/permissions/user-search-filtering/).

Can anybody give me some points of how to start using this to create a custom page that will allow visitors to filter member information? I know very basic PHP, but I'm learning fast! :-)

Any help would be greatly appreciated!

 
linuxoid replied on at Permalink Reply
linuxoid
chimychimy replied on at Permalink Reply
Correct me if I'm wrong, but from what I can understand, this code block deals with pages and other content.

Is it applicable to user attributes?

I was advised to use the user_list class code.... what do you think?
linuxoid replied on at Permalink Reply
linuxoid
You're right, my block only searches by page attributes, not user attributes. But I thought this can help you start, just change some classes and methods from page_list to user_list.
rosie607 replied on at Permalink Reply
rosie607
Hi chimychimy
I was just wondering if you managed to find a solution to this. I am also trying to figure out how to allow site visitors to filter a user list.
Any pointers would be really useful.
Thanks