Quote:
Originally Posted by robert garrett
I would like a option to not display the spammer statistics unless logged on as a admin.
other than that this is working great.
RG
|
Open the plugin
forumhome_complete in the GlowHost - Spam-O-Matic modification and at the very top, add:
PHP Code:
if (is_member_of($vbulletin->userinfo, 6))
{
At the very bottom, add:
This will make the stats viewable only to Administrators