MyBB Community Forums

Full Version: Edit Tabbs order?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey!

How do I edit the tab order like the image shows, I'm using Labroccas tab plugin:

[Image: 001_J2276XQXUCNS50.jpg]
You can't easily change it by editing a number because there's no setting for that nor a field in the database. You will have to delete all tabs and do it again, in the order you want them to show.
(2011-07-09, 05:59 PM)faviouz Wrote: [ -> ]You can't easily change it by editing a number because there's no setting for that nor a field in the database. You will have to delete all tabs and do it again, in the order you want them to show.

I tried to delete them and create them again but they go back to the same position again.
They shouldn't. Delete all tabs, deactivate the plugin and execute this SQL query in phpMyAdmin:

DROP TABLE mybb_tabmenu

Then re-activate the plugin and add the tabs in the order you want.
(2011-07-09, 06:45 PM)faviouz Wrote: [ -> ]They shouldn't. Delete all tabs, deactivate the plugin and execute this SQL query in phpMyAdmin:

DROP TABLE mybb_tabmenu

Then re-activate the plugin and add the tabs in the order you want.

Thanks that worked!