FEU can't login with IE6
Posted: Tue Jul 08, 2008 10:25 pm
Hello I've tested my site in FF and IE7 and everything was great. However when I tried logging in with IE6 it shows that the user is logged in but it won't show any of the content.
I'm using
CMS 1.3.1
FrontEndUsers 1.4.3
- What I do is create a user, let's say "john" then I make a new page called "john"
- then on the FEU Preferences under PageID/Alias to jump to after login: I enter {$username}
- and finally on the template for the page "john" I have something like this:
Like I said, this works great in FF and IE7 but with IE6 after you log in (and it will log you in) it would take you to the right page but just display the You are not authorized to view this page. Please login below. And ideas?
I'm using
CMS 1.3.1
FrontEndUsers 1.4.3
- What I do is create a user, let's say "john" then I make a new page called "john"
- then on the FEU Preferences under PageID/Alias to jump to after login: I enter {$username}
- and finally on the template for the page "john" I have something like this:
Code: Select all
{if $customcontent_loggedin > 0}my page content{else}
<h2>You are not authorized to view this page. Please login below</h2>{cms_module module=FrontEndUsers}
{/if}