The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
|||
|
|||
![]()
ok so you need two profile fields.
Lets imagine that they are set like this field5 = Zip Code field6 = show zip code (Yes No options) what you would need to use is this. Code:
<if condition="$post[field6]=='Yes'"><div class="smallfont">Zip Code: $post[field5]</div></if> look for something like Code:
<div> $vbphrase[posts]: $post[posts] </div> Also, this is assuming that the option to show/hide is radio buttons and the text are Yes and No. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|