MyBB Community Forums

Full Version: adminoptions mistake?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
ok so in my mybb_adminoptions table i have 3 rows with the uid's of 0, -4, and 1. Those have to be the uid of the admins right? superadmins? Sorry. I have been having an issue with accessing parts of my admin panel even thou i'm set to superadmin

should i delete those and make a new row with my uid?
1 should be your uid if you installed the forum ... make sure all permissions are set to yes.
First of all, a common misconception: being a super admin doesn't grant you all ACP permissions.

About the adminoptions uids:
Zero is the default administrator permissions
Negative uids are group ACP permissions
Positive uids are specific user ACP permissions

You should not delete the zero uid permission, but you can delete negatives and positives (groups and users) as those ones will ultimately fall back to the default.

Have you tried this:
http://community.mybboard.net/showthread...#pid142185
ok i think i got it. i just got rid of uid 1 since that isnt a user. and i kept uid 0 and negative four. and i used the admin cp to create rows for the admins i have. thanks everyone.