calguy1000 wrote:
I fixed the stuff that was causing your php notice messages, but they were only notices, and caused no real harm.
Your customcontent issues is probably because you don't have the {cms_module module=CustomContent} tag in your page.
Thanks for the quick response/resolution on that even if it wasn't the reason for my troubles. My customcontent issues are driving me mad ! To make sure that this wasn't caused by my upgrade from 0.10.x i've just reinstalled cms-0.11.2 with a fresh database. I downloaded the needed modules (UserID-0.3.5,CMSMailer-1.73.8, CustomContent-1.4.0,FrontEndUsers-0.1.6) and installed them. I then added a blank page under tags, and inserted the following :
Code: Select all
{cms_module module=FrontEndUsers}
<!--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 -->
then the page is redered as the attached image. I'm having this feeling that I'm doing something utterly stupid, but I can't see what I'm doing wrong. So please explain this to me as if I was a 10-year old OK
tia,
Per Arne
[attachment deleted by admin]