Copied to clipboard

Flag this post as spam?

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


  • Dan 43 posts 72 karma points
    Sep 21, 2009 @ 18:26
    Dan
    0

    MultiplePagePicker for umbraco v 4.0.2.1

    Howdy all, can anyone tell me if they have got the MultiplePagePicker (http://www.cpalm.dk/1116.aspx) to work in umbraco v 4.0.2.1 and if so how.

    ta very much.

  • dandrayne 1138 posts 2262 karma points
    Sep 21, 2009 @ 18:28
  • Dan 43 posts 72 karma points
    Sep 22, 2009 @ 12:36
    Dan
    0

    Thanks for the tip, its looking good so far. Can't seem to set the parent node id at the moment though.

    I'm pasting the xpath expression into the Parent nodeid of the datatype as

    $currentPage/ancestor-or-self::node//node[@nodeName = 'Test']/@id

    this returns the correct id in my other xslt's just seems to get ignored by the datatype.

    Did you have any problems with setting parent node?

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Sep 22, 2009 @ 12:46
    Lee Kelleher
    1

    Dan, you should cross-post your question in the Tree Multi Picker forum too. :-)

    http://our.umbraco.org/projects/tree-multi-picker/tree-multi-picker-general

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Oct 26, 2009 @ 16:27
    Lee Kelleher
    0

    @Dan, to follow up on your last question, here's the XPath to use for the Tree Multi Picker:

    $currentPage/ancestor-or-self::node[@level=1]/node[@nodeName='Test']

    I think your XPath was getting confused with the "ancestor-or-self::node//node" ... as there wasn't a condition on the first node. Whereas "@level=1" goes for your first "root" node.

    Cheers, Lee.

Please Sign in or register to post replies

Write your reply to:

Draft