Not everyone here have classic postbit.
11-04-2014, 01:49 AM
(This post was last modified: 11-04-2014, 01:49 AM by cyber1995.)
Hello.
I notice that when i log out on forum i see everything in classic postbit but when logged in i see everything in horizontal postbit.
I google it and find this:
http://community.mybb.com/thread-40093.html
So everything that you guys need to do is one simple mysql quary and everyone will have classic postbit.
I notice that when i log out on forum i see everything in classic postbit but when logged in i see everything in horizontal postbit.
I google it and find this:
http://community.mybb.com/thread-40093.html
So everything that you guys need to do is one simple mysql quary and everyone will have classic postbit.
Code:
UPDATE `mybb_users` SET `classicpostbit` = '1' WHERE `classicpostbit` = '0'