03-15-2008, 01:01 PM
This lets you have your Website, pm, email, etc icons on the left under the user info.
Preview:
![[Image: 15d00vc.png]](http://i27.tinypic.com/15d00vc.png)
Images Download:
http://mybbthemes.8ez.com/attachment.php?aid=1285
How-To:
Replace everything in your postbit template with:
Now your done ;D
Preview:
![[Image: 15d00vc.png]](http://i27.tinypic.com/15d00vc.png)
Images Download:
http://mybbthemes.8ez.com/attachment.php?aid=1285
How-To:
Replace everything in your postbit template with:
Code:
<tr>
<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
{$post['user_details']}
</td>
<td class="{$altbg}" width="85%" valign="top">
<table width="100%">
<tr><td>{$post['posturl']}{$post['icon']}<span class="smalltext"><strong> {$post['subject']}</strong></span><br />
<font size="1">{$post['postdate']} {$post['posttime']}</font>
<br />
<div id="pid_{$post['pid']}">
<p>
{$post['message']}
</p>
</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="{$altbg}" height="18" style="white-space: nowrap; text-align: center;">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}
</td>
<td class="{$altbg}" width="100%" valign="middle" height="18">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td align="left" > </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>
{$seperator}Now your done ;D


