Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I am trying to hide some content from users who are not part of a paticular group. The page has public acces restricted and the piece of code on the page that i'm trying to hide looks like this <xsl:if test="umbraco.library:HasAccess(@id,@path)"> <div><umbraco:Macro Alias="SubnodeLinks" runat="server"></umbraco:Macro></div></xsl:if>Any clues?Many thanks!!!!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Please help with HasAccess
I am trying to hide some content from users who are not part of a paticular group.
The page has public acces restricted and the piece of code on the page that i'm trying to hide looks like this
<xsl:if test="umbraco.library:HasAccess(@id,@path)">
<div><umbraco:Macro Alias="SubnodeLinks" runat="server"></umbraco:Macro></div>
</xsl:if>
Any clues?
Many thanks!!!!
is working on a reply...