Multiple Member's Pages?

Permalink
Hello!

Is it possible to have more than one members.php page, like:
members.php
members_group1.php
members_group2.php
members_group3.php

If it's possible, what pages would I need to create/edit to make it work?

Thanks!
Ruben

rubencouto
 
grosik replied on at Permalink Reply
grosik
Hello, i think the solution is quite simply:

1. create single pages like members_group1.php etc. which base on members.php code.
2. put them into /single_pages/
3. add them through dashboard
4. make custom links to recently created pages on pages you want to link from.

greetings
rubencouto replied on at Permalink Reply
rubencouto
Hello grosik!

Thanks for your reply.
I think your suggestion would allow me to have multiple members pages, but all of them would have the same contents.

I would like to have a members page to display the members Group1, another to display the members of Group2 and so on... I think I might need to mess around with controller page and/or model page, but I don't know how...
grosik replied on at Permalink Reply
grosik
Hi once again,

you should have to override somehow controller, yes. it could be find in:

concrete/core/controllers/single_pages/members.php

but im not pretty sure which way would be the best for you for overriding. You should wait for any other guy to give you advice how to override it in proper way.

greetings.
JohntheFish replied on at Permalink Reply
JohntheFish
For multiple member lists, my Uber List addon can be used to set that up and format whatever member information you want into the list items.
http://www.concrete5.org/marketplace/addons/uber-list/...

Uber List requires Magic Data which, amongst other things, can also be used to adapt content blocks added to member profile pages to show member specific information.
http://www.concrete5.org/marketplace/addons/magic-data/...
rubencouto replied on at Permalink Reply
rubencouto
Hello JohntheFish!

Thanks for your suggestion, but my website is non commercial and I have no funds to invest in paid addons.

Waiting for any other suggestions...