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