Thanks Lynn, but commenting out using vBulletin templates is different than pure php files. I've never had to comment out in a vbulletin template before.
so i'm having a little issue..
I believe I found the right area in the file -
Quote:
<vb:comment>
<vb:if condition="$showuser">
<div>
<a href="{vb:link member, {vb:raw userid}}"><img src="{vb:raw vboptions.bburl}/image.php?{vb:raw session.sessionurl}u={vb:raw userid}&type=profile" alt="" class="post_avatar" /></a>
</div>
</vb:if>
</vb:comment>
|
I removed <vb:comment> and </vb:comment> ...cleared cache..but no difference.
Did I do it right ? I'm guessing no.