Hey guys i've recently purchased a new skin for my mybb board and just had this slight glitch where the thread is displayed (screen shot below)
and here's the piece of code from the xml file which need's to be edited.
<td class="trow1 width="300px"{$unapproved_shade}">
<table cellspacing="0" cellpadding="0" border="0" style="width: 200px;">
<tr>
<td class="post_avatar" width="1" style="{$post['avatar_padding']}">
{$post['useravatar']}
</td>
<td class="post_author">
<strong><span class="largetext">{$post['profilelink']}</span></strong> <br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['groupimage']}
</span>
</td>
<td class="smalltext post_author_info" width="165">
{$post['user_details']}<br><br>
{$post['onlinestatus']}
</td>
</tr>
</table>
</td>
</tr>
anyone who could help neaten it up and make it look decent many thanks![]()






Reply With Quote

