Conditional issue
-
Hello,
I’m currently working on a site which require acces control like this :
– non member can see the public area an only a text in the “register” page
– registered can see a specific part of the “register” page (registered area where they can became member)
– member can see a specific part of the “register” page (member area where they can renew their registration for member)Here is the code I have placed in my “register” page :
[groups_non_member group=”Registered”]
You are not connected
[/groups_non_member]
[groups_non_member group=”Member”]
Inscription
[/groups_non_member]
[groups_member group=”Member”]
Renewal
[/groups_member]The issue is that the “non regisered” people can see what is in the “groups_non_member” (Inscription in this example)
For info, my tree level is like this :
Registered
MemberIs there a way to avoid this issue?
Many thanks
Pat
- The topic ‘Conditional issue’ is closed to new replies.