MyBB Community Forums

Full Version: How to Unban an Administrator?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[attachment=15212] Shows that an Administrator has ben decleared as Ban from the community.
And the Ban is not also showing in the "Admin pannel" of main Administrator so that we can unBan it.
This Ban was not made by the Administrator. It came automatically.

Allthough the Banned Adminisrator is able to perform any job in the Forum.
But after login into forum i is ghowing that "Your Forum Account is Currently Banned." and the reason is also Unknown.

URL: http://chirantani.org/virtualcampus/index.php
I spy with my little eye, IE6!
Anyway, go to PHPMyAdmin and run this query in the SQL tab:
UPDATE `mybb_users` SET `usergroup` = '4', `additionalgroups` = '' WHERE `uid` = '1'
That should work.
Yeah, I think it's specifically the additional usergroups in this case, looks like they have the banned group in their additional groups. Also double check that the UID you need is 1.
Thanks My problem is solved.
Yes I changed "mybb_users" to my forum's required name & Also the UID & ran the Sql. Then problem solves. And not showing Ban till now.