Hi,
having an odd bug here but (so far) only experienced on a client’s Internet Explorer 8. All’s fine in my Safari.
I’m using this code to display an Admin console with extra links only for 2 member group types:
{if member_group == '1' OR member_group == '8'}
{/if}But in IE8, today showing it up to the client in its environment, this code does nothing.
It’s heavily used around the site so obviously nothing was showing up as planned.
Now back at home I can test in IE7 and Chrome in Windows and everything is fine so I’m looking for some clues as to what could be going on.
Thanks.