MyBB Community Forums

Full Version: run SQL code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
To enable this option for all users
Please run this  in phpMyAdmin:
Code:
UPDATE mybb_users SET showcodebuttons=1

Replace mybb_ with your forum's database table prefix (if different).

What i get with this?
I am new with mybb and forums at all.
What exactly did you want to know about it?
You need to run that code in phpMyAdmin (this should be provided by your host, and if not, you can also install it yourself. See the official phpMyAdmin site for more information at www.phpmyadmin.net)