PDA

View Full Version : Add forum name to report bad post message


Black_Widow
06-16-2006, 12:48 PM
Hello,
I'd like to add forumname to report bad post message:

$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.

beano33
07-04-2006, 01:59 AM
I need this also. The Report Bad Post to a forum is a great addition in 3.6 but on large forums it's essential to have the forum name in the report title so the moderators don't have to sift through all the reports to find the ones applicable to the forums they moderate.

beano33
07-07-2006, 05:04 PM
Figured it out, if you add $reportinfo[forumtitle] to the phrase $vbphrase[reportpost_thread] it will show up.