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!
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!
Could that be of any help:http://www.concrete5.org/community/forums/block_requests/custom-att...
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?
Is it applicable to user attributes?
I was advised to use the user_list class code.... what do you think?
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.
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
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