Re: Problems with FrontEndUsers and CMS 0.11.2
Posted: Fri Mar 10, 2006 1:14 am
hi peram,
The code above, you should switch to the Source part of the editor first, before put the code in.
Below are the sceenshot
[attachment deleted by admin]
Code: Select all
{cms_module module=FrontEndUsers}
{cms_module module=CustomContent} <!-- this is the new line -->
<!--customContent: startif group=testers,admins -->
<H1>This content is only available to logged in testers and and admins</H1>
<!--customContent: else -->
<H1>This content is available to everybody else</H1>
<!--customContent: endif -->
<!--customContent: startif group=users -->
<H1>This content is only available to logged in users </H1>
<!--customContent: endif -->
The code above, you should switch to the Source part of the editor first, before put the code in.
Below are the sceenshot
[attachment deleted by admin]