Quote:
Originally Posted by Darkfire122333
Code:
<if condition="$userinfo['group'] != 6,5">
I believe that is correct
|
Here's the error I get with your code:
Quote:
The following error occurred when attempting to evaluate this template:
Parse error: syntax error, unexpected ',' in /home/dvdnextc/public_html/includes/adminfunctions_template.php(3716) : eval()'d code on line 1
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish
|
.
What about this?
Code:
<if condition="$userinfo['group'] != 5">
Then admins would be able to see as well as super mods right?
Nope that doesn't work either.....