The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Help with memberinfo / customfields
I am trying to take out $customfields and replace it with this:
Code:
<if condition="$userinfo[birthday]"><strong>Birthday</strong>:<br />$userinfo[birthday]<br /></if> <if condition="$post['field5']"><strong>What's your name</strong>:<br />$post['field5']<br /></if> <if condition="$post['field6']"><strong>What's your gender</strong>v<br />$post['field6']<br /></if> <if condition="$post['field2']"><strong>Location</strong>:<br />$post['field2']<br /></if> <if condition="$post['field1']"><strong>Biography</strong>:<br />$post['field1']<br /></if> <if condition="$post['field3']"><strong>Interests</strong>:<br />$post['field3']<br /></if> <if condition="$post['field4']"><strong>Occupation</strong>:<br />$post['field4']<br /></if> <if condition="$post['field11']"><strong>Xbox Live Gamer Tag</strong>:<br />$post['field11']<br /></if> <if condition="$post['field12']"><strong>Steam Tag name</strong>:<br />$post['field12']<br /></if> Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|