Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Tobias 16 posts 61 karma points
    Jun 25, 2009 @ 11:39
    Tobias
    0

    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

  • Tommy Poulsen 514 posts 708 karma points
    Jun 25, 2009 @ 11:50
    Tommy Poulsen
    0

    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:

      <% Response.Redirect("/umbraco-workbench.aspx"); %> 

     

    >Tommy

  • Petr Snobelt 923 posts 1535 karma points
    Jun 25, 2009 @ 13:24
    Petr Snobelt
    1

    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

Please Sign in or register to post replies

Write your reply to:

Draft