MyBB Community Forums

Full Version: [TuT] Changing MyBB Post bits from Horizontal to vertical with images.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello mybb users i will be showing you how to change your post bits:

First Login to Admin CP at the left side your will see a bar called quick Quick Access
Click on template
[Image: 2f09f75.jpg]

Now choose the template you want to edit: i will choose noel:
[Image: 2195ker.jpg]

Find where it marks Post Bit Templates
click on Postbit
[Image: hx64h2.png]

now use this code and replace the old one.:
<table border="0" cellspacing="$theme[borderwidth]" cellpadding="2" class="tborder" width="100%">
<tr>
<td class="tcat" colspan="2">
{$post['posturl']} {$post['icon']}<span class="smalltext"><strong>{$post['postdate']}, {$post['posttime']}</strong></span></td>
</tr>
<tr>
<td class="trow1" rowspan="2" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>

<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
{$post['useravatar']}<br />
{$post['user_details']}


</td>
<td class="trow1" width="85%" valign="top">
<table width="100%">
<tr><td>
<div id="pid_{$post['pid']}">
{$post['subject']}
<hr />
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
<div style="text-align: right; vertical-align: bottom;">
{$post['editedmsg']}
{$post['iplogged']}
</div>
</td></tr>
</table>
</td>
</tr>
<tr>
<td class="trow2" width="100%" valign="bottom" height="18">
	<table width="100%" border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td align="left"><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}</span></td>
		<td align="right"><span class="smalltext">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}</span></td>
	</tr>
	</table>
</td>
</tr>
</table>
<div style="padding-bottom:0px"></div>

Then click Save and Return to Listing

Now go to a topic on your forums and it should look like this:
[Image: 24fbjmu.png]

Thanks for looking at my tut, for more support pm me.
Very good.
Not working anymore.
Just tested it on my test forum and this is the result:
[Image: bd082f042531db42ac3bcf30b6f20821.png]