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

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
chukwuma
New Member
New Member
Posts: 8
Joined: Wed Oct 20, 2010 9:11 pm

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

Post 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.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

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

Post by Dr.CSS »

Have you read this PDF?...

http://calguy1000.com/downloads.html
chukwuma
New Member
New Member
Posts: 8
Joined: Wed Oct 20, 2010 9:11 pm

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

Post 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
jmcgin51
Power Poster
Power Poster
Posts: 1899
Joined: Mon Jun 12, 2006 9:02 pm

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

Post 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
chukwuma
New Member
New Member
Posts: 8
Joined: Wed Oct 20, 2010 9:11 pm

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

Post by chukwuma »

Big Thanks to jmcgins51
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

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

Post by Dr.CSS »

Have you read the Help page for Custom Content module?...
Locked

Return to “[locked] Installation, Setup and Upgrade”