maayan porat
07-08-2006, 11:08 AM
We need to add the Post ID or the TimeStamp or any other unique value to the email notification subject WE receive when someone posts a new message or creates a new thread.
We were advised to add the $postid to the "moderator" token:
So we altered the
moderator ($vbphrase[moderator] value to:
"New Post/Thread Notification: $foruminfo[title_clean] $postid"
(added the $postid at the end)
We've tested it and the $postid is completely ignored!
We desperately need to add a unique value to each email notification Subject we receive - PostId, TimeStamp or any other unique value you can think of.
Any idea what am I doing wrong and how can this be achieved?
We are also willing to change the email.php file if needed - (is this the one? and how? or any other relevant file/s)
Any help would be most appreciated.
Maayan
We were advised to add the $postid to the "moderator" token:
So we altered the
moderator ($vbphrase[moderator] value to:
"New Post/Thread Notification: $foruminfo[title_clean] $postid"
(added the $postid at the end)
We've tested it and the $postid is completely ignored!
We desperately need to add a unique value to each email notification Subject we receive - PostId, TimeStamp or any other unique value you can think of.
Any idea what am I doing wrong and how can this be achieved?
We are also willing to change the email.php file if needed - (is this the one? and how? or any other relevant file/s)
Any help would be most appreciated.
Maayan