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.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

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

Blog


Go to End


4 Posts   1547 Views

Avatar
Ricardo

Community Member, 11 Posts

13 May 2010 at 4:46am

I have a blog on my site bdsfinance.com . Iam receiving comments which have http addresses . How do I remove the comments from the blog which are negative . How do i stop the the http type comments from getting on the blog.

Avatar
Invader_Zim

Community Member, 141 Posts

13 May 2010 at 6:34am

Hi Ricardo.

There are different ways for a better spam protection in your blog.

You can ask your commenters a simple math question.
Just add

MathSpamProtection::setEnabled();
to your _config.php.

Or you can use a SS-Module like http://silverstripe.org/mollom-module/ ,
or like http://silverstripe.org/recaptcha-module/.

Cheers,
Christian

Avatar
biapar

Forum Moderator, 435 Posts

15 May 2010 at 12:16am

"MathSpamProtection::setEnabled();"

This is a default feature?

Avatar
Invader_Zim

Community Member, 141 Posts

15 May 2010 at 1:11am

Well, yes.

Have a look at the API Docs here: http://api.silverstripe.org/2.4/cms/comments/MathSpamProtection.html

Cheers,
Christian