frontendusers and custom content

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
miss_d_bus
Forum Members
Forum Members
Posts: 121
Joined: Sun May 01, 2005 4:27 pm
Location: Kent, UK

frontendusers and custom content

Post 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
miss_d_bus
Forum Members
Forum Members
Posts: 121
Joined: Sun May 01, 2005 4:27 pm
Location: Kent, UK

Re: frontendusers and custom content

Post by miss_d_bus »

Has anyone else experienced this problem or know how to resolve it?
Thanks
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: frontendusers and custom content

Post 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.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
FinnK

Re: frontendusers and custom content

Post by FinnK »

I experienced problems with CustomContens when used "the smarty way". Read the helptext and try the "comment way".
miss_d_bus
Forum Members
Forum Members
Posts: 121
Joined: Sun May 01, 2005 4:27 pm
Location: Kent, UK

Re: frontendusers and custom content

Post 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.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: frontendusers and custom content

Post by calguy1000 »

You may also experience good luck with setting the page as "non-cachable".
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
miss_d_bus
Forum Members
Forum Members
Posts: 121
Joined: Sun May 01, 2005 4:27 pm
Location: Kent, UK

Re: frontendusers and custom content

Post 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.
Post Reply

Return to “Modules/Add-Ons”