Hi! On the dashboard, I like to add links to certain nodes in the content section, so that the editors can open the most regular edited nodes quickly. Here's what I came up with; I added this link in the umbraco.aspx:
<a href="#" onclick="right.document.location.href = 'editContent.aspx?id=1256';return false;">Go to News node></a>
Any other way to accomplish this (as my was seem a bit hackish)?
Yes, my links are left of the help button, on "parent" so I had to write it that way. Thats why "editContent.aspx?id=1256" didn't work either.
About the "hackishism", ok, you are ofcourse right about that is how it's written in the backend. The more elegant way would perhaps be to create some user control. Perhaps there's some existing project dealing with this. ?
Link to content node in admin gui (dashboard)
Hi! On the dashboard, I like to add links to certain nodes in the content section, so that the editors can open the most regular edited nodes quickly. Here's what I came up with; I added this link in the umbraco.aspx:
Any other way to accomplish this (as my was seem a bit hackish)?
I think you will want to prefix the onclick with 'parent'.
It might seem hackish but if you look at the backend search it navigates to nodes in a similar way.
-Chris
On second thought why not just link to the node directly without the onclick?
Thanks for your input.
Yes, my links are left of the help button, on "parent" so I had to write it that way. Thats why "editContent.aspx?id=1256" didn't work either.
About the "hackishism", ok, you are ofcourse right about that is how it's written in the backend. The more elegant way would perhaps be to create some user control. Perhaps there's some existing project dealing with this. ?
is working on a reply...
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.