Can anyone help with member lists?
Permalink
Hi,
I need to create a member directory for my website. Basically I need a member list page which lists all of the members and then a link from the member list to the profile pages of the member selected.
I also would like a filter which filters the members by information attributes they completed when they registered.
AL in all something nearly the same as...http://www.concrete5.org/community/members/...
Any help would be greatly appreciated I am not too good at this members bit.
Thanks
I need to create a member directory for my website. Basically I need a member list page which lists all of the members and then a link from the member list to the profile pages of the member selected.
I also would like a filter which filters the members by information attributes they completed when they registered.
AL in all something nearly the same as...http://www.concrete5.org/community/members/...
Any help would be greatly appreciated I am not too good at this members bit.
Thanks
I sometime question my common sense! I never considered trying to get to it via the URL I was looking for it in the sitemap but couldnt find it.
Thanks very much for your help. Do you have any idea how to create a filter which would enable me to have checkboxes for attributes such as hair colour, eye colour etc
Thanks again
Dean
:)
Thanks very much for your help. Do you have any idea how to create a filter which would enable me to have checkboxes for attributes such as hair colour, eye colour etc
Thanks again
Dean
:)
> Do you have any idea how to create a filter which would enable me
> to have checkboxes for attributes such as hair colour, eye color etc
The dashboard allows you to do some basic filtering, but if you're talking about the list displayed to site visitors (and if you need filtering that's more advanced than a basic keyword search), then you'll have to code it yourself. It's really not too difficult if you're familiar with PHP.
If you're looking for something more powerful, flexible, and simpler to implement, you might want to check out the following add-on...
http://www.concrete5.org/marketplace/addons/enhanced-user-list/...
-Steve
> to have checkboxes for attributes such as hair colour, eye color etc
The dashboard allows you to do some basic filtering, but if you're talking about the list displayed to site visitors (and if you need filtering that's more advanced than a basic keyword search), then you'll have to code it yourself. It's really not too difficult if you're familiar with PHP.
If you're looking for something more powerful, flexible, and simpler to implement, you might want to check out the following add-on...
http://www.concrete5.org/marketplace/addons/enhanced-user-list/...
-Steve
Thanks Shotster.
I think I will have a look at coding it myself. I love the look of your addon, it does pretty much everything I am trying to do. However any money I spend here comes out of my pocket and not my clients so I am trying to keep any extra costs to a complete minimum.
If I get stuck you will probably be receiving $50 from me haha
Dean
I think I will have a look at coding it myself. I love the look of your addon, it does pretty much everything I am trying to do. However any money I spend here comes out of my pocket and not my clients so I am trying to keep any extra costs to a complete minimum.
If I get stuck you will probably be receiving $50 from me haha
Dean
Type "Public Profiles" into intelligent search and check "Enable Public Profiles"
That will give you ahttp://example.com/index.php/members... page that lists the members.
To determine which attributes are available in the search box on that page type "User Attributes" in the intelligent search box and click on any of the available attributes(or add some) and click the box "Content included in user keyword search." to have this attribute searched.