Problems with FrontEndUsers and CMS 0.11.2

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
chipus

Re: Problems with FrontEndUsers and CMS 0.11.2

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

Re: Problems with FrontEndUsers and CMS 0.11.2

Post by calguy1000 »

actually, the customcontent stuff, and the feusers tags work equally well in the content or the template.
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.
bafl

Re: Problems with FrontEndUsers and CMS 0.11.2

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

Return to “Modules/Add-Ons”