Quote:
Originally Posted by moonclamp
No error, clicking on admincp/vbimghost.php?go=members/thumbs does nothing at all, no errors, nothing happens.
However it does work for the main admin (userid 1). The admin account it doesn't work on is userid 9 (user 9 has super admin permissions set in config.php too)
I'm not the only admin on the forum in question so the decision to give access is out of my hands.
|
For the access
Go to the vbimghost.php in the admincp folder
and remove the following lines :
Code:
if(!is_member_of($vbulletin->userinfo,6)){
print_no_permission();
}
this will work with you all