![]() |
Profile Field Conditionals
On my board field11 is Gender with three options Male, Female and Undisclosed.
How do I write a conditional so that when field11 equals to certain gender, certain text appears? Thank you, |
Where?
In the postbit: Code:
<if condition="$post['field11'] != 'Undisclosed'"><div>$post[field11]</div> Code:
<if condition="$userinfo['field11'] != 'Undisclosed'">$userinfo[field11] |
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'"> |
Your logic doesn't make any sense to me.
!= means not equal to Anyway, I would do it this way: Code:
<img src="images/sex_<if condition="$post['field11'] == 'Female'">f<else />m</if><if condition="$onlinestatus == 1">_on</if>.gif" border="0" alt="" /> |
nice, the only problem is when I put this into postbit_onlinestatus template it ignores field11 (gender) conditional and shows only one, wrong online/offline gender picture, and if I put it into postibit or posbit_legacy template it ignores onlinestatus conditional, showing the right gender but not showing online/offline.
|
anyone?
|
...help!
|
I don't think postbit_onlinestatus knows what field11 is. You may need to do something else in addition to show custom fields in the postbits.
|
yeah it doesn't...is there anyway to integrate?
|
All times are GMT. The time now is 05:53 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|