The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
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), |
#2
|
||||
|
||||
![]() Code:
'signature' => iif($bbuserinfo['signature'] !== '' AND $bbuserinfo[fieldXX] != 1, true, false) |
#3
|
||||
|
||||
![]()
Ok, with the second variable, that means if the box ISN'T checked, right?
|
#4
|
||||
|
||||
![]()
correct
|
#5
|
||||
|
||||
![]()
Thank you, sir.
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|