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

How to make Mollom + Spamprotector RUN like in video?


Go to End


8 Posts   2441 Views

Avatar
SalvaStripe

Community Member, 89 Posts

14 May 2009 at 8:45pm

Edited: 14/05/2009 11:55pm

ss2.3.1

i installed spamprotection module and mollom module.

i insert this lines into my
mysite/_config.php

Mollom::setPublicKey('enter-your-mollom-public-key');
Mollom::setPrivateKey('enter-your-mollom-private-key');
SpamProtecterManager::set_spam_protecter('MollomSpamProtector');

and i updated the keys with my keys.

sooo.. in the video there is a "Spam Protection" field to add a spamprotection field. but at my form, there is not such a field. how can i add this?

AND

when i write a comment on a page, there does not be a spamprotector too.

AND

in my CMS, there is the "Report" Tab and this works

AND

How can I see "spamprotection" module is correctly installed?

thanks ;D

Avatar
SalvaStripe

Community Member, 89 Posts

14 May 2009 at 10:48pm

Edited: 14/05/2009 11:56pm

.

Avatar
dodghz

Community Member, 4 Posts

15 May 2009 at 11:14am

Edited: 15/05/2009 11:21am

Hi there
I got SilverStripe, Mollom, Spamprotection & the userforms to run together like the video, but it was all in vain because the blog module wouldn't co-operate (blank page at the front-end). We'd to ditch SilverStripe as a result... real shame.

Anyway, you can see my post here explaining how to get your modules going...
http://www.silverstripe.org/all-other-modules/show/260345#post260345

Basically, you need to get the beta version of Silverstripe & daily builds of the other modules. I obtained daily builds via some URL manipulation... I couldn't find any other documented way to get them.

1. Goto http://open.silverstripe.com/changeset/latest/modules/spamprotection/trunk?old_path=/&filename=/modules/spamprotection/trunk&format=zip

2. To get daily builds of the other modules, replace "spamprotection" with "mollom", "userforms" etc.

3. Unzip & rename the module folders.

4. Put them in place on your web server.

5. Do your /dev/build

6. Create your user form with the spam protector field as per the video.

7. Save & publish, then log out of the CRM.

Best of luck!
Ooo - to test mollom's working ok, see http://mollom.com/faq/how-do-i-test-mollom
Remember to make sure you're logged-out of the CRM, or you'll not see your captcha on your userform.

Avatar
Willr

Forum Moderator, 5523 Posts

15 May 2009 at 12:18pm

We are about to release the new version of the user forms module which will have the support for mollom spam fields out of the box (provided you have spamprotection and mollom installed).

And yes watch out for the Logged in user doesn't show captcha field 'feature' :D

Avatar
qlex

Community Member, 68 Posts

6 August 2009 at 2:22am

Hi,
thanx for suggestions.
I have followed them closely, and was able to dev/build?flush=1 with no problem.
have created a new userform from scratch and added the spamprotection element too.
when i signed off and tried to open the page with that userform, i only got white page..

any ideas what could go wrong ?

SS 2.3.2
Userforms, spamprotection and mollom - all daily builds

Avatar
Willr

Forum Moderator, 5523 Posts

6 August 2009 at 2:07pm

Can you see if any errors are generated in your php error log.

Avatar
qlex

Community Member, 68 Posts

6 August 2009 at 8:18pm

Edited: 06/08/2009 8:20pm

willr,
im on web hosting and i believe i have no access to php error log, do I ?

THis is perhaps linked to this thread, where the error message is posted, so please take a look there:
http://www.silverstripe.org/all-other-modules/show/266009?start=0#post266197[url]

Qlex

Avatar
Willr

Forum Moderator, 5523 Posts

6 August 2009 at 8:24pm