I have made a custom section, and now i want to add a content tree to my new section (a default content tree just like that under the section "content"). The only difference there schall be is the sort order af the node. Is there an easy way to do that?
Thanks for ypur reply. The 5 video on Umbraco.tv is using a custom table, i want to use the default Umbarco Node table. But hov do i do that whitout conflicting with the Umbraco Content.
My goal is to have 2 section with 2 sepeart Umbraco content.
It's not possible without writing your own tree. loadContent loads its information from the Document API (and determines the starting node from the one set in the logged in users account details).
To load a different node based API you'd need to create a custom tree. That is how media, document types, media types, etc all work.
Hov to create a content tree in my custom section
I have made a custom section, and now i want to add a content tree to my new section (a default content tree just like that under the section "content"). The only difference there schall be is the sort order af the node. Is there an easy way to do that?
Thanks in advance!
Hi
There is 5 videos on umbraco.tv, which can guide you through this. Don't have that much experience with it myself though.
/Jan
Thanks for ypur reply.
The 5 video on Umbraco.tv is using a custom table, i want to use the default Umbarco Node table. But hov do i do that whitout conflicting with the Umbraco Content.
My goal is to have 2 section with 2 sepeart Umbraco content.
It's not possible without writing your own tree. loadContent loads its information from the Document API (and determines the starting node from the one set in the logged in users account details).
To load a different node based API you'd need to create a custom tree. That is how media, document types, media types, etc all work.
To bad, thanks for your reply!
i am lookign for any documentation samples on how to do it the vidoes need subcription etc..
See my other post on the other thread... http://our.umbraco.org/forum/developers/extending-umbraco/27636-Custom-Section-with-multiple-trees-and-actions-Tutorial-needed
Cheers,
/Dirk
is working on a reply...