Installed 3 dayz ago but fixed just now.. though i know nothing abt coding thts y i spend 1 hour & edit it now it wont shows to others but admin & developer (btw we hav a usergroup named developer who wokrs on site dev

)
Find:
Code:
if ($vbulletin->userinfo['usergroupid'] == 6)
Replace with:
Code:
if ($vbulletin->userinfo['usergroupid'] == 6 or $vbulletin->userinfo['usergroupid'] == *)
* is the usergroup id.. replace it with ur own
Find:
Code:
if (($vbulletin->config['Microstats']['adminonly'] and $vbulletin->userinfo['usergroupid'] == 6) or !$vbulletin->config['Microstats']['adminonly']){
Replace with:
Code:
if (($vbulletin->config['Microstats']['adminonly'] and ($vbulletin->userinfo['usergroupid'] == 6 or $vbulletin->userinfo['usergroupid'] == *)) or !$vbulletin->config['Microstats']['adminonly']){
this modificatoin allready posted by ShiningArcanine.. in Here.. I just repost with mine one..
I'm really a newbie but just trying to share my idea :ermm: