(2016-06-07, 11:32 PM)MikeInToshx Wrote: Hey,
Are the icons suppost to be like this or? They are not realy align centered.
I've probably put the variable there but no, that's not intended.
ACP > Templates & Styles > Templates > MyIPB Templates > Forumdisplay Templates > open forumdisplay_thread
Replace all the code with this new one:
<tr class="inline_row">
<td align="center" class="{$bgcolor}{$thread_type_class}" width="1%"><span class="thread_status {$folder}" title="{$folder_label}"> </span></td>
<td class="{$bgcolor}{$thread_type_class}" style="width: 40%;" colspan="2">
{$attachment_count}
<div>
<span>{$prefix} {$gotounread}{$thread['threadprefix']}<span class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}"><a href="{$thread['threadlink']}">{$icon} {$thread['subject']}</a></span>{$thread['multipage']}</span>
<div class="grayp" style="text-align: left;">By {$thread['profilelink']}</div>
</div>
</td>
{$rating}
<td align="right" class="{$bgcolor}{$thread_type_class} fd_replies" colspan="2" style="text-align: right; width: 16%; padding-right: 1%;"><a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']} replies</a>{$unapproved_posts}<br /> <span class="grayp">{$thread['views']} views</span></td>
<td class="{$bgcolor}{$thread_type_class}" style="width: 20%; text-align: left;">
<span class="lastpost smalltext"><span class="fd_replies">{$lastposterlink}</span> <a href="{$thread['lastpostlink']}" title="{$lang->lastpost}"><i class="fa fa-angle-right fa-fw icon"></i></a><br />
<span class="grayp" style="text-align: left;">{$lastpostdate}</span></span>
<span class="{$bgcolor}{$thread_type_class}" style="position: relative; float: right; margin: -10px -30px 0px 0px; padding: 0px;">{$modbit}</span>
</td>
</tr>
I've made the changes. In the next update it will be patched.
Thanks.
Regards.