Hello,
I`m running CMS Made simple 1.8.2, FrontEndUser 1.12.3,
I,ve setup CMSMailer , customcontent, SelfRegistration (wroking perfectly )but in FrontEndUser .....
I pasted this tag {FrontEndUsers} on the content page and from the website page the login request appears (email & paasword) but the problem is the contents intended for logged in users appears too in the login page .
How can i resolve this?
NOTE: I pasted {FrontEndUsers} in the same page with the contents intended for logged in users .
Is there any other place to paste {FrontEndUsers}? is there a way to redirect loggedins to a specific pages.
Thanks in advance.
FEU help needed contents intended for loggged in users appear in the login page
Re: FEU help needed contents intended for loggged in users appear in the login page
Hello,
I read the ( Hiding_Private_Content_in_CMS_Made_Simple.pdf)
and followed the instruction ,that helped me to setup the CMSMailer , customcontent, SelfRegistration and FrontEndUser , but i dont know what i missed it ,that made the contents intended for logged in users appears too in the login page .
please sir, can you help me with just clues on how to resolve this issues or even the particular pages to read in the (Hiding_Private_Content_in_CMS_Made_Simple.pdf).
Thanks in advance
I read the ( Hiding_Private_Content_in_CMS_Made_Simple.pdf)
and followed the instruction ,that helped me to setup the CMSMailer , customcontent, SelfRegistration and FrontEndUser , but i dont know what i missed it ,that made the contents intended for logged in users appears too in the login page .
please sir, can you help me with just clues on how to resolve this issues or even the particular pages to read in the (Hiding_Private_Content_in_CMS_Made_Simple.pdf).
Thanks in advance
Re: FEU help needed contents intended for loggged in users appear in the login page
can you paste your template or page code here?
if you want the content to be available only to logged in users, it needs to be wrapped in a statement like this:
{if $ccuser->loggedin()}
content goes here
{/if}
sounds like you need to reread the PDF, especially starting around page 28
if you want the content to be available only to logged in users, it needs to be wrapped in a statement like this:
{if $ccuser->loggedin()}
content goes here
{/if}
sounds like you need to reread the PDF, especially starting around page 28
Re: FEU help needed contents intended for loggged in users appear in the login page
Big Thanks to jmcgins51
Re: FEU help needed contents intended for loggged in users appear in the login page
Have you read the Help page for Custom Content module?...