The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
|||
|
|||
![]()
sir adrian may be you can help me, what i am trying to code using vbulletin conditionals is female/male/online/offline status icon.
So far i came up with this code, but it doest seem to work. Any ideas? HTML Code:
<if condition="$post['field11'] != 'Male'"> <if condition="$onlinestatus==0"> <img src="http://www.site.com/forums/gender/sex_m.gif" border="0"> </if> <if condition="$onlinestatus==1"> <img src="http://www..site.com/forums/gender/sex_m_on.gif" border="0"> </if> </if> <if condition="$post['field11'] != 'Female'"> <if condition="$onlinestatus==0"> <img src="http://www.site.com/forums/gender/sex_f.gif" border="0"> </if> <if condition="$onlinestatus==1"> <img src="http://www.site.com/forums/gender/sex_f_on.gif" border="0"> </if> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|