The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#6
|
|||
|
|||
![]()
Assuming 99% of the time where you will be adding this, you will break it to a new line, so...
Adding the break after the if instead of before the if is helpful so you don't get a blank line if the users did not fill in the profile field. Code:
<if condition="$post[fieldX]"><br>First Name: $post[fieldX]</if> Using a div instead of a break should give you the same effect, you can do that like this: Code:
<if condition="$post[fieldX]"><div>First Name: $post[fieldX]</div></if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|