MyBB Community Forums

Full Version: Enabling code buttons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I enable the code buttons like you see on these forums while editing/posting a new thread/post.

Thanks,

MMouse
User CP --> Edit Options
Is there a way to make it default?
It should be enable for new users, but there is no way to force it on old users without running a MySQL query.

See this thread for more info on the query: http://community.mybboard.net/showthread...9#pid85359
They should be enabled by default. Rolleyes If you want to activate the codebuttons for all users you can run the following query:
UPDATE mybb_users SET showcodebuttons = '1';