20.01.2018, 19:38
Das Temple sieht so aus
hab es auch mit dem default theme getestet da wird es auch so angezeigt wie oben auf dem Bild.
Code:
<tr class="inline_row">
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"><span class="thread_status {$folder}" title="{$folder_label}"> </span>{$icon}</td>
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"></td>
<td class="{$bgcolor}{$thread_type_class}">
{$attachment_count}
<div>
<span>{$prefix} {$gotounread} {$threadsolved} {$thread['threadprefix']}<span class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}"><a href="{$thread['threadlink']}">{$thread['subject']}</a></span>{$thread['multipage']}</span>
<div class="author smalltext">{$thread['profilelink']}</div>
</div>
</td>
<td align="center" class="{$bgcolor}{$thread_type_class}"><a href="javascript:void(0)" onclick="MyBB.whoPosted({$thread['tid']}); return false;">{$thread['replies']}</a>{$unapproved_posts}</td>
<td align="center" class="{$bgcolor}{$thread_type_class}">{$thread['views']}</td>
{$rating}
<td class="{$bgcolor}{$thread_type_class}" style="white-space: nowrap; text-align: left;">
<table border="0">
<tr>
<td></td>
<td>
<span class="lastpost smalltext">{$lastpostdate}<br />
<a href="{$thread['lastpostlink']}" class="last_preview" id="ltid_{$inline_edit_tid}">{$lang->lastpost}</a>: {$lastposterlink}</span>
</td>
</tr>
</table>
</td>
{$modbit}
</tr>
hab es auch mit dem default theme getestet da wird es auch so angezeigt wie oben auf dem Bild.