Copied to clipboard

Flag this post as spam?

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


  • RolandWolters 42 posts 63 karma points
    Mar 21, 2011 @ 15:16
    RolandWolters
    0

    Find Tags, the unusual way

    aa aa aa

  • RolandWolters 42 posts 63 karma points
    Mar 21, 2011 @ 15:18
    RolandWolters
    0

    hmm something wrong! can't edit the startpost... Wait, I'll do it here in the next reply, this is juts to stop you all from shouting that i forgot to add text :)

     

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Mar 21, 2011 @ 15:18
    Jan Skovgaard
    0

    Hi Roland

    I think your question has been messed up somehow?

    /Jan

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Mar 21, 2011 @ 15:19
    Jan Skovgaard
    0

    Haha, must have posted almost at the same time. Looking forward to see the question ;-)

    /Jan

  • RolandWolters 42 posts 63 karma points
    Mar 21, 2011 @ 15:28
    RolandWolters
    0

    Ok, here is the setup:

     

    A page lists FAQ items, but the are not children of the page, the FAQ items are somewhere else in de wesite. The are linked with the currentpage with a uComponents contentpicker. Each FAQ item has or can have Tags. This is the standard Umbraco Tag datatype.

     

    Ont the page That lists alle the FAQ tems, I need to present a tag-cloud that lists tags ONLY from the FAQ items that are linked.

    The FAQ items are listen in this way:

    <xsl:variable name="tempFaqItems">
          <xsl:for-each select="$currentPage/ancestor-or-self::Home[@isDoc]/descendant::Pricing[@isDoc]/faqItems/MultiNodePicker/nodeId">
            <xsl:copy-of select="umbraco.library:GetXmlNodeById(.)"/>
          </xsl:for-each>
        </xsl:variable>
        <xsl:variable name="faqItems" select="msxml:node-set($tempFaqItems)/*"/>

     

    and a subtemplate to display them. 

     

    So, how do I get the tags from ONLY the FAQ nodes that are linked here?

  • 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