Copied to clipboard

Flag this post as spam?

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


  • Fuji Kusaka 2203 posts 4220 karma points
    Sep 12, 2011 @ 07:39
    Fuji Kusaka
    0

    Public Access

    Hi all,

    I have some pages that needs to be private and so will only be visible and acessible to logged in Members.

    However when am on certain pages like the Homepage, and other pages lying under the default node, the page is not visible when am not logged in which works perfectly as it should. But when am on some other pages and not Logged in, the link to the page is visible.

    Can someone point out how to make this node invisible on any level??

     

    //fuji

  • Rich Green 2246 posts 4008 karma points
    Sep 12, 2011 @ 08:03
    Rich Green
    0

    Hey Fuji,

    Have you checked your XSLT? Is the menu pulling out from different areas of your xslt depending on what level you are on in the site?

    Rich

  • Fuji Kusaka 2203 posts 4220 karma points
    Sep 12, 2011 @ 09:31
    Fuji Kusaka
    0

    Hey Rich,

    Yes the menu is pulling out from different areas. My site structure Looks like that.

    > Default
    >> Folder 1
    >>> Page 1 Folder 1(public)
    >>> page 2 Folder 1(private)
    > News
    > Gallery

     

     

  • Fuji Kusaka 2203 posts 4220 karma points
    Sep 12, 2011 @ 09:48
    Fuji Kusaka
    0

    Oh Sorry Rich I forgot to add  a test in my XSLT Nav  for accessibility.

     <xsl:if test="umbraco.library:HasAccess(@id,@path)">
        <!-- Menu Item here -->
    </xsl:if>
Please Sign in or register to post replies

Write your reply to:

Draft