The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Blank User Profile Field Causing Problems in Postbit Legacy
Ok here is my problem. I have user profile fields where users enter info. The problem is that if they don't enter info in later fields, it seems to re-post the same info in following fields that the user left blank.
Can anyone tell me how to stop this from happening? Below are screenshots and the code I am using: Code:
<div class="smallfont"><if condition="$post['field5']"> Guild: <if condition="$post['field6']"><a href="$post[field6]" target="_blank">$post[field5]</a><else />$post[field5]</if></div> </if> <div class="smallfont"><if condition="$post['field16']"> Profile: <if condition="$post['field13']"><a href="$post[field13]" target="_blank">$post[field16]</a><else />$post[field5]</if></div> </if> <div class="smallfont"><if condition="$post['field14']"> Talent Spec: <if condition="$post['field15']"><a href="$post[field15]" target="_blank">$post[field14]</a><else />$post[field5]</if></div> Correct Display: Incorrect Display: |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|