Hi,
My login seems to have some weird problem. I did the following code:
{if $ccuser->loggedin()}
{cms_module module=FrontEndUsers form="logout"}
{else}
<a id="login" href="/index.php/login/">LOGIN</a> <a id="register" href="/index.php/register/">REGISTER</a>{/if}
So once user is logged in, the sign out link will appear. It does appear on www.domain.com but not on domain.com.
domain.com still shows the LOGIN and REGISTER link even after logging in.
CMS Version
1.9.4.1
FrontEndUsers
1.12.13
frontend user login bug?
Re: frontend user login bug?
After the else:
use {cms_selflink page="login"} where "login" is the alias of the page that you want the link to point to. then make the title or the menu name of the login page( i don't remember which) the same as what you want the link to say. It will work if everything is 100% correct.
use {cms_selflink page="login"} where "login" is the alias of the page that you want the link to point to. then make the title or the menu name of the login page( i don't remember which) the same as what you want the link to say. It will work if everything is 100% correct.