Quote:
Originally Posted by Dave Hawley
In the Navbar Template find;
PHP Code:
<div class="navbar" style="font-size:10pt"> <a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong> </div> </if>
</td>
and add below;
PHP Code:
<if condition="$show['avatar']"> <td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td> </if>
|
How can I get this to work, because the other mod didn't work and I need this, so please could someone help me get this to work please.
Thanks in advance