Plugin hiddeninput
From LifeType Wiki
Name: Hidden Input
Latest version: 20070314
Download link: http://prdownloads.sourceforge.net/lifetype/1.2_hiddeninput.zip?download
License: GPL
Author: Mark Wu and Jon Daley
[edit] Description
This plugin offers you add hidden fields to your comment form to prevent comment spam robot.
[edit] Configuration
First, create a number of hidden fields in the configuration settings.
Put some of them in the "empty" list. That way, some of the fields will have to be filled in, and some left blank, it will be harder for the spammer to figure it out.
Then, add the following code to commentform.template inside <form> ... </form>:
{if $hiddeninput}
{$hiddeninput->printHiddenFields()}
{/if}
[edit] Notes
n/a
