MyBB Community Forums

Full Version: How can I do this??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I want to display the info of post creator on the left side of the post which they have created, instead of showing it at the top. I hope you can understand what I mean......lol

So, can anyone guide me through the process of doing it asap. I am limited on time.....hahaha

Thanks in advance Smile
Admin CP > Configuration > Show Thread Settings > Post Layout.

You'll then need to run this query on the database:

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

Replace mybb_ with prefix.