Quote:
Originally Posted by shabbirbhimani
Just don't add them in the templates and that should be fine.
|
Edit. Never mind, I figured it out. To stop showing the avatar images in the replies listing you have
to avoid adding this code:
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>
Above
Code:
<dt>{vb:rawphrase last_post_by}</dt>
Or for some custom templates
Code:
<dt class="lastpostby hidden">{vb:rawphrase last_post_by}</dt>