The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Avatar
I'm working on the main forum page template (FORUMHOME), and am trying to have my user avatar to show, but keep getting a broken image...
Here's what I'm using... Code:
<a href="$vboptions[bburl]/profile.php?do=editavatar"> <img src="$avatarurl" border="0" $avwidth $avheight alt="$vbphrase[edit_avatar]" /> </a> Thanks - |
#2
|
||||
|
||||
Quote:
Code:
<if condition="$show['avatar']"> <td><img src="$userinfo[avatarurl]" $userinfo[avatarsize] alt="<phrase 1="$userinfo[username]">$vbphrase[xs_avatar]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" /></td> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|