View Single Post
Old November 16th, 2005, 06:32 AM   #19 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,056
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;
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote