Copied to clipboard

Flag this post as spam?

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


  • Madde 6 posts 26 karma points
    Mar 14, 2012 @ 10:10
    Madde
    0

    Display images in difrrent folder from Digibiz Advanced Media Picker

    Hello

    I have muliple places on my webiste i want to place images uploades from Digibiz Advanced Media Picker 2.0.

    They are uploaded in separate folders så images placed in a "DIV A" is uploaded in one folder and images uploaded in another folder belongs to "DIV B".

    Now it's like this and it's posting images from all folders:

    <xsl:for-each select="$currentPage//mediaItem/Image">
        <li>
         <img src="{umbracoFile}" alt="bild"/>
        </li>
      </xsl:for-each>

    Is there an easy way to do this? anyone width examples?

    Thank you.

  • 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