Quote:
Originally Posted by Lynne
Try removing the condition around that template code and see if it shows up. Also, you are editing the style that you are using, right?
|
So, change
Code:
<vb:if condition="$showuser">
<img src="{vb:raw avatarurl}" alt="Author Avatar" />
<div class="article_username_container<vb:if condition="!$showrating">_full</vb:if>">
{vb:rawphrase by_x_nolink, {vb:raw memberaction_dropdown}}
</div>
</vb:if>
to
Code:
<img src="{vb:raw avatarurl}" alt="Author Avatar" />
<div class="article_username_container<vb:if condition="!$showrating">_full</vb:if>">
{vb:rawphrase by_x_nolink, {vb:raw memberaction_dropdown}}
</div>
?
Still doesn't give me an avatar