Page 2 of 2

Re: Problems with FrontEndUsers and CMS 0.11.2

Posted: Fri Mar 10, 2006 1:14 am
by chipus
hi peram,

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]

Re: Problems with FrontEndUsers and CMS 0.11.2

Posted: Fri Mar 10, 2006 2:38 am
by calguy1000
actually, the customcontent stuff, and the feusers tags work equally well in the content or the template.

Re: Problems with FrontEndUsers and CMS 0.11.2

Posted: Wed Aug 09, 2006 3:26 pm
by bafl
NOTE: don't copy paste your code just into FCKeditor, but place them between ... . FCKeditor tends to put other code in between yoru code en messes up things. Just klick on the

Code: Select all

 button in FCK editor. The page you are editing will be seen in HTML code, and paste your code where you want it, in between <code> </code> tags.

Probably this will solve your problem.
KInd regards