MyBB Community Forums

Full Version: by mistake i removed the founder account from database
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
by mistake i removed the founder account from database
how to add another founder i can no longer access the admin panel of my forum
micsoft.gq
thanks
google " deleted admin account mybb" and there are a few solutions, here is one
https://community.mybb.com/thread-101280.html
that did really work thanks for help
now i have other problem
all posts from the account which i turned into admin now are with out Author
because i changed the ID of the account from 2 to 1
(2017-09-02, 09:19 PM)Michael_vx Wrote: [ -> ]that did really work thanks for help
now i have other problem
all posts from the account which i turned into admin now are with out Author
because i changed the ID of the account from 2 to 1

Sounds like an eay fix, I don't have an answer for your second question, you should repost it as a separate question under support, to see if someone can help you faster.
good luck
yes sure thanks a lot Smile
(2017-08-31, 10:15 PM)Michael_vx Wrote: [ -> ]by mistake i removed the founder account from database
how to add another founder i can no longer access the admin panel of my forum
micsoft.gq
thanks

You can check that information inĀ Recovery your admin acount, and try to enable the admin acount
Unless you have a backup, the solution is as followed:
1) Create new account
2) Using MySQL edit the group id to 4 (I think) so the account is an admin, you might need to declare in the config file that the new uid is a superadmin if you get an admin permissions issue.
3) Profit Heart
please no worry the admin problem is fixed already Smile
the only problem is the old admin posts i want it to be belongs to the new admin instead of visitor
(2017-09-08, 10:02 PM)Michael_vx Wrote: [ -> ]please no worry the admin problem is fixed already Smile
the only problem is the old admin posts i want it to be belongs to the new admin instead of visitor

You'll have to go through each post and thread made by the old account and edit the DB to do that. Have fun with an extremely long and boring data entry task Wink
(2017-09-12, 03:36 AM)Lunorian Wrote: [ -> ]
(2017-09-08, 10:02 PM)Michael_vx Wrote: [ -> ]please no worry the admin problem is fixed already Smile
the only problem is the old admin posts i want it to be belongs to the new admin instead of visitor

You'll have to go through each post and thread made by the old account and edit the DB to do that. Have fun with an extremely long and boring data entry task Wink

Nup.

UPDATE mybb_posts SET pid=$newadminid WHERE pid=$oldadminid

At which point you'll have to do a recount/rebuild
Pages: 1 2