We have this working great. 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:
Code:
<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?