Quote:
Originally Posted by Dark Shogun
This is a very good hack. Is it possible to also make it so that it can do the same thing for admins in the admin?
Thanks
Dark Shogun
|
Yes you can easily add this to the admincp by finding this code in the admincp/index.php file:
Code:
construct_nav_group($vbphrase['moderation'], '<hr />', "$df");
Add above it:
Code:
construct_nav_option($vbphrase['reported_posts'], "probreport.php");
Then upload the probreport.php provided in the zip to your admincp dir and you're done.