This isn't exactly what you're looking but you might be interested in it anyway. The simplest thing to do is to edit your email_notify template and include the variable:
$message
This will print the entire contents of the post rather than just a clip. Here's the email_notify template I use at one of my forums:
Quote:
$bbuserinfo[username] has just replied to the message thread entitled - $threadinfo[title]. Here's the contents of that message:
~~~~~~~~~~~~~~ Message ~~~~~~~~~~~~~~~
$message
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This thread is located at:
$bburl/showthread.php?threadid=$threadinfo[threadid]&goto=newpost
There may be other replies also, but you will not receive any more notifications until you visit the board again.
Yours,
$bbtitle team
|