Solved Multi-tiered parent/child nodes

Discussion in 'Plugin Development' started by Malikk, Oct 13, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    Malikk

    Hey everybody,

    Does anyone know for a fact whether or not multiple layers of parent/child nodes work properly? I've got mine setup this way and it's pretty buggy, but idk if it's me or if the system just doesn't handle these well.

    To clarify,
    I've got one parent node

    plugin.mainnode.*

    with two children

    plugin.mainnode.typeone.*
    plugin.mainnode.typetwo.*

    and those children have a LOT of nodes underneath each.

    It could either be my inexperiance using permissions (the user side, not the dev side) or it could be something else entirely.

    Insight is appreciated,

    Thanks

    Ah...
    In order to negate all of the nodes you've got to use two sets of asterisks.

    -plugin.mainnode.*.*
    -plugin.mainnode.typeone.*

    I was trying to simply remove the parents, which obviously, in retrospect, doesn't work.

    I am just bad at using permissions, lol

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 29, 2016
  2. Offline

    skore87

    Permissions can be a tad annoying on occasion. This forum isn't the place for that kind of question since it is a server setup question.
     
  3. Offline

    Malikk

    Eh... It's only a server setup question because I was trying to figure out whether or not I was testing my plugin correctly. It was just as much a dev question, making sure I had both sides setup correctly.
     
Thread Status:
Not open for further replies.

Share This Page