The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to customize email notifications
I set up some subforums to automatically notify a mailing list address when a new thread is started. I didn't like the default email notification. Below is an example of the default:
So I changed it to this: To customize the message structure, do the following: 1. Login to the Admin Control Panel 2. Open up the Languages & Phrases group on the left 3. click on Phrase Manager 4. Select "Email Body Text" from the Phrase Type and select GO 5. Click Edit to the right of the "Moderator" varname on page 2 Below is the default code for $vbphrase[moderator] Code:
Hello, $bbuserinfo[username] has just posted in the $foruminfo[title_clean] forum of $vboptions[bbtitle] under the title of $threadinfo[prefix_plain]$threadinfo[title]. This thread is located at $vboptions[bburl]/showthread.php?t=$threadinfo[threadid] Here is the message that has just been posted: *************** $post[message] *************** Code:
*** NEW THREAD NOTIFICATION *** (DO NOT REPLY) To read or reply to post, click here -> $vboptions[bburl]/showthread.php?t=$threadinfo[threadid] FROM: $bbuserinfo[username] SUBJECT: $threadinfo[prefix_plain]$threadinfo[title] FORUM: $foruminfo[title_clean] ($vboptions[bbtitle]) Here is the message that $bbuserinfo[username] just posted: *************** $post[message] *************** |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|