FAQ - Available Tags

faq.tpl

Tag name In Block Description

MAIN

The main block

{FAQ_PATH} MAIN Breadcrumb path
{FAQ_TITLE} MAIN The title of the module

MAIN.FAQ_CATEGORIES

A list of FAQ subcategories for the current category

{FAQ_CATEGORY_ID} MAIN.FAQ_CATEGORIES The category's ID in the structure table
{FAQ_CATEGORY_DESC} MAIN.FAQ_CATEGORIES The category's description
{FAQ_CATEGORY_TITLE} MAIN.FAQ_CATEGORIES The title of the category
{FAQ_CATEGORY_ICON_URL} MAIN.FAQ_CATEGORIES URL of the category's icon
{FAQ_CATEGORY_CODE} MAIN.FAQ_CATEGORIES The category's unique code
{FAQ_CATEGORY_QUESTION_COUNT} MAIN.FAQ_CATEGORIES The count of the questions only in the category
{FAQ_CATEGORY_QUESTION_COUNT_TOTAL} MAIN.FAQ_CATEGORIES The total count of the questions in this category and its children

MAIN.FAQ_LIST_QUESTIONS

A complete list of questions for the current category

{FAQ_LIST_QUESTION_ID} MAIN.FAQ_LIST_QUESTIONS The ID of the question in the questions table
{FAQ_LIST_QUESTION_ORDER} MAIN.FAQ_LIST_QUESTIONS The order number when output
{FAQ_LIST_QUESTION_TEXT} MAIN.FAQ_LIST_QUESTIONS The raw text of the question
{FAQ_LIST_QUESTION_URL} MAIN.FAQ_LIST_QUESTIONS The URL to the question on the page
{FAQ_LIST_QUESTION_USER_NAME} MAIN.FAQ_LIST_QUESTIONS The user name of the question poster
{FAQ_LIST_QUESTION_USER_EMAIL} MAIN.FAQ_LIST_QUESTIONS The email address of the question poster
{FAQ_LIST_QUESTION_ADDED_DATE} MAIN.FAQ_LIST_QUESTIONS The question's date formated of when it was added
{FAQ_LIST_QUESTION_ADDED_TIMESTAMP} MAIN.FAQ_LIST_QUESTIONS The question's timestamp of when it was added
{FAQ_LIST_QUESTION_CATEGORY_TITLE} MAIN.FAQ_LIST_QUESTIONS The title of the category the question is in
{FAQ_LIST_QUESTION_CATEGORY_CODE} MAIN.FAQ_LIST_QUESTIONS The unique code of the category the question is in
{FAQ_LIST_QUESTION_LINK} MAIN.FAQ_LIST_QUESTIONS The question text formated into a link from a resource
{FAQ_LIST_QUESTION_LINK_WITHORDER} MAIN.FAQ_LIST_QUESTIONS the question text formated into a link from a resource with the question order number

MAIN.FAQ_QUESTIONS_AND_ANSWERS

A complete list of questions and answers for the current category

{FAQ_QAA_QUESTION_ID} MAIN.FAQ_QUESTIONS_AND_ANSWERS The ID of the question in the questions table
{FAQ_QAA_QUESTION_ORDER} MAIN.FAQ_QUESTIONS_AND_ANSWERS The order number when output
{FAQ_QAA_QUESTION_TEXT} MAIN.FAQ_QUESTIONS_AND_ANSWERS The text of the question from a resource
{FAQ_QAA_QUESTION_TEXT_RAW} MAIN.FAQ_QUESTIONS_AND_ANSWERS Just the text of the question
{FAQ_QAA_QUESTION_URL} MAIN.FAQ_QUESTIONS_AND_ANSWERS The URL to the question on the page
{FAQ_QAA_QUESTION_USER_NAME} MAIN.FAQ_QUESTIONS_AND_ANSWERS The user name of the question poster
{FAQ_QAA_QUESTION_USER_EMAIL} MAIN.FAQ_QUESTIONS_AND_ANSWERS The email address of the question poster
{FAQ_QAA_QUESTION_ADDED_DATE} MAIN.FAQ_QUESTIONS_AND_ANSWERS The question's date formated of when it was added
{FAQ_QAA_QUESTION_ADDED_TIMESTAMP} MAIN.FAQ_QUESTIONS_AND_ANSWERS The question's timestamp of when it was added
{FAQ_QAA_QUESTION_CATEGORY_TITLE} MAIN.FAQ_QUESTIONS_AND_ANSWERS The title of the category the question is in
{FAQ_QAA_QUESTION_CATEGORY_CODE} MAIN.FAQ_QUESTIONS_AND_ANSWERS The unique code of the category the question is in
{FAQ_QAA_QUESTION_LINK} MAIN.FAQ_QUESTIONS_AND_ANSWERS The question text formated into a link from a resource
{FAQ_QAA_QUESTION_LINK_WITHORDER} MAIN.FAQ_QUESTIONS_AND_ANSWERS the question text formated into a link from a resource with the question order number

MAIN.FAQ_QUESTIONS_AND_ANSWERS.IS_ADMIN

Options for a user if they are an admin

{FAQ_QAA_QUESTION_DELETE_URL} MAIN.FAQ_QUESTIONS_AND_ANSWERS.IS_ADMIN The URL to delete the question
{FAQ_QAA_QUESTION_DELETE_LINK} MAIN.FAQ_QUESTIONS_AND_ANSWERS.IS_ADMIN The link formatted from a resource to delete the question
{FAQ_QAA_QUESTION_EDIT_URL} MAIN.FAQ_QUESTIONS_AND_ANSWERS.IS_ADMIN The URL to edit the question
{FAQ_QAA_QUESTION_EDIT_LINK} MAIN.FAQ_QUESTIONS_AND_ANSWERS.IS_ADMIN The link formatted from a resource to delete the question

MAIN.FAQ_QUESTION_ADD

Options and form inputs for users and guests that have write access

{FAQ_QUESTION_ADD_FORM_SEND} MAIN.FAQ_QUESTION_ADD The URL for POSTing the add questin form
{FAQ_QUESTION_ADD_TEXT} MAIN.FAQ_QUESTION_ADD The question text to submit

MAIN.FAQ_QUESTION_ADD.GUEST

Options and form inputs for guests that have write access

{FAQ_QUESTION_ADD_VERIFY} MAIN.FAQ_QUESTION_ADD.GUEST The CAPTCHA verify input box
{FAQ_QUESTION_ADD_VERIFYIMG} MAIN.FAQ_QUESTION_ADD.GUEST The generated CAPTCHA for verify
{FAQ_QUESTION_ADD_GUEST_USERNAME} MAIN.FAQ_QUESTION_ADD.GUEST A inputbox for the user to type a user name
{FAQ_QUESTION_ADD_GUEST_EMAIL} MAIN.FAQ_QUESTION_ADD.GUEST A inputbox for the user to type a email address