MyBB Community Forums

Full Version: Last post avatar on forum and threadlist
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can anyone help me to fix last poster avatar on forum and on thread.

Last poster avatar :
forumbit_depth2_forum_lastpost code is
 <table><tr>

<td><span text-align:right; class="smalltext"><a href="{$lastpost_link}" title="{$full_lastpost_subject}"><strong>{$lastpost_subject}</strong></a>
<br/>{$lastpost_date} <br/>{$lastpost_time}<br/>{$forum['avatarep_lastpost']['avatar']}{$lastpost_profilelink} </span></td></tr>
</table>

above code give this image..
[attachment=33642]

But i want...
1. avatar in center of that raw 
after that
2. thread name, date, time right to above avatar in center so it will remain in proper align.

please help.
you can try moving {$forum['avatarep_lastpost']['avatar']} to after <td>
thanks.