Quote:
Originally Posted by Mulet
Nope.
But thankyou for letting me know. I've seen in a few place people talking about the long paragraphs. I'd like to find out a little more before I swap out the recaptcha, although I imagine a nonsense decoder being more difficult to write than OCR.
--------------- Added [DATE]1319630553[/DATE] at [TIME]1319630553[/TIME] ---------------
Ok, as you may be able to tell, I'm new.
I've installed the xml, and left the timer at 15 for isbot.
However I got to plugin manager, and don't know where to add the two lines the readme speaks of. I need some stupid proof instructions.
|
In the readme file there are no instructions for editing the plugin other than the timer. There are instructions for installing the hook for this mod, in your "register" template. It's just one line you add.
Go AdminCP>Styles and Templates>Style Manager then on the skin you want to add this hook line too, choose "Edit Templates" from the corresponding drop-down menu.
From the resulting list of templates, find "Registration Templates" and double click on that to reveal them, then click on "register."
In the register template find:
Code:
<input type="hidden" name="url" value="$url" />
And right under it add the following:
Code:
<input type="hidden" name="isbot_time1" value="$isbot_time1" />
Then click "save."