MyBB Community Forums

Full Version: Can't remove plugin from Board Settings (no options)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how can i remove a plugin from the Board Settings if it has no controls/options?

[Image: wglq.png]

thanks in advance to those who can help...
Just to make u not have to go into the db.

Inspect element on the order box to the item

[Image: 6178378.png]

Get the id
[Image: 364a6ae.png]

Open an existing control and inspect element on the delete item
[Image: 14149c4.png]

Copy the url for it
[Image: 863c7c7.png]

Paste it into the address bar and replace the sid with the value you got before and press enter
[Image: 68eac54.png]

Or just go into the PHPMyAdmin and go to mybb_settings and search for it.
hi! thanks for replying, tried your method but didn't work... don't know how to do it thru phpmyadmin...

(2013-11-12, 03:06 AM)Rakes Wrote: [ -> ]Or just go into the PHPMyAdmin and go to mybb_settings and search for it.

found it in mybb_settinggroups, thanks so much Rakes!Smile