The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
hi guise
y wont dis work Code:
<if condition="$show['field17'] == 'Yes'"> hi <else /> bla bla </if> ive selected 'Yes' as my option but its still saying 'bla bla' (this is in the postbit_legacy template) |
|
#2
|
||||
|
||||
|
Assuming it is a profile field, you need to use the $post array in postbit.
|
![]() |
|
|