You didn't remove yourself as super admin, you just removed yourself as admin. Run this in phpMyAdmin:
Change the X to your UID.
That's assuming you edited your user account, or did you edit the admin usergroup itself??
PHP Code:
UPDATE `mybb_users` SET `usergroup` = '4' WHERE `uid` = 'X';
Change the X to your UID.
That's assuming you edited your user account, or did you edit the admin usergroup itself??
MyBB Support Team Lead