There is only one problem with that. You have to be a member of group 6, becuase the condition is overwriting the group 5, so group 5 is just sitting there useless.
Quote:
Originally Posted by Charlie98902
Got an error that way so I tried the second way I posted error so it has to be the first way?
The other way I was doing it I saw it wasn't working as it put != 5"> in my header so what I did was this:
This is at the top
Code:
<if condition="$userinfo['group'] != 6">
<if condition="$userinfo['group'] != 5">
Had to put this in the bottom
|