Copied to clipboard

Flag this post as spam?

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


  • Arthur 8 posts 78 karma points
    Dec 18, 2015 @ 17:57
    Arthur
    0

    Umbraco 7 gallery

    Hey there, maybe I have overlooked the solution in my internet search but I can not find a solution for the following problem: I have a media folder with some pictures. In this folder i created another folder with the bigger versions of the images of the parent folder. Now I would like to loop through the first media folder and link each file with the bigger version of the sub folder eg.: in the parent folder there is a picture mountain1.jpg and in the sub folder of the parent folder there is the picture mountain1_big.jpg

    Can anyone of you help me with that problem? Cheers Arthur

  • Yasir Butt 159 posts 369 karma points
    Dec 18, 2015 @ 18:51
    Yasir Butt
    0

    Hi,

    what actually do you want to achieve?

    Yasir

  • Arthur 8 posts 78 karma points
    Dec 18, 2015 @ 19:01
    Arthur
    0

    Hi Yasir, :) I would like to archive: 1. querying a media folder and display all images 2. link all images to a bigger version of these images

    Thanks Arthur

  • Yasir Butt 159 posts 369 karma points
    Dec 18, 2015 @ 19:25
    Yasir Butt
    0

    Hi,

    where do you want to display these images? do you want to create a image gallery? like http://tormodnoreng.com/work/travel/

    other wise you really want to loop through media then you can see the media service. check below link

    https://our.umbraco.org/documentation/Reference/Management/Services/MediaService

    Yasir

  • Arthur 8 posts 78 karma points
    Dec 18, 2015 @ 20:57
    Arthur
    0

    Hi!

    (http://tormodnoreng.com/work/travel/) -> that is exactly what i am trying to archive. :)

    Thanks

  • Yasir Butt 159 posts 369 karma points
    Dec 18, 2015 @ 21:42
    Yasir Butt
    0

    Hi,

    I assume that Umbraco is new for you thats why you are going to totally wrong direction.

    I recommend you that read the documentation here https://our.umbraco.org/documentation/Getting-Started/

    How you can achieve this.

    • Create a new Document type
    • Create a property field with Multi media picker
    • Loop through the values from this property and use any jquery image gallery plugin to show the images.

    Yasir

  • Arthur 8 posts 78 karma points
    Dec 19, 2015 @ 16:10
    Arthur
    0

    Thanks!

  • 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