Copied to clipboard

Flag this post as spam?

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


  • rajeev 18 posts 38 karma points
    Jan 19, 2011 @ 12:17
    rajeev
    0

    How to show images of folder in Media

    I want to  show images of folder in Media.  I am using the mediapicker property in document to point to folder in Media.

    How i can show images using this media picker.

     

  • Richard Soeteman 4054 posts 12927 karma points MVP 2x
    Jan 19, 2011 @ 12:25
    Richard Soeteman
    1

    Hi,

    If you download this media iterator package you'll get an XSLT that helps you with that.

    Cheers,

    Richard

  • Matt Brailsford 4125 posts 22224 karma points MVP 9x c-trib
    Jan 19, 2011 @ 12:59
    Matt Brailsford
    0

    Hey Rajeev,

    You should checkout this thread from someone asking a similar question (I've posted an example of loopin media)

    http://our.umbraco.org/forum/using/ui-questions/16427-Images-from-af-specific-folder

    The only difference should be that you are not hard coding the media folder id, so use something like:

    xsl:variable name="mm" select="umbraco.library:GetMedia($currentPage/myMediaPickerPropertyAlias/@id, true())" />

    Matt

  • 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