The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Profile field stats in welcome post
im useing a welcome post hack which posts a thread when the member registers, i was looking at the code:
PHP Code:
Code:
<if condition="$post[field1] != ''"><div>$post[field1]</div></if> <if condition="$post[field2] != ''"><div>$post[field2]</div></if> <if condition="$post[field3] != ''"><div>$post[field3]</div></if> <if condition="$post[field4] != ''"><div>$post[field4]</div></if> <if condition="$post[field5] != ''"><div>$post[field5]</div></if> <if condition="$post[field6] != ''"><div>$post[field6]</div></if> <if condition="$post[field7] != ''"><div>$post[field7]</div></if> <if condition="$post[field8] != ''"><div>$post[field8]</div></if> <if condition="$post[field9] != ''"><div>$post[field9]</div></if> <if condition="$post[field10] != ''"><div>$post[field10]</div></if> <if condition="$post[field11] != ''"><div>$post[field11]</div></if> <if condition="$post[field12] != ''"><div>$post[field12]</div></if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|