[Solved] FEU log in check fails
Posted: Wed Jul 31, 2013 12:28 pm
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
Has this call changed in the latest version of the module?
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}