Quote:
Originally Posted by Chris11987
I'd like to update by saying that even after moving my compss to inside my forum's directory, I still have no avatar showing up.
|
Just add the following in your template and it works fine
Code:
<a href="http://www.yourdomain/forumsdir/profile.php?$session[sessionurl]do=editavatar"><img src="http://www.yourdomain/forumsdir/image.php?u=$bbuserinfo[userid]" alt="Your avatar" border="0" /></a>
Obviously change the red bits to your own domain and forums directory.