PHPBB3 variables from the sample email templates.

  • {USERNAME} - Username
  • {U_USER_DETAILS} - User's profile link
  • {U_ACTIVATE} - User activation link
  • {EMAIL_SIG} - Admin/board email signature
  • {SITENAME} - Configured name of the site
  • {CONTACT_EMAIL} - Configured board webmaster email
  • {MESSAGE} - Used to insert the message when emailing a user from the board, or using the "email topic to friend" tool.
  • {U_BOARD} - URL of the forums
  • {WELCOME_MSG} - A welcome message. Like "Welcome to so-and-so's forums". Probably in the language file, with the {SITENAME} variable in it.
  • {PASSWORD} - User's password. Probably only works in the initial email, since it's encrypted after that.
  • {FAX_INFO} - COPPA fax number
  • {MAIL_INFO} - COPPA mailing address
  • {EMAIL_ADDRESS} - User's email address
  • {TO_USERNAME} - The username an email is addressed to, when using in-board email.
  • {FROM_USERNAME} - The username an email is coming from, when using in-board email.
  • {TOPIC_NAME} - The topic name that you are emailing to a friend.
  • {U_TOPIC} - The URL for the topic involved.
  • {BOARD_CONTACT} - Configured board webmaster email
  • {FORUM_NAME} - The name of the forum that has received a topic, and the user is being notified about.
  • {TOPIC_TITLE} - The name of the topic that has received a post, and the user is being notified about.
  • {U_NEWEST_POST} - URL of the newest post to the topic being watched.
  • {U_STOP_WATCHING_FORUM} - URL to be removed from Subscrition to the forum.
  • {GROUP_NAME} - The group name that the user has been added to.
  • {U_GROUP} - URL of the group page
  • {U_PENDING} - URL a group leader should visit to review / approve / deny a new member.
  • {U_FORUM} - URL to the forum being watched.
  • {POST_SUBJECT} - Post title, could be the same as {TOPIC_TITLE}, unless it's a reply.
  • {U_VIEW_POST} - URL to the specific post (within a topic).
  • {U_VIEW_TOPIC} - URL to the topic.
  • {REASON} - Reason a post was disapproved.
  • {AUTHOR_NAME} - User who authored the PM.
  • {SUBJECT} - Subject of the PM.
  • {U_INBOX} - URL to the user's PM inbox.
  • {CLOSER_NAME} - Username of the person who closed a report that was filed.
  • {U_STOP_WATCHING_TOPIC} - URL to unsubscribe from a topic.
  • {REGISTER_DATE} - Registration date of the user.