The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
on the forum - this info that goes under your name
<<<<< that bit how can i add fields to it |
#2
|
|||
|
|||
![]()
Gosh, here we go again
![]() Bang this in your postbit or postbit_legacy anywhere you want. Code:
<if condition="$post[fieldx]">$post[fieldx]</if> |
#3
|
|||
|
|||
![]()
ok i'm in the right bit but gettin a bit lost in this code:
<div class="smallfont"> <br /> <if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if> <if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if> <if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if> <div> $vbphrase[posts]: $post[posts] </div> so i wanna add in that lin in this bit yes? <div class="smallfont"> <br /> <if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if> <if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if> <<<<<<<<<<<<<<< in ere <if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if> <div> $vbphrase[posts]: $post[posts] </div> |
#4
|
|||
|
|||
![]()
there will do the job nicely.
![]() |
#5
|
|||
|
|||
![]()
right got it sorta workin, got the fields up n running but cant get the info 'tag' to work
i've added 'field 5' <div class="smallfont"> <br /> <if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if> <if condition="$post['field5']"><div>$vbphrase[field5]: $post[field5]</div></if> <if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if> <if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if> |
#6
|
|||
|
|||
![]()
Instead of using $vbphrase[field5] just type the text you want to display there
|
#7
|
|||
|
|||
![]()
so instead of
<if condition="$post['field5']"><div>$vbphrase[field5]: $post[field5]</div></if> i put <if condition="$post['field5']"><div>"My Car": $post[field5]</div></if> big thanks mate ![]() ![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|