Skip to main content

Template Variables: Global

alternate_userarray of user
A link to the user profile
current_useruser
A link to the user profile
login_linkanchor_hash
An html link. Specific link properties can be accessed with sub-variables.
logout_linkanchor_hash
An html link. Specific link properties can be accessed with sub-variables.
navigation
bookmarks
hrefstring
The link href to the bookmarks page.
new_countint
The number of bookmarked threads that are unread.
menuarray
activeint
Is true when the menu item matches the current page.
has_newint
Is true when the menu item has something new to be viewed
hrefstring
The link href for the menu item.
iconstring
Can be added to an element's class attribute to display an icon.
idstring
An identifier for the menu item.
namestring
The name of the menu item.
name_attrstring
The name of the menu item that can be safely used with html element attributes
messages
hrefstring
The link href to the conversations page.
new_countint
The number of unread conversations.
titlestring
It says the number of new messages you have or just "Conversations" if you do not have any new messages.
new_count_totalint
The sum of the number of new notifications and updated participated threads.
notifications
hrefstring
The link href to the notifications page.
new_countint
The number of new notifications.
titlestring
It describes the new notifications and/or updated participated threads you have.
recent_threads
reported_posts
hrefstring
The link href to the reported posts page.
new_countint
The number of new reported posts.
treestring
The html for the forum navigation of categories and board. It normally appears near the top of the forum.
news_feed_templatestring
Outputs the template html showing a news feed. The news feed is made up of specific staff selected threads.
recent_postarray of post
Posts that were recently made on the forum.
recent_posts_templatestring
Outputs the template html showing recent posts on the forum.
recent_threadarray of thread
Threads that were recently made on the forum.
recent_threads_templatestring
Outputs the recent threads template html.
register_linkanchor_hash
An html link. Specific link properties can be accessed with sub-variables.
route
namestring
A unique identifier for the page's route (url)
paramsobject
The parameters that were passed to the page.
switch_forum_linkanchor_hash
An html link. Specific link properties can be accessed with sub-variables.
timestampint
The number of seconds since January 1, 1970. Also known as the epoch timestamp.