MyBB Community Forums

Full Version: Classic Post View
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I remove the Classic option from the User CP?

As I have made the default option "Classic" and I don't want anyone to use the horizontal one.

Also how do I assure all my existing members have the Classic Mode selected?

Thanks,
BlueEew.
Templates & Style > Templates > YourTheme > User Control Panel > usercp_options
Remove the following,

<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="classicpostbit" id="classicpostbit" value="1" {$classicpostbitcheck} /></td>
<td><span class="smalltext"><label for="classicpostbit">{$lang->show_classic_postbit}</label></span></td>
</tr>
(2010-10-24, 05:09 PM)AJS Wrote: [ -> ]http://community.mybb.com/thread-40093.html

Thanks a lot this worked fine. Smile