MyBB Community Forums

Full Version: flatty - postbit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I've installed on my forum new template called Flatty. 
Link:
https://community.mybb.com/mods.php?action=view&pid=617
On a screenshoot that's added in preview selection looks like this:
https://community.mybb.com/uploads/mods/previews/preview_102346_1452337606_2fc58ee7b73c76672fd3e819e2ebb93c.png
after installing it on my own forum it's looking like this:
http://prntscr.com/ctrr53
Can someone tell me how to change this thing?
1-GO to ACP --> Configuration --> Show Thread Options 

2- In Post Layout Select Display posts using the classic layout

3- Save

Now How Force Classic Postbit on old users?



1- Go to phpmyadmin and select the database which you installed MyBB on.


2- Go to SQL section and insert this rule:

UPDATE `mybb_users` SET `classicpostbit` = '1' WHERE `classicpostbit` = '0'
Source:
http://www.mybbcodes.com/showthread.php?tid=950
You're best, thanks for help!