Quote:
Originally Posted by ozzy47
Ok do this to hide it in the forums you don't want it to show.
ACP --> Plugins & Products --> Add New Plugin
Product: vBulletin
Hook Location: postbit_display_complete
Title: Hide Report Post Icon
Execution Order: 5
Plugin PHP Code:
Code:
if(in_array($forum['forumid'], array(X,X,X)))
{
$show['reportlink'] = false;
}
Change X to the forums that you want to remove the icon from.
|
Thanks so much Ozzy! It works nicely!
Nelson