Comment tags by Matthew McNaney ------------------------------- Written: 15 March, 2006 Version History: ------------------------------- 1.0 First version Introduction ---------------------------- This file contains all the tags that go into the comment view templates. LABEL tags are translatable phrases that clarify areas in the template. In other words instead of: Edited by: {EDIT_AUTHOR} the template uses {EDIT_LABEL}: {EDIT_AUTHOR} If you are serving English users only, you can remove these from the templates. Labels tags: ---------------------------------------------------------------------- JOINED_DATE_LABEL - "Joined" LOCATION_LABEL - "Location" SUBJECT_LABEL - "Subject" ENTRY_LABEL - "Comment" AUTHOR_LABEL - "Author" POSTED_ON - "Posted on" POSTED_BY - "Posted by" RESPONSE_LABEL - "In response to" EDIT_LABEL - "Edited" EDIT_AUTHOR_LABEL - "Edited by" EDIT_TIME_LABEL - "Edited on" EDIT_REASON_LABEL - "Reason" Information tags: ---------------------------------------------------------------------- AUTHOR_NAME - Name of the author COMMENTS_MADE - Number of comments made by author on site SIGNATURE - If enabled, the user's signature JOINED_DATE - Date user joined the discussion (made first comment) PICTURE - If enabled, the user's avatar graphic CONTACT_EMAIL - Email the user has volunteered for contacting WEBSITE - User's website address LOCATION - Where the user is from SUBJECT - Subject or title of user's post ENTRY - The content of the user's comment CREATE_TIME - Time/Date comment was made (see config.php to set date format) RELATIVE_CREATE - Relative time comment was made. (e.g. 2 days ago) REPLY_LINK - Link to make a reply to the comment EDIT_LINK - Edit link to update comment. Must be poster or admin DELETE_LINK - Link to delete comment. Must be admin. VIEW_LINK - Link to view the comment separately RESPONSE_NUMBER - Number of the comment user replied to RESPONSE_NAME - Name of the comment author the user replied to EDIT_AUTHOR - Name of the user who edited the comment EDIT_TIME - Time comment was edited EDIT_REASON - Reason given for editing the comment IP_ADDRESS - IP address of the commenter. Must be admin.