The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Displaying Username Images on profile
I've coded a mod to use images for user names rather then a regular text username and I can't get this username to display on the profile correctly. I'm using this code:
Code:
<if condition="$bbuserinfo['field8']"><img src="$bbuserinfo[field8]" width="200" height="30"/> <else />$prepared[musername] </if> I've been messing with this for hours and cannot figure it out. Please post here or message me VIA MSN (xxworldxxdominationxx@hotmail.com) if you know how to get it to work. |
#2
|
|||
|
|||
Try
HTML Code:
<if condition="$userinfo['field8']"><img src="$userinfo[field8]" width="200" height="30"/> <else />$prepared[musername] </if> HTML Code:
<if condition="$post['field8']"><img src="$post[field8]" width="200" height="30"/> <else />$prepared[musername] </if> |
#3
|
|||
|
|||
I got it, it should be:
Code:
<if condition="$userinfo['field8']"><img src="$userinfo[field8]" width="200" height="30"/> <else />$prepared[musername] </if> Thanks for the help, though. |
#4
|
|||
|
|||
lol no problem, I thought I was right first time with the $userinfo but something told me to tell you to try $post lol.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|