ShiningArcanine |
08-03-2005 08:30 PM |
Quote:
Originally Posted by Snake
Btw, I have upgraded to 1.2.1 and everything but my members say they can still view the microstats. :( Here's how my config.php file looks like.
I have done everything right, so there might a bug somewhere again. ;)
|
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'].
|