Quote:
Originally Posted by nCODE
Just a heads up... you should probably wanna change a part of your instruction:
Code:
<dt>{vb:rawphrase last_post_by}</dt>
to this:
Code:
{vb:rawphrase last_post_by}</dt>
because in custom themes, there's some more coding after like class and stuff 
|
For custom themes it will go like this
On
Threadbit
Above
PHP Code:
<dt class="lastpostby hidden">{vb:rawphrase last_post_by}</dt>
add
PHP Code:
<a href="{vb:link member, {vb:raw thread}, null, 'lastposterid', 'lastposter'}"><img height="32px" width="32px" style="float:left;margin-right:4px" src="{vb:raw thread.lastposteravatarurl}" border="0" /></a>