The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How Can I allow Variables in the Username HTML Markup
I need to add this just before the username in the opening Username HTML Markup.
<img src="images/flags/$loggedin[field12].gif"> To show a flag for each persons nationality. Thanks in advance. |
#2
|
|||
|
|||
this is actually impossible, as the html tags are not made to parse internal data...
|
#3
|
|||
|
|||
Is there a way where someone could develop a hack/modification where this may be possible?
I have even changed the template: forumhome_loggedinuser to this: Code:
$stylevar[dirmark]<a href="member.php?$session[sessionurl]u=$loggedin[userid]" rel="nofollow"> <img src="images/flags/$loggedin[field12].gif" title="$loggedin[field12]">$loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark] Code:
$stylevar[dirmark]<a href="member.php?$session[sessionurl]u=$loggedin[userid]" rel="nofollow"> <if condition="$bbuserinfo[field12] != ''"> <img src="images/flags/$bbuserinfo[field12].gif" title="$bbuserinfo[field12]" align="center"></if>$loggedin[musername]</a> Why is it so hard to get this to work!!! |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|