1500 Posts in 413 Topics by 448 members
Blog Module
SilverStripe Forums » Blog Module » Forum Login to Comment on Blog
Discuss the Blog Module.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba
|
Page:
1
|
Go to End | |
| Author | Topic: | 1200 Views |
-
Forum Login to Comment on Blog

22 May 2009 at 12:56am
I've done a search and came across one post that described the steps to take to require login to forum username for blog commenting:
http://silverstripe.org/archive/show/159269
I did as it suggested, adding the PageComment::set_comments_require_login(true); line to the bottom of my /mysite/_config.php, but when I reload the file to my server, my entire install gets borked. Thinking I was using the wrong _config.php, I also added it to the empty /blog/_config.php, but ended with the same issue. If I could get some help with what I could be doing wrong here, it would be appreciated.
My main direction I'm wanting to use silverstripe is to have a unified login for the site, where the members are users of the 'site' and not necessarily just the forums. Being able to require login for comment is a step in that direction, and I don't foresee any other needs beyond that at this stage. Possibly I'd like to take it into the direction similar to what the poster in the linked post was wanting as well: showing the avatars within the comments as well.
Thanks for putting together a great CMS.
-
Re: Forum Login to Comment on Blog

22 May 2009 at 1:06pm
my entire install gets borked
Can you explain the error? Perhaps put the site into devmode to get the full error message. It could be as simple as a typo.
But yes that method should still work - we have it running for californiawomen.org. Blog commenting is locked down to members just by adding that 1 line.
-
Re: Forum Login to Comment on Blog

22 May 2009 at 3:37pm
Fatal error: Call to undefined method PageComment::set_comments_require_login() in /usr/home/webpage/public_html/test/mysite/_config.php on line 28
Is the error I'm getting once I upload and refresh. This installation is running on a subdomain, and therefore is running on a directory below the main site, as I'm just using one of my sites as a testbed. I didn't think that would effect the installation, but I might be mistaken.
-
Re: Forum Login to Comment on Blog

22 May 2009 at 3:53pm
I think it is PageCommentInterface::set_comments_require_login(true); not PageComment::set_comments_require_login()
-
Re: Forum Login to Comment on Blog

27 May 2009 at 4:33pm
Thank you very much, willr, that worked perfectly.
| 1200 Views | ||
|
Page:
1
|
Go to Top |


