Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Members only section


Go to End


3 Posts   1099 Views

Avatar
Christy

Community Member, 68 Posts

7 June 2013 at 9:35pm

Could someone point me in the right direction please.

I want to restrict some pages to logged in members only. (editable profile, another menu, downloads, forum, news etc)

The login area should have the usual - register, login, forgotten password, username and password.

I have found the Userpage and User Form modules. Is this the best way to go or will it require coding?

Thanks.

Avatar
Willr

Forum Moderator, 5523 Posts

7 June 2013 at 10:24pm

You can create a private members area out of the box by setting the 'Access' rights under the pages settings tab. If you want to hook up register and profiles try the memberprofiles module

https://github.com/ajshort/silverstripe-memberprofiles

Avatar
Christy

Community Member, 68 Posts

11 June 2013 at 5:05pm

Thank you very much, Willr. Member profiles seems to be working for me.