Page 1 of 1

[Solved] FEU log in check fails

Posted: Wed Jul 31, 2013 12:28 pm
by HarmO
Hi,

i'm using a fresh install of cmsms 1.11.7 “Genovesa”
with the following modules:

FrontEndUsers 1.21.17
CMSMailer 5.2.1
CGExtensions 1.37.1
CGSimpleSmarty 1.7
...

Now when i use the traditional check to see if a visitor has logged in, cmsms stops rendering the template and puts out a half rendered page

Code: Select all

{if $ccuser->loggedin()}
  do something
{/if}
Has this call changed in the latest version of the module?

Re: FEU log in check fails

Posted: Wed Jul 31, 2013 12:43 pm
by Jo Morg
HarmO wrote: ....
FrontEndUsers 1.21.17
CMSMailer 5.2.1
CGExtensions 1.37.1
CGSimpleSmarty 1.7
...

Now when i use the traditional check to see if a visitor has logged in, cmsms stops rendering the template and puts out a half rendered page

Code: Select all

{if $ccuser->loggedin()}
  do something
{/if}
Has this call changed in the latest version of the module?
To be able to use $ccuser you need to install the CustomContent module. It was always a functionality provided by this module IIRC...
HTH

Re: FEU log in check fails

Posted: Wed Jul 31, 2013 12:47 pm
by HarmO
Yup, that was it!
feel a bit like a noob now...

thanks for the feedback!