MyBB Community Forums

Full Version: is it possible
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
to delete myself from a forum I am admin on? The forum is inactive anyway ,and I no longer wish to be a part of it. Or at least prune my posts?
I am not sure MyBB has " delete account " and " delete post " ON by default. You will have to ask that to an admin or mod.
You can always just change your user group in the ACP, effectively resigning your position as soon as you save it.
Could do....thing is,I’m the founder...is that why I cant prune my own posts? 
If I demote myself then I cant prune my posts. I tried deleting myself...still there... Undecided
You can just cancel your web hosting package. If you plan to abandon it you might as well get rid of it completely, else it will go offline when you stop paying for hosting/domain anyway.
--- please put a relevant title for support threads on this community forum ---

in the configuration file (/inc/config.php file)
you can remove your user id from super administrator id~s setting
& then you should be able to prune your posts through admin control panel

$config['super_admins'] = 'x,y,z';
if your user id is x then remove it & save the file
$config['super_admins'] = 'y,z';

Note: php files should be saved with utf-8 encoding without Byte Order Mark.
in general, we use editor like Notepad++ or file editor at web host panel to edit the files.
It’s a createmybb forum,not a hosted one. I set it up for someone else...
Quote:It’s a createmybb forum ...
in that case, you have to contact createmybb's support