MyBB Community Forums

Full Version: Moving the header of a thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I am new to creating my forum. I have the "PurpleBoard" theme installed. I was wondering if it's possible to move the header of the thread, where it lists your name, your status, your star rating, and your avatar from the top of the thread, to the left hand side of the page, much like the setup on Proboards.com.

Also, is it possible to make that avatar larger?
first change the settings from ACP >> Configuration >> Show Thread Options >> Select Display posts using the classic layout and Save it

And to force this on all users, run this query in PHPMyAdmin in your cPanel.....

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

to change the avatar size, ACP >> Configuration >> Show Thread Options >> Maximum Avatar Dimensions in Posts
Thank you. I got the avatar fixed, but everytime I run the code through the query, it bounces back with this error:

#1146 - Table 'jordan_mybb736.mybb_users' doesn't exist

Nevermind, just had to change it to "byy_users" instead of "mybb_users".

Thanks for your help!