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}

