Re: How do I add an image instead of the rank text?
Posted by
Pedro on
May 07, 2013; 3:19pm
URL: https://support.nabble.com/How-do-I-add-an-image-instead-of-the-rank-text-tp7584314p7584317.html
Edit your avatar_label macro like this:
<override_macro name="avatar_label" parameters="condition,img" dot_parameter="label" >
<n.if.condition>
<then>
<div class="avatar-label weak-color"><n.label/></div>
<img src="[n.img/]"/>
</then>
</n.if.condition>
</override_macro>
Now you can do this:
<n.avatar_label condition="[n.owner.is_site_admin/]" label='' img="http://s18.postimg.org/3tjy92bf9/Admin.png"/>