Copied to clipboard

Flag this post as spam?

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


  • Ismail Mayat 4511 posts 10059 karma points MVP 2x admin c-trib
    Aug 05, 2014 @ 16:46
    Ismail Mayat
    0

    Jump to node link

    Guys,

    Using umbraco 6.1.6, I have a website with bunch of node links. I want the link to jump to the umbraco back and into the umbraco tree and have it opened ready for editing.  I used todo 

    <a href=\"{2}umbraco/umbraco.aspx?j2n={0}\">{1}</a>

    And the j2n querystring parameter would cause it to jump to that node in the tree.  This no longer works so i am assuming it needs to be done differently?

    Any ideas?

    Regards

    Ismail

  • Dan Lister 416 posts 1973 karma points c-trib
    Aug 05, 2014 @ 16:47
    Dan Lister
    0

    Hi Ismail,

    I'm guessing you could do something like the below where 1054 is the ID of the page you wish to edit:

    http://domain/umbraco/#/content/content/edit/1054
    

    Thanks, Dan.

  • Ismail Mayat 4511 posts 10059 karma points MVP 2x admin c-trib
    Aug 05, 2014 @ 16:49
    Ismail Mayat
    0

    Dan,

    No that just redirects to main content page, ps I am using umbraco 6.1.6 i think that link is v7?

    Regards

    Ismail

  • Christopher 28 posts 173 karma points
    Aug 05, 2014 @ 16:56
    Christopher
    102

    You can use "umbraco/umbraco.aspx?rightAction=editContent&id=1234" as the direct edit URL in 6.*

  • Dan Lister 416 posts 1973 karma points c-trib
    Aug 05, 2014 @ 16:56
    Dan Lister
    0

    Yeah sorry, Ismail. That is for v7. I think its about time I got some glasses :)

    Dan.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies