<VINFO_NAME>
Tag Function:
- Displays the name of the visitor who commented the image. The name is stored within a cookie and is avaliable only if this cookie is set.
Main Usage:
- Used within image_template.html or comment_template.html to dynamically recall and load the commenter's name.
Examples:
In your image or comment template, you can use the tag like this:
<input type="text" name="name" class="input" value="<VINFO_NAME>" />
Sample Output:
Using the code above will generate the following when the template is run:
<input type="text" name="name" class="input" value="photolvr" />
CommentRelatedTags
<< <IMAGE_COMMENTS> | TemplateTags | <VINFO_URL> >>