Quote:
Originally Posted by Paul M
In the plugin, change ;
PHP Code:
'title' => 'Reported post in : ' . $threadinfo['title']
to;
PHP Code:
'title' => 'Reported post in : ' . $foruminfo['title'] .' : ' . $threadinfo['title']
|
I've got an idea for this Paul
I just was testing this out, and if the user continually reports, it not only boosts their post count but it spams the report forum :ermm:
Is there any way you can make it so that the user can only report one post once? Or if they report it multiple times, the posts with the same postid/threadid can be merged into one thread?
Satan