MyBB Community Forums

Full Version: How can return to default theme and featuring by default?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi MyBB Community

Need some help, today i am update the board mybb from a friend communuty.

but the theme default have another name = adminpanel_pr

How can return to default theme and featuring by default?

If i delete the other themes see in pic, delete users too?

Default = Diferent Name = How can return to default theme?
Mybb Dark = 11 : 11 Users

[Image: mybb-default-theme-name.png]

Thanks in advance for support
hi , this doesnot seems theme name this is admincp directory name .

change directory name in cpanel file manager or via filezilla ( ftp client) and edit config file

Open ./inc/config.php in FileZilla or similar.
Change: $config['admin_dir'] = 'admin';

in your case it would be
Change: $config['admin_dir'] = 'adminpanel_pr';

change whatever you want

mark solved if your problem solved
(2022-03-13, 07:22 PM)mujeebdgk Wrote: [ -> ]hi , this doesnot seems theme name this is admincp directory name .

change directory name in cpanel file manager or via filezilla ( ftp client) and edit config file

Open ./inc/config.php in FileZilla or similar.
Change: $config['admin_dir'] = 'admin';

in your case it would be
Change: $config['admin_dir'] = 'adminpanel_pr';

change whatever you want

mark solved if your problem solved

Now understand, Thank you So Much for Support mujeebdgk Smile

+1 Thanks in advance for support


Greetings Big Grin
(2022-03-13, 07:39 PM)DiegoPino Wrote: [ -> ]
(2022-03-13, 07:22 PM)mujeebdgk Wrote: [ -> ]hi , this doesnot seems theme name this is admincp directory name .

change directory name in cpanel file manager or via filezilla ( ftp client) and edit config file

Open ./inc/config.php in FileZilla or similar.
Change: $config['admin_dir'] = 'admin';

in your case it would be
Change: $config['admin_dir'] = 'adminpanel_pr';

change whatever you want

mark solved if your problem solved

Now understand, Thank you So Much for Support mujeebdgk  Smile

+1 Thanks in advance for support


Greetings  Big Grin

you are welcome  Smile

BR
Mujeeb