
| Author |
Message |
Blogzor Admin
|
# Posted: 31 Dec 2005 13:19:08 ° Edited by: Blogzor
To help eliminate comment spam we recommend that you activate the new feature called authimage. This will require all users to enter a verification number before adding their comment. This prevents automatic bots from filling in your comments with spam.
Login to your Blogzor admin area and select the control center. Under "Anti Spam Management" select "AuthImage. Make sure the checkbox "Enable Pluggin" is selected. Set the length of the image and select the background to use for the number. To make the image easier to read, use the transparent background.
If you are using a custom template you will need to add the code to your template "commentform.template". Add the following code to the form above the submit button:
{if $authimage->isEnabled()}
<br><strong>Enter the verification number below</strong><br><input size=6 type="text" name="authImage" id="authImage" value="" /> {$authimage->show()}</div>
<br>{/if}
Save the changes and check your blog.
|
|