Closed (fixed)
Project:
Node Form Template
Version:
6.x-1.0-beta3
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2009 at 22:39 UTC
Updated:
26 Aug 2009 at 01:20 UTC
I have Mollom set to CAPTCHA-only for my content form, which should produce a CAPTCHA image on every page load, but I don't get one. The Mollom configuration seems fine (it says the keys are ok and gives me the graphs one gets when the connection is there).
I'm wondering how it would be exposed within the template. I'm guessing I need to do a print of something for it to show up, but I have no idea what that would be.
Comments
Comment #1
effulgentsia commentedIf in your node-form.tpl.php file (or node-form-TYPE.tpl.php, if you have a node-type specific one), you're printing $standard, then the mollom captcha should be displayed normally. On the other hand, if you're not printing $standard, and instead are printing $form_ids and every other component by its variable, then the variable for the mollom captcha is $mollom.