hi..
is it possible to make the Statistic only show to admin / moderator only?
i'm sure that i only need to put an if condition in the plugin manager -> Stats render, and before this:
PHP Code:
if (($vbulletin->options['glowhostspamomatic_stat_show_denied'] == 1) || ($vbulletin->options['glowhostspamomatic_stat_show_banned'] == 1))
could someone please help
thanks