Is it possible that the Spam-O-Matic Statistics to be visible only by the forum admin?
thanks.
---------------------------
I fix the issue. Solution:
In the Plugins & Products->Plugin Manager-> Product : GlowHost - Spam-O-Matic there is a plugin called "Stats render" edit this and a the beginning put this php code
if (is_member_of($vbulletin->userinfo, 6))
{
where number 6 is the Administrator group ID.
at the very end add the
}
this worked for me.
|