MyBB Community Forums

Full Version: How can ı delete plugins setting ACP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,ı upgradet my forum 1.4,my problem 1.2x plugins settings acp,How can ı delete plugins setting? Thanks
Admin CP --> Configuration --> Settings --> Modify Settings

Beside those setting groups there should be a "Options" dropdown menu where you can delete the group.
very thanks Dennist,one questtion more,after upgrade folders default chmod how many to be? all of it 644 or 755 or 777?
thanks.
Quote:Configuration File ./inc/config.php Not Writable
Please CHMOD to 777.
Settings File ./inc/settings.php Writable
File Uploads Directory ./uploads Writable
Avatar Uploads Directory ./uploads/avatars Writable
Language Files ./inc/languages Not Writable
Please CHMOD to 777.
Backups Directory ./admin/backups Not Writable
Please CHMOD to 777.
Cache Directory ./cache Writable
Themes Directory ./cache/themes Writable
The folders must be CHMOD 777.
The files can be either 666 or 777.

Did you not read the message you quoted?
Quote:Backups Directory ./admin/backups Not Writable
Please CHMOD to 777.
Well, the message said it should be 777 but you said it could be 666...
Why not fix that message?
Always set for the lowest permissions.
(2008-08-03, 08:51 AM)dvb Wrote: [ -> ]Well, the message said it should be 777 but you said it could be 666...
Why not fix that message?
Always set for the lowest permissions.

No, the folders must be at minimum 755 (it has to be 777 in some cases for it to work)
I don't know... I was just quoting DenisTT:
(2008-08-03, 08:47 AM)DennisTT Wrote: [ -> ]The folders must be CHMOD 777.
The files can be either 666 or 777.
And that is right not?
Big Grin
The CHMOD partially depends on the server setup.
755 for most files, and 777 for files that need to be written to should work in every case however.