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
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
(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

please no worry the admin problem is fixed already
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
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

(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
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 
Nup.
UPDATE mybb_posts SET pid=$newadminid WHERE pid=$oldadminid
At which point you'll have to do a recount/rebuild