I have created an XSLT where when a user imports images into a library, the get put into a flash rotation thing, kind of like a banner. The problem I am running into is when a user tries to sort the images using the sort funtion in Umbraco. They show that there sorted in the umbraco admin tool, but they do not become sorted on the website. I don't know if I am missing a sort function in my code or what. I tried putting a sort function on the nodeID in the SlideShowXML.XSLT but that didn't work. Any help would be greatly appreaciated. Thank You.
Here are the pieces of code though that work with the Slide Show Images:
Sort Order Images
I have created an XSLT where when a user imports images into a library, the get put into a flash rotation thing, kind of like a banner. The problem I am running into is when a user tries to sort the images using the sort funtion in Umbraco. They show that there sorted in the umbraco admin tool, but they do not become sorted on the website. I don't know if I am missing a sort function in my code or what. I tried putting a sort function on the nodeID in the SlideShowXML.XSLT but that didn't work. Any help would be greatly appreaciated. Thank You.
Here are the pieces of code though that work with the Slide Show Images:
SlideShow.XSLT
SlideShowXML.XSLT
If you're using Umbraco 4.5 it's probably this bug: http://our.umbraco.org/forum/core/41-feedback/12159-Refresh-media-cache-after-sorting
Jeroen
Hi Vincent,
Try to add an explicit sort instruction after the for-each:
/Chriztian
Thanks for the Quick Replies Guys.. Jeroen, we are acutally using Umbraco 4.0.3
Hi Chriztian Thanks for the response... I went ahead and tried that and still no luck... Any other ideas?
So far I have tried three different techniques for sort and none of them seem to be working. By the way I am on Umbraco version 4.0.3
Here are the three options I have tried so far:
is working on a reply...