MyBB Community Forums

Full Version: Profile Filed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
I KNOW I DON'T SEE POSTING OPTIONS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Sorry it's in the - Show Thread Options >> Display posts using the classic layout

admin/index.php?module=config-settings&action=change&gid=18
You need to run SQL query to force everybody to use classing postbit layout

UPDATE `mybb_users` SET `classicpostbit` = '1' WHERE `classicpostbit` = '0'
How that?
Do you have access to your phpMyadmin ????
Yes i have.
Then access it and run that query in there!
Oh my God, i cannot login in phpmyadmin

Okey i loged in.

Done.. Smile Thank you!
Click on your database then on SQL tab enter there this:

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

and click GO
Pages: 1 2 3