![]() |
$vbphrase question
Im not sure if this is the "proper" section to be posting, but I am trying to insert $vbphrase[avatar] to display the users avatar right on the front page..
I tried $vbphrase[avatar] and <img src=$vbphrase[avatar]> nothing works.. thanks ahead of time.. |
im pretty sure this is because you are trying to use a PHRASE to display an IMAGE.
and also because phrases dont store images. |
alright so what do I use to bring over the avatar image for the user?
??? ??? |
i believe its $bbuserinfo[avatar]
im not too sure on that though. |
it did not work, I used
<img src=$bbuserinfo[avatar]> and just $bbuserinfo[avatar] but nothing :( anyone else have any ideas? thanks ahead of time |
Taken from the "postbit" template and slightly modified it.
HTML Code:
<img src="$bbuserinfo[avatarurl]" $bbuserinfo[avwidth] $bbuserinfo[avheight] alt="<phrase 1="$bbuserinfo[username]">$vbphrase[xs_avatar]</phrase>" border="0" /> |
wow even that did not work :(
just gives a dreaded red X of doom. |
click on the rex and go to properties, find out where it is looking for the image or what it is looking for.
|
Take a look at the function fetch_avatar_url() from includes/functions_user.php. It will depend on the board, too, because there are a few different ways avatars are stored. This function will take care of them all.
|
Quote:
HTML Code:
<img src="" alt="" border="0" /> Quote:
Here is the function fetch_avatar_url() function... HTML Code:
// ###################### Start getavatarurl ####################### Hope this info helps, thanks ahead of time :) |
All times are GMT. The time now is 07:24 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|