Code: Select all
{if $customcontent_memberof_students}
... show secure content
{else}
{cms_module module=FrontEndUsers form=login}
{/if}
Page caching is off. I've tried setting the admin prefs to redirect to the group name (the group name specifically matches the page alias). I've tried with various browsers.
CMS-MS version 1.0.2
FEU version 1.1.2
CustomContent version 1.4.4
What's up?
Tim
Edit: I've also tried using {if $customcontent_memberof_students=='1'} and {if $customcontent_memberof_students==1} but it works the same.