Okay well that would indeed be crazy
That would mean your admin permissions setting is all farbed in VBulletin cause we import the
Vb usergroups table and set cpaccess to 1 for the group where adminpermissions is 1 which is normal
vb
$readug = ppmysql_query("SELECT usergroupid,title,adminpermissions FROM {$Globals['dprefix']}usergroup",$db_link);
$newGroups = array();
while ( list($gid, $title, $cancontrol) = mysql_fetch_row( $readug ) ) {
if ( $cancontrol == 3) $cancontrol = 1;