Quote:
Originally Posted by MarkFL
First, let's try this...at the top of the plugin titled "Discourage User From Reporting Post More Than Once", add the following code in red.
Code:
if ($vbulletin->options['markfl_pdpr_enabled'])
{
global $db;
$reported = false;
$report_again = false;
Let me know if that fixes the problem on your end. 
|
Cheers that fixed the problem
Can you explain to me why it fixed the issue?