Quote:
Originally Posted by Boofo
Is there a way to have it not show anything if the user doesn't have an avatar? Like it looks BEFORE we add the hack.
|
you could try changing
HTML Code:
<td class="alt1"><a href="$vboptions[bburl]/profile.php?do=editavatar">$navbaravatar</a></td>
to
HTML Code:
<if condition="$navbaravatar"><td class="alt1"><a href="$vboptions[bburl]/profile.php?do=editavatar">$navbaravatar</a></td></if>