Quote:
Originally Posted by ShiningArcanine
That line in config.php should say:
PHP Code:
$config['Microstats']['adminonly'] = true;
I did regression testing before I released 1.2.1 so I would be sure that microstats wouldn't have the same bug twice. In my response to your post, I mentioned $vbulletin->config['Microstats']['adminonly'] because vBulletin changes $config['Microstats']['adminonly'] to $vbulletin->config['Microstats']['adminonly'] later in the script but as far as anything in config.php is concerned, the variable is $config['Microstats']['adminonly'].
|
Thanks, that solved the issue.