Pedro - if you can introduce a feature to stop members from abusing the reporting system (ban a user from accessing report.php) you would make my Mods VERY happy...
I currently hard code an amend to report.php as...
Quote:
if (!$vbulletin->userinfo['userid'] OR
$vbulletin->userinfo['userid'] == XX)
{
print_no_permission();
}
|
but maybe there's a way of integrating into your excellent mod ?