<LATEST_COMMENT_ID>
Tag Function:
- Displays the image id of the image with the latest comment .
Main Usage:
- Used within any template to dynamically recall and load the id of the image with the latest comment.
Examples:
In your image template, you can use the tag like this:
<a href="./index.php?showimage=<LATEST_COMMENT_ID>">Latest Commented Image</a>
Sample Output:
Using the code above will generate the following when the template is run:
<a href="./index.php?showimage=101">Latest Commented Image
</a>
CommentRelatedTags
<< <IMAGE_COMMENT_TEXT> | TemplateTags | <LATEST_COMMENT_NAME> >>