Page 1 of 1

FEU help needed contents intended for loggged in users appear in the login page

Posted: Fri Oct 22, 2010 6:10 am
by chukwuma
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.

Re: FEU help needed contents intended for loggged in users appear in the login page

Posted: Fri Oct 22, 2010 6:21 am
by Dr.CSS
Have you read this PDF?...

http://calguy1000.com/downloads.html

Re: FEU help needed contents intended for loggged in users appear in the login page

Posted: Fri Oct 22, 2010 8:51 am
by chukwuma
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

Re: FEU help needed contents intended for loggged in users appear in the login page

Posted: Fri Oct 22, 2010 1:30 pm
by jmcgin51
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

Re: FEU help needed contents intended for loggged in users appear in the login page

Posted: Fri Oct 22, 2010 4:25 pm
by chukwuma
Big Thanks to jmcgins51

Re: FEU help needed contents intended for loggged in users appear in the login page

Posted: Fri Oct 22, 2010 11:24 pm
by Dr.CSS
Have you read the Help page for Custom Content module?...