to determine if the Member is logged in, which works great for basic hide/show of global elements. Now, I need to dig one level deeper. I need to hide components (uSkinned components) which are just a content node below the current page, unless the Member is authorized to view that component.
First, is there a simple command like the one above that will tell me if the Member is authorized to view the page?
I have. I assigned the roles there. Problem is, uSkinned tells me that components are not treated like pages so they ignore the public access settings. I have to figure out a way to add that in.
Does member have access to this content?
I am able to use...
to determine if the Member is logged in, which works great for basic hide/show of global elements. Now, I need to dig one level deeper. I need to hide components (uSkinned components) which are just a content node below the current page, unless the Member is authorized to view that component.
First, is there a simple command like the one above that will tell me if the Member is authorized to view the page?
Hi Connie
Did you try to use "Public access" feature in Umbraco backend?
Try to press the right button on the node and use "Public access".
Thanks,
Alex
I have. I assigned the roles there. Problem is, uSkinned tells me that components are not treated like pages so they ignore the public access settings. I have to figure out a way to add that in.
is working on a reply...