[Solved] FEU log in check fails

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
HarmO
Power Poster
Power Poster
Posts: 251
Joined: Thu Jan 26, 2012 3:22 pm

[Solved] FEU log in check fails

Post 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?
Last edited by HarmO on Wed Jul 31, 2013 12:48 pm, edited 1 time in total.
Kind regards,
HarmO
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1978
Joined: Mon Jan 29, 2007 4:47 pm

Re: FEU log in check fails

Post 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
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
HarmO
Power Poster
Power Poster
Posts: 251
Joined: Thu Jan 26, 2012 3:22 pm

Re: FEU log in check fails

Post by HarmO »

Yup, that was it!
feel a bit like a noob now...

thanks for the feedback!
Kind regards,
HarmO
Post Reply

Return to “Modules/Add-Ons”