I have muliple places (divs. lists , etc) on my webiste i want to place images uploaded 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:
Did you select folders or images in DAMP? That xslt example simply shows all the images that are selected so if you only select images from 1 folder those are displayed.
Display images in specific folder
Hello
I have muliple places (divs. lists , etc) on my webiste i want to place images uploaded 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>
How do i post from only one of the folders?
Is there an easy way to do this? anyone width examples?
Thank you.
Did you select folders or images in DAMP? That xslt example simply shows all the images that are selected so if you only select images from 1 folder those are displayed.
Jeroen
What do you mean by select?
Im new to this plugin, im new to umbraco to
DAMP is a media picker. After you created media you need to select it. You can than display the selected images using your xslt example.
Jeroen
I have two instances of damp in one page that picks from separate folders but my code example picks all of the images.
So in div 1 it's images picked in instance one om DAMP and in div 2 it's pick images from instance 2 of DAMP
is working on a reply...
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.