03-27-2010, 04:42 AM
Hi,
To Force Classic postbit on users:
1-GO to ACP --> Configuration --> Show Thread Options
2- In Post Layout Select Display posts using the classic layout
3- Save
===============
Now How Force Classic Postbit on old users?
1- Go to phpmyadmin and select the database which you installed MyBB on.
2- Go to SQL section and insert this rule:
* If you have changed the tables Perfix also change it in the below code instead of "mybb"
Author: GreyWolf (Translated from Persian to English by : Kevin)
To Force Classic postbit on users:
1-GO to ACP --> Configuration --> Show Thread Options
2- In Post Layout Select Display posts using the classic layout
3- Save
===============
Now How Force Classic Postbit on old users?
1- Go to phpmyadmin and select the database which you installed MyBB on.
2- Go to SQL section and insert this rule:
Code:[Highlight]
UPDATE `mybb_users` SET `classicpostbit` = '1' WHERE `classicpostbit` = '0'
* If you have changed the tables Perfix also change it in the below code instead of "mybb"
Author: GreyWolf (Translated from Persian to English by : Kevin)