I apologize in advance if this has been posted before, I wasn’t able to find similar topics.
I upgraded my site to 2.2.1 over the weekend with little to no trouble. I then had to roll back to a previous version yesterday because I realized the following tags don’t seem to work in Internet Explorer 8 when compatibility mode is on.
{if logged_in}I'm logged in!{/if}
{if logged_out}I'm logged out!{/if}I at first thought it was some custom add-ons I had installed, so I tried removing them from a local development server. That didn’t fix the issue, so I tried it with a fresh install and the same thing is happening.
If compatibility mode is on when a user logs in, they will not see the code they’re supposed to. If they turn it off, they can view the member-only content without having to login again.
Has anyone else run in to this? Did something change with these tags that I missed?