Go into phpMyadmin and run this SQL, you need to edit 123456 so it's your user ID:Now run this query:Your username should be listed along with whatever users were granted founder status. Look them up in ACP and set founder status to no.
Founders are "super" admins and don't necessarily belong to admin group. They have complete access to ACP. From the ACP they can only be added or removed by other founders.
Code:
UPDATE phpbb_users SET user_type = 3 WHERE user_id = 123456; Code:
SELECT * FROM phpbb_users WHERE user_type = 3;Founders are "super" admins and don't necessarily belong to admin group. They have complete access to ACP. From the ACP they can only be added or removed by other founders.
Statistics: Posted by thecoalman — Sun May 18, 2025 9:02 pm