MyBB Community Forums

Full Version: post layout
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello Team,
I am changing the layout to classical but no effect on my board display ... what can be the problem ??
Run this query in phpMyAdmin:
UPDATE `mybb_users` SET `classicpostbit` = '1' WHERE `classicpostbit` = '0'
That setting only effects guests and new users, not current users.
got it ... again many thanks.