MyBB Community Forums

Full Version: Classic mode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I had it on classic mode but somehow it switched back to this; http://prntscr.com/1j2cbt how do I switch it back again? where do I go?
try Force Postbit Layout plugin

and go to admin cp > config > settings > Show Thread Options
(2013-08-03, 12:11 AM)dexon95 Wrote: [ -> ]try Force Postbit Layout plugin

Well there was an easier way to do were id just change it, but i forget where to go.
"and go to admin cp > config > settings > Show Thread Options"
srry i was editing when you replied :p
Nevermind, I logged out and I was checking the posts and it switched, I guess when you aren't registered it isn't in classic mode, my fault Toungue Thanks anyways.
There is an option for everyone (in ACP, as dexon95 said) and option for yourself (UCP -> Edit Options-> Display posts in classic mode) which overrides the ACP Post Layout setting.
The first step: enter admincp / Configuration / Show Thread Options and tick Display posts using the classic layout.
Second Step: Enter phpMyAdmin, select our database and give the SQL:
The third step: Enter this code in the box:
UPDATE `mybb_users` SET `classicpostbit` = '1' WHERE `classicpostbit` = '0' 
And give execute.
For view horizontal use this code:
UPDATE `mybb_users` SET `classicpostbit` = '0' WHERE `classicpostbit` = '1' 
I've got it guys...read my post above lol.