PDA

View Full Version : How can I show avatar in main page?


Salva47
09-23-2007, 03:33 PM
Hi, I have a main page in www.domain.com and the vbulletin forum in www.domain.com/forum

I want to put the members' avatar or personal image in www.domain.com with a welcome phrase. I put:

<img src="$bbuserinfo[avatarurl]" $bbuserinfo[avatarsize] alt="<phrase 1="$bbuserinfo[username]">$vbphrase[xs_avatar]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" />

But it doesn't show up because $bbuserinfo[avatarurl] isn't correct. What do I have to put instead?

Cheers

Dismounted
09-24-2007, 05:15 AM
You need to fetch the avatar via a plugin then use the URL fetched.