The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I have a new field called "Real Name:" and i have added it to my Postbit_legacy. Since most members have not filled in the field yet, it shows an empty spot. If a member didn't add the name yet, how can i have the real name field to not do this to the postbit legacy?
Is it because I have the three, Real Name;Location;Age wrapped in <div>? Here's an example: http://www.caraudiojunkyard.com/foru...ad.php?p=13729 |
|
#2
|
||||
|
||||
|
Wrap the code with (replace fieldx with the id):
Code:
<if condition="$post[fieldx]">CODE HERE</if> |
|
#3
|
|||
|
|||
|
So it's
Code:
<if condition="$post[fieldx]">CODE HERE</if> and not.. Code:
<if condition="$post['fieldx']">CODE HERE</if> |
|
#4
|
||||
|
||||
|
It doesn't matter.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|