Log in

View Full Version : Simple Avatar display in Left Column


NexDog
01-11-2006, 11:14 AM
We have just upgraded our board from vb 2.3.xx to 3.5.3 and having a hard job with the avatar display on the left column when a user logs in. Forum is here:

http://nexusportal.net

This is the code we have:

<a href="profile.php?do=editavatar"><if condition="!$bbuserinfo['avatarid']"><img src="nex/noavatar.gif" border="0"><else /><img src="$bbuserinfo[avatarurl]" border="0"></if></a>

No matter what we try, it always returns the noavatar.gif. Is there a simple code mod I can put in to make this work again?

whimper