WorldDomination
07-08-2009, 05:29 AM
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:
<if condition="$bbuserinfo['field8']"><img src="$bbuserinfo[field8]" width="200" height="30"/> <else />$prepared[musername] </if>
and it displays your user name image (the person viewing the other persons profile) rather than the username image of the persons profile you are visiting.
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.
<if condition="$bbuserinfo['field8']"><img src="$bbuserinfo[field8]" width="200" height="30"/> <else />$prepared[musername] </if>
and it displays your user name image (the person viewing the other persons profile) rather than the username image of the persons profile you are visiting.
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.