Page 1 of 1

frontendusers and custom content

Posted: Sat Jun 17, 2006 6:15 pm
by miss_d_bus
I thought everything was working but now I found a problem at my site here: http://www.dkfurniture.co.uk/index.php?page=home
When i log on, it doesnt seem to show the "hidden content" only available to logged on people though sometimes it does work but when I change pages I am still logged on but the contents doesnt reflect this.

The code used in all the pages is like the following:

Code: Select all

{cms_module module=FrontEndUsers} {cms_module module=CustomContent} {if $customcontent_loggedin}
<h1>Bedroom Furniture<br /></h1>
{else}
<h1>You are not authorized yet, you need to log in</h1>
{/if}
If anyone can assist, I would be grateful. Thanks

Re: frontendusers and custom content

Posted: Tue Jun 20, 2006 8:48 pm
by miss_d_bus
Has anyone else experienced this problem or know how to resolve it?
Thanks

Re: frontendusers and custom content

Posted: Tue Jun 20, 2006 8:56 pm
by calguy1000
which version of cms, frontendusers, and customcontent.  there were some issues fixed wrt caching in 0.13, and
some stuff in customcontent's latest version as well.

Re: frontendusers and custom content

Posted: Tue Jun 20, 2006 9:06 pm
by FinnK
I experienced problems with CustomContens when used "the smarty way". Read the helptext and try the "comment way".

Re: frontendusers and custom content

Posted: Tue Jun 20, 2006 9:23 pm
by miss_d_bus
The versions used are:

The CMS is 0.13 "Canary"
frontendusers: 1.0.5
customcontent: 1.4.1

Thanks FinnK - I will try that too.

Re: frontendusers and custom content

Posted: Tue Jun 20, 2006 11:48 pm
by calguy1000
You may also experience good luck with setting the page as "non-cachable".

Re: frontendusers and custom content

Posted: Thu Jun 22, 2006 5:59 am
by miss_d_bus
thanks for that. so far it seems to work but i will keep an eye on it and see what it does.