MyBB Community Forums

Full Version: Change Postbit Position
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I have browsed around and uploaded various plugins to my cPanel but none seem to become recognised in admincp... Dodgy

I'm wanting my postbit to be default like this:
[Image: IDGCQL.png]

rather than this:
[Image: xmsb0U.png]

Anyone know how to do this? Cookies if you do. Cool
Admin CP -> Configuration -> Settings -> Show Thread Options -> Display posts using the classic layout.

To change it to the classic layout to all your members already registered, run this SQL query in phpmyadmin of your cPanel:

UPDATE `mybb_users` SET `classicpostbit` = '1' WHERE `classicpostbit` = '0' 
(2013-03-10, 10:14 PM)José F. Wrote: [ -> ]Admin CP -> Configuration -> Settings -> Show Thread Options -> Display posts using the classic layout.

To change it to the classic layout to all your members already registered, run this SQL query in phpmyadmin of your cPanel:

UPDATE `mybb_users` SET `classicpostbit` = '1' WHERE `classicpostbit` = '0' 

Thank you, my good friend. Hands you a cookie.
Rolleyes