CustomContent - Unable to see custom content
Posted: Mon Apr 09, 2007 1:28 am
Hi,
I have read just about every post related to CC and can't find anything to fix my problem... I apologize for my arogance!
I have CC 1.4.4 w/ FEU 1.1.3 beta1.
I have several groups setup where some users will be assigned to multiple groups. I don't need to restrict individual pages, but I do need to restict certain content on some pages. I'm trying to restrict them by group.
Here's my template code:
{if isset($customcontent_loggedin) && $customcontent_loggedin > 0 }
{content}
{else}
You must be an authorized ELS staff member to use this site.
All ELS policies concerning "Electronic Media" and "Proprietary Materials" apply within this website. By signing in you are accepting acknowledgement and compliance with these policies.
{/if}
Here's my page content:
{if $customcontent_memberof_Administrator}
Content
{else}
message
{/if}
I'm not entirely sure if my syntax is correct or if it's even placed correctly.
Please help!
Thanks,
Rich
I have read just about every post related to CC and can't find anything to fix my problem... I apologize for my arogance!
I have CC 1.4.4 w/ FEU 1.1.3 beta1.
I have several groups setup where some users will be assigned to multiple groups. I don't need to restrict individual pages, but I do need to restict certain content on some pages. I'm trying to restrict them by group.
Here's my template code:
{if isset($customcontent_loggedin) && $customcontent_loggedin > 0 }
{content}
{else}
You must be an authorized ELS staff member to use this site.
All ELS policies concerning "Electronic Media" and "Proprietary Materials" apply within this website. By signing in you are accepting acknowledgement and compliance with these policies.
{/if}
Here's my page content:
{if $customcontent_memberof_Administrator}
Content
{else}
message
{/if}
I'm not entirely sure if my syntax is correct or if it's even placed correctly.
Please help!
Thanks,
Rich