<TOKEN>
Tag Function:
- Displays a hidden field with the unique token string
Main Usage:
- Used within image_template.html and comment_template.html for submitting the token to the comments form.
You have to enable the TOKEN in the Admin panel: Options - Spam Control
Examples:
In your image or comment template, you can use the tag like this:
Sample Output:
Using the code above will generate the following when the template is run:
<input name="token" value="2960ab7e264b8b26c4449fe5cc941190" type="hidden">
CommentRelatedTags
<< <VINFO_EMAIL> | TemplateTags | <TAG_IMG_LIST> >>