Im trying to make one node in the content tree to show below multiple folders. For example if you extend one folder you will see the node and if you extend another folder that same node will be there aswell. Is this possible and how to do it or where can I find more information about this?
Same node showing below multiple folders
Im trying to make one node in the content tree to show below multiple folders. For example if you extend one folder you will see the node and if you extend another folder that same node will be there aswell. Is this possible and how to do it or where can I find more information about this?
Best regards
Hi
One way would be to make add a redirection node to your other folders, just redirecting to the original node.
This can be done by adding this line to the header section of your template:
>Tommy
There is special aliases reserver to this
umbracoRedirect
•A nodeid(contentPicker)
•Umbracowill redirect to the selected page
umbracoInternalRedirectId
•A nodeid(contentPicker)
•Umbracowill load the selected page’s content transparently; no urlchange
Petr
Descriptions taken from
http://blog.percipientstudios.com/2009/6/22/codegarden-%2709-presentation.aspx
is working on a reply...