Does anyone know how to show certain node page on a navigation to normal users and a different one to members when they will browse through the website. Not the back end.
Let say a normal user will browse the website and see
Thanks for the Tip, we need to figure out how to make this plus a registration form where members will be able to choose the type of content they want to acess (member type bascially).
Members Navigation
Hi all,
Does anyone know how to show certain node page on a navigation to normal users and a different one to members when they will browse through the website. Not the back end.
Let say a normal user will browse the website and see
Documents
> Speeches
> Others
while a member will see
> Speeches
> Corporate
> Members
> Etc....
//fuji
Hi Fuji,
There are a couple helpers for this:
umbraco.library:HasAccess(@id, @path) and umbraco.library:IsLoggedOn()
So you can do things like, select only pages the logged in member has access to:
Or if you just want to test to see if a member is logged in:
Hope this helps,
Tom
Hi Tom,
Thanks for the Tip, we need to figure out how to make this plus a registration form where members will be able to choose the type of content they want to acess (member type bascially).
//Fuji
is working on a reply...