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.
Whenever I post on my forums, this is how the post looks like:

[Image: Vrx2zK5.png]

I've seen others forums will layouts more like this:

[Image: BrIz7Of.png]

How do you make it look more like the above?

Oops I posted it in the wrong forums
set your post display options to use classic postbit (in the acp)
Where? The Configuration?

I can't find the "Post Display" Options
admin panel >> configuration (settings) >> Show Thread Options --> Post Layout
--> select Display posts using the classic layout and save settings

user control panel options also has a similar setting (Thread View Options --> Display posts in classic mode)

see also related guidance => http://community.mybb.com/thread-40093.html
Is there any video way to force everyone to use classic postbit? Because even after I followed the tutorial to force it everything was the same
(2015-08-07, 01:18 PM)Sytarenne Wrote: [ -> ]Is there any video way to force everyone to use classic postbit? Because even after I followed the tutorial to force it everything was the same

http://community.mybb.com/thread-40093.html

Should assist you.
I use X10 Hosting for MyBB So I have no idea what he means me to do with Phpmyadmin
This page https://x10hosting.com/hosting-features says "Manage MySQL databases via PHPMyAdmin"

So it is available(?)
(2015-08-07, 01:18 PM)Sytarenne Wrote: [ -> ]Is there any video way to force everyone to use classic postbit? Because even after I followed the tutorial to force it everything was the same

In phpMyAdmin choose your database and run the query:

UPDATE mybb_users SET classicpostbit = 1 WHERE 1

This assumes that you use mybb_ as data base table prefix. Adjust it when another prefix is used.