MyBB Community Forums

Full Version: Force classic postbit 1.8
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys,
I'm looking for a way to force classic postbit to everyone. No plugin if possible (to avoid problems)


Thank you

Answer:
UPDATE `mybb_users` SET `classicpostbit` = '1' WHERE `classicpostbit` = '0'

/solved
Hi, how do we use the above code in order to issue the update?
(2017-03-25, 02:47 AM)ThistleProse Wrote: [ -> ]Hi, how do we use the above code in order to issue the update?

That code is a MYSQL query you can execute it with your mysql database manager like phpmyadmin.
@ThistleProse , see also common sql queries guidance