Place a portion of the Content tree in a custom section
Hello Umbraco Colleagues, There's not an easy way to explain what I would like to do... but I'll try.
I have built a custom section with several custom trees. I am trying to find a way to include a portion of the regular content tree with all of its normal context menu functionality.
For example I'd like to start at node XXXX and get it and all of its descendents and place that part of the content tree in my custom section along with my other custom stuff. (of course that part of the content tree would still be in its regular spot in the content section also.)
If I'm not explaining it very well I can provide more info. BTW I'm using ver 6.
Any ideas on this? Is there a package that might help?
My first idea is to make a tree that inherits from the ContentTree itself by overriden several methods to limit the nodes you retrieve and display. I suggest you to have a look into that first before diving deeper into another custom approach.
Place a portion of the Content tree in a custom section
Hello Umbraco Colleagues,
There's not an easy way to explain what I would like to do... but I'll try.
I have built a custom section with several custom trees.
I am trying to find a way to include a portion of the regular content tree with all of its normal context menu functionality.
For example I'd like to start at node XXXX and get it and all of its descendents and place that part of the content tree in my custom section along with my other custom stuff. (of course that part of the content tree would still be in its regular spot in the content section also.)
If I'm not explaining it very well I can provide more info.
BTW I'm using ver 6.
Any ideas on this?
Is there a package that might help?
Cheers,
David
I don't think there is a package you may use.
My first idea is to make a tree that inherits from the ContentTree itself by overriden several methods to limit the nodes you retrieve and display. I suggest you to have a look into that first before diving deeper into another custom approach.
is working on a reply...