2015-04-11, 09:26 PM
Hi guys,
I'm looking for a way to force classic postbit to everyone. No plugin if possible (to avoid problems)
Thank you
Answer:
/solved
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