MyBB Community Forums

Full Version: How to change this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

My forum is showing postowner info on this form: http://prntscr.com/9xwau8

I think to show on this form: http://prntscr.com/9xwb0r


How I do this?

Thanks!
go to admin cp -> configuration -> Show Thread Options -> select "Display posts using the classic layout"
And follow second suggestion quoted below
(2014-10-08, 09:29 AM)mmadhankumar Wrote: [ -> ]first change the settings from ACP >> Configuration >> Settings >> Show Thread Options >> Select Display posts using the classic layout

If you want to force it on all users, run this query in PHPMyAdmin in your cPanel.....

UPDATE `mybb_users` SET `classicpostbit` = '1' WHERE `classicpostbit` = '0' 
Ok, I will try it.

I have changed this before, but it did not work.

Now I teste runing the query!