FrontEnd permission user

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

FrontEnd permission user

Post by jlri »

I use FrontEndUsers to reduce page'access.

I had code "{cms_module module=FrontEndUsers}" in module.

I have a login and password, but also the contents of my page ???

What I do wrong?

Thanks for response
jlri

Re: FrontEnd permission user

Post by jlri »

I precise.
I would like acceded some pages like htaccess et htpassword
Someone can help me ?
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: FrontEnd permission user

Post by calguy1000 »

You need the CustomContent module as well.
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.
User avatar
wapcamer
Forum Members
Forum Members
Posts: 83
Joined: Thu Aug 09, 2007 12:10 am
Location: Paris

Re: FrontEnd permission user

Post by wapcamer »

Hi,

FEU only allows to register... it doesn't handle the content according to the user.
To do so, you need to use CustomContent and do a switch in your template:
- if (unregistered user) then free_content
-else if (registered user) then protected_content

Try to have a look to CustomContent Help, it has concrete examples.
jlri

Re: FrontEnd permission user

Post by jlri »

thank you for your responses !
i try and tell you.
Locked

Return to “Modules/Add-Ons”