The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
guys,
I am trying to add a link to my custom profiles section, I got the link part down but when I add it to the memberinfo_customfields template it pints the link below every custum profile field, how do I get it to print only once as the last item? Code:
<if condition="$profilefield['value'] != '' "> <tr> <td> <strong>$profilefield[title]</strong>:<br /> $profilefield[value] </td> </tr> </if> <tr> <td><strong>My Virtual Bar Link</strong> <a href="$userinfo[field9]" target="_blank">$userinfo[field9]</a> </td> </tr> |
#2
|
|||
|
|||
![]() Quote:
|
#3
|
|||
|
|||
![]() Quote:
Code:
<tr> <td><strong>My Virtual Bar Link</strong> <a href="$userinfo[field9]" target="_blank">$userinfo[field9]</a> </td> </tr> |
#4
|
||||
|
||||
![]()
You're putting it in the wrong template. Tekton is right. Put it in the memberinfo template. Find the customfields cariable and put it below/above that.
|
#5
|
|||
|
|||
![]() Quote:
![]() Sorry for being so dense on this one ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|