List of if conditions

jgas

Active member
Hi,
could you please write a list of all the conditions we can use on xenforo?

Mainly, i need the conditions is registred, is unregistred, is thread x, is forum y, is usegroup z!

Thanks! ;)
 
I believe the $user array has a variable of is_spider or is_robot or something. Let me dig!

EDIT: $visitor['is_robot']

No idea when that variable might be set, but hey - it's there.

if($IdMembre == $idMembreCourant OR $visitor['is_robot'])

it's good please ? :)
 
if($IdMembre == $idMembreCourant OR $visitor['is_robot'])

it's good please ? :)

I'm not sure what you're asking. Is this in the code or in the templates? If it's in the code, and all of those variables are defined, and you've instantiated the $visitor array, that's fine.
 
Top Bottom