I have been trying all day to get this working, now i need a little help.
Umbraco version: umbraco v 4.7.2
I have this site structure
Page 1 --Page 2 ----Page 3
On page 3 i have a mediaPicker witch i need to use to show a image on page 2. There are several Nodes on the same level as page 3. all with a mediaPicker to show different images.
I have got it to to work with a mediaPicker on page 2, but it of cource shovs the same image 20 times.
Instead of the $Currentnode i need to select the media picker from the subpage.
Select media from subpage
Hi
I have been trying all day to get this working, now i need a little help.
Umbraco version: umbraco v 4.7.2
I have this site structure
Page 1
--Page 2
----Page 3
On page 3 i have a mediaPicker witch i need to use to show a image on page 2. There are several Nodes on the same level as page 3. all with a mediaPicker to show different images.
I have got it to to work with a mediaPicker on page 2, but it of cource shovs the same image 20 times.
Instead of the $Currentnode i need to select the media picker from the subpage.
Here is the xslt
Here is what i need as output
<!--<a href="/images/img/fproject_4_1.jpg" class="preloader" rel="prettyPhoto" title="" ><img src="/images/img/fproject_4_1.jpg" alt="" rel="prettyPhoto" /></a>-->
Here is the entitre XSLT
Tanks in advance, thumbs up for our.umbraco
René
Try
This will reference the node within the for loop rather than the current page
Tanks Paul, saved my day.
And it was so simple...
is working on a reply...