1770 Posts in 495 Topics by 531 members
Blog Module
SilverStripe Forums » Blog Module » Allow user to post
Discuss the Blog Module.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 1472 Views |
-
Allow user to post

22 August 2009 at 1:23am Last edited: 22 August 2009 1:27am
hi,
Am new to sliverstripe. Is it possible to give access permissions to a user, so that the user can only post in the blog and not have any admin rights ?Thanks,
arnott -
Re: Allow user to post

29 August 2009 at 9:53pm
Same question. I want to allow only registered users to comment and comment only. How do we do this?
Thanks for any help.
-
Re: Allow user to post

29 August 2009 at 10:39pm
publisher - if you want users to have to login to comment you can set the following methods in your mysite/_config file
PageCommentInterface::set_comments_require_login(true); // require any logged in member
// OR If you only want specific members
PageCommentInterface::set_comments_require_permission('PAGECOMMENT_POST'); // where PAGECOMMENT_POST is your permission code (which you can set in the groups cms panel) -
Re: Allow user to post

31 August 2009 at 5:29pm
To arnott's question I would add that I have the same question - not about page comments but about an actual user who has the ability to post blog entries but no other administrative rights. Any suggestions on how to get this done?
| 1472 Views | ||
|
Page:
1
|
Go to Top |


