![]() |
signature code question
Could someone please tell me how I would combine these two statements into one and still have them do what they would individually?
HTML Code:
'signature' => iif($bbuserinfo['signature'] !== '', true) HTML Code:
'signature' => iif($bbuserinfo[fieldXX] == 1, false, true), |
Code:
'signature' => iif($bbuserinfo['signature'] !== '' AND $bbuserinfo[fieldXX] != 1, true, false) |
Ok, with the second variable, that means if the box ISN'T checked, right?
|
correct
|
Thank you, sir. ;)
|
All times are GMT. The time now is 03:23 PM. |
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:
|