The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Can someone help me out - this is too simple I know, but I am clueless.
When someone posts a new reply I would like the default message to include the message that they posted. I found the template to modify (email_moderator) and tried some changes, but nothing... Here's what I tried - Hello, $bbuserinfo[username] has just posted in the $foruminfo[title] forum of $bbtitle under the title of $threadinfo[title]. This thread is located at $bburl/showthread.php?threadid=$threadid <!-- I added this --> Title: $post[title] Message: $post[message] Attachment: $post[attachment] <!-- End of addition --> So how do I make it send me the message - what are the vB variables? PLEASE let me know - my board is going crazy and I can't browse to it at work, only view emails. If it's bad, I can Terminal Services to my server if I have to moderate.. |
#2
|
|||
|
|||
Bump.
I'm trying to figure out how to do this also. |
#3
|
|||
|
|||
Btw, it seems like this should be in the forum for templates.
|
#4
|
||||
|
||||
A hack has been released that allows the message to be emailed. It's either by Logician or Lesane I think. Do a search for it.
|
#5
|
|||
|
|||
I figured it out with help from the other board.
You use $message and $title. Still haven't figured out what the variable is for the signature. $signature isn't it. Here is my email_moderator template, btw: Code:
USER: $bbuserinfo[username] FORUM: $foruminfo[title] BBS: $bbtitle THREAD: $threadinfo[title]. This thread is located at $bburl/showthread.php?threadid=$threadid ------------------------------- $title $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:
|