I can't get mollom to show on the comment form for my blog posts. I originally had Math spam protection and that worked just fine and dandy. So next I decided to try recaptcha and got that mostly working, but the layout of the widget was all messed up, so I decided to try mollom but it does not show up at all. I've got in my _config.php:
Mollom::setPublicKey('enter-your-mollom-public-key');
Mollom::setPrivateKey('enter-your-mollom-private-key');
SpamProtectorManager::set_spam_protector('MollomSpamProtector');
with my keys of course, and spam protection module in place, but it just does not render. A million thanks to anyone who knows what I should look for. I'm using SilverStripe v2.4.3, thanks!!!!