The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Need help for a simple template modification
Hi there,
I want to have an icon in the userbar that links to the personal homepage that a user has entered in his account. So far, so simple. I have come up with the code below for postbit, but it turns out that the resulting icon simply links to the very same forum page it is on, instead of to the users homepage. Anybody who can help me with this? Thanks, Tobias HTML Code:
<if condition="$show['homepage']"> <a href ="$userinfo[homepage]"target="_blank"><img src="images/misc/homepage.gif" border="0" alt="View Member's Homepage"></a> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|