2013-07-22, 03:12 PM
So I've solved my other thread.
Now i have the avatars where i want them, I've come up with this problem (See the picture) It's all out of line.
forumdisplay_thread
Now i have the avatars where i want them, I've come up with this problem (See the picture) It's all out of line.
forumdisplay_thread
<tr>
<td class="{$bgcolor}{$thread_type_class}">
{$attachment_count}
<div>
{$avatar_tlisting}<span>{$prefix} {$gotounread}{$thread['threadprefix']}<a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$thread['multipage']}</span>
<div class="author smalltext"> {$thread['profilelink']}</div>
</div>
</td>
<td align="center" class="{$bgcolor}{$thread_type_class}"><a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}</td>
<td align="center" class="{$bgcolor}{$thread_type_class}">{$thread['views']}</td>
<td class="{$bgcolor}{$thread_type_class}" style="white-space: nowrap; text-align: right;"><span class="lastpost smalltext">{$lastpostdate} {$lastposttime}<br />
<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
</td>
{$modbit}
</tr>