Hello,
I'd like to add forumname to report bad post message:
Quote:
Originally Posted by reportbadpost
$bbuserinfo[username] ( mailto:$bbuserinfo[email] ) has reported this post: $postinfo[title] $vboptions[bburl]/showthread.php?p=$postinfo[postid]#post$postinfo[postid]
This is part of this thread: $threadinfo[title] $vboptions[bburl]/showthread.php?t=$threadinfo[threadid]
This is the reason that the user gave: $reason
This message has been sent to all moderators of this forum, or all administrators if there are no moderators. Please respond to this post as applicable.
|
I've added the following
$forum[title]
but it seems this variable isn't defined in report.php.
Can i use $threadinfo to get that info?
Or how can I make $forum defined in report.php?
Thank you.