Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Gary 40 posts 129 karma points
    Jun 13, 2013 @ 17:13
    Gary
    0

    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!!!!

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies