Rev 1372 | Blame | Compare with Previous | Last modification | View Log | RSS feed
Customizing your Phorum mail messages=====================================This document describes the way you can customize the mail messagesthat are sent out by Phorum.Table of contents:1. General information2. User-notifications about new messages in followed threads3. Moderator-notifications about new messages4. User-notifications about new private messages1. General information-------------------------------------------------------------------------------All messages and subjects for the mail messages are defined as languagestrings in the language-files. So to customize mail messages, you canchange the definition of these strings.For some mail messages, you can use a couple of special tags in themessage and mailsubject, which are automatically replaced by relevantdata.Below you'll find a list of the language strings that you can update foreach type of mail message and the special tags that you can use in them.2. User-notifications about new messages in followed threads-------------------------------------------------------------------------------Related language strings:- NewReplySubject- NewReplyMessageReplacement tags:- %forumname% The name of the current forum.- %author% The name of the author of the message.- %subject% The subject of the message.- %full_body% The full body of the message including all HTML/BBCodetags, use with care!- %plain_body% The body of the message which is stripped from allHTML/BBCode tags.- %read_url% The url where this message can be read.- %remove_url% The url to unsubscribe from the followed thread.- %noemail_url% The url to set the subscription to "no email", sothe thread is only followed from the user's profile.- %followed_threads_url% The url to the controlcenter-page where theuser can look at all the followed threads.3. Moderator-notifications about new messages-------------------------------------------------------------------------------Related language strings for messages that need to be moderated:- NewModeratedSubject- NewModeratedMessageRelated language strings for messages that do not need to be moderated:- NewUnModeratedMessageReplacement tags:- %forumname% The name of the current forum.- %author% The name of the author of the message.- %subject% The subject of the message.- %full_body% The full body of the message including all HTML/BBCodetags, use with care!- %plain_body% The body of the message which is stripped from allHTML/BBCode tags.- %read_url% The url where this message can be read.- %approve_url% The url where this message can be approve (if it's amoderated forum and messages need approval)4. User-notifications about new private messages-------------------------------------------------------------------------------Related language strings:- PMNotifySubject- PMNotifyMessageReplacement tags:- %author% The name of the author of the message.- %subject% The subject of the message.- %full_body% The full body of the message including all HTML/BBCodetags, use with care!- %plain_body% The body of the message which is stripped from allHTML/BBCode tags.- %read_url% The url where this message can be read.