I have a website and am quite new to umbraco. On my Hompage i plan to have 3 different macros "One for the News List", the other two for uploading pdfs files for 2 different section.
Here is how i make my nodes
default
folder { 1.pdf, 2.pdf}
folder {1.pdf, 2.pdf}
folder News { newslist 1, newslist 2}
I did listing sub pages from a current page am getting the uploads fomr folder 1 as well in folder 2 can anyone point me in the direction of how to list.
What i did is i used the principal of List Sub Pages From Current Page. So from my default page I create a new page underneath with the folder icon and body tag Folder Browser with is associated with another document type with Upload in it.
So yes basically the contents are stored in media section when uploads.
Listing Different Sub Content with XSLT
Hi Guys,
I have a website and am quite new to umbraco. On my Hompage i plan to have 3 different macros "One for the News List", the other two for uploading pdfs files for 2 different section.
Here is how i make my nodes
default
folder { 1.pdf, 2.pdf}
folder {1.pdf, 2.pdf}
folder News { newslist 1, newslist 2}
I did listing sub pages from a current page am getting the uploads fomr folder 1 as well in folder 2 can anyone point me in the direction of how to list.
Many thanks,
Fuji
Hi Fuji
What did the XSLT look like, which you have tried using already?
And are you storing the folders in the content section or in the media section?
/Jan
Hi Jan,
What i did is i used the principal of List Sub Pages From Current Page. So from my default page I create a new page underneath with the folder icon and body tag Folder Browser with is associated with another document type with Upload in it.
So yes basically the contents are stored in media section when uploads.
Fuji
is working on a reply...