Place profile pic on other pages
Hi- I have seen this question asked but never clearly answered. Does anyone know how to place the user's profile picture on other pages?
I am trying to place it on the forum home page (client request) but this code doesn't work:
<img src="$bbuserinfo[profileurl]" alt="$vbphrase[your_profile_picture]" border="0" />
I'm thinking a hook location change would help, but don't know where to look.
Any help would, as always, be appreciated!
thanks
Stephen
this worked:
<img src="image.php?u=$bbuserinfo[userid]&type=profile" border="0">
|