Closed (works as designed)
Project:
Mollom
Version:
5.x-1.7
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2009 at 18:21 UTC
Updated:
11 Feb 2009 at 18:21 UTC
FYI -- This isn't a Mollom issue, but a configuration issue that might appear to be a Mollom issue.
Problem: The captcha wasn't appearing when the user was prompted to fill it in. Instead, all the user would see is "Word Verification * ()" followed by the submit box.
Solution: The issue was actually with our CSS. At one point in time we decided to hide links within the comment wrapper class, so '.comment-wrapper a' was set to display: none. As a result, the captcha never appeared.
Props to Sherlock Dries for deducing this... thanks buddy :-)