MyBB Community Forums

Full Version: Guest Postbit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, If I want guests to view the site in the classic postbit, how would I do that? And to remove the option to use the horizontal postbit in the usercp.
For Members I set everyone to have the classic postbit via phpmyadmin, but I want to force everyone to have to use it.
Thanks!
you can use this plugin force postbit layout
Didn't seem to work - that forced the horizontal...
^ you can select which style you want. setting should be available on show thread options page
see http://community.mybb.com/thread-93564-p...#pid811991
There we go, thanks alot!
manually
go to
ACP > Templates & Style > Templates > [templates are used] > User Control Panel Templates > [delete this section]

<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>

got to ACP > Setting > Show Thread Options > Post Layout > select [Display posts using the classic layout]

done Big Grin