MyBB Community Forums

Full Version: threads rearrange
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
is there a way to re arrange how my threads are posted where the name is on the left side and the post is on the right side?

right now the default is the name is on the top and when you post its right below.

thx
Use classic view.

You can set it in your usercp and ACP.
(2013-01-24, 03:08 AM)Leefish Wrote: [ -> ]Use classic view.

You can set it in your usercp and ACP.

is there a way that i can change it for the whole forum? like all of them will have it permanently
You need to run an SQL query in your phpmyadmin.
(2013-01-24, 03:36 AM)kamz89 Wrote: [ -> ]Take a look here.

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

when i run this sql
UPDATE `mybb_users` SET `classicpostbit` = '1' WHERE `classicpostbit` = '0'

it gives me this error
20:20:14	UPDATE `mybb_users` SET `classicpostbit` = '1' WHERE `classicpostbit` = '0'	

Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column To disable safe mode, toggle the option in Preferences -> SQL Editor -> Query Editor and reconnect.	0.000 sec
Server issue, contact your host.