Copied to clipboard

Flag this post as spam?

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


  • Echilon 29 posts 49 karma points
    Jun 10, 2013 @ 15:43
    Echilon
    0

    Permissions On Node And All Children

    I'm trying to allow a user to access a node and all of it's children, but nothing else. Despite trying for hours with both the permissions for the user and permissions on the page itself (when logged in as an admi). The user can only see and create children under those nodes I've specifically chosn 'Browse Node' in the node permissions dialog. Is there any way to apply this permission en-mass?

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jun 10, 2013 @ 23:14
    Jan Skovgaard
    0

    Hi Echilon

    When you set the access do you then check the "Replace child node permssions" option so that the settings are inherited to the nodes below then current on?

    /Jan

  • Echilon 29 posts 49 karma points
    Jun 11, 2013 @ 09:29
    Echilon
    0

    These are the only two dialogs I can find, which boxes should I check?

  • Echilon 29 posts 49 karma points
    Jun 17, 2013 @ 10:31
    Echilon
    0

    I really need some sort of solution for this please.

  • Scott 69 posts 146 karma points
    Sep 05, 2013 @ 15:16
    Scott
    0

    Did you ever come up with a solution for this because I'm having the same problem. I cant even find where you got the dialog that has the checkbox for child node permissions. Our website is quite large with hundreds of entries in the content tree. I would really rather not have to go through each one, for each user. That would take me days.

  • Echilon 29 posts 49 karma points
    Sep 05, 2013 @ 15:35
    Echilon
    0

    Do you have a custom tree/section anywhere?

    I eventually tracked this down to a custom tree where I was doing this:

    protected override void CreateRootNodeActions(ref List actions)
            {
                return;
                //base.CreateRootNodeActions(ref actions);
            }
    
            protected override void CreateAllowedActions(ref List actions) {
                return;
                //base.CreateAllowedActions(ref actions);
            }
    
  • Scott 69 posts 146 karma points
    Sep 06, 2013 @ 02:51
    Scott
    0

    I found my issue, I was only looking in the content trees permissions, while the recursive permissions are under the Users section under User Permissions. 

Please Sign in or register to post replies

Write your reply to:

Draft