This feature is called "deep-linking" in the back-office - it's not a very well known feature, but there are a couple of forum and wiki posts about it.
OK cool. I was trying to find a way without hacking the core files. Just keep in mind that if you ever upgrade, you'll need to reapply your changes. :-)
Direct link to back office page
Hii everyone.
I have some reviews page on one of my sites.
In this page the user can add review.
When user add review i add a review item on back office trow the API and send mail to administrator that there is an new review waiting to approved.
Can i provide a direct link to this item on back office?
Thanks in advance.
Hi gilad,
This feature is called "deep-linking" in the back-office - it's not a very well known feature, but there are a couple of forum and wiki posts about it.
The link follows this format:
Replace the "id" parameter with the nodeId of the new review to be approved.
Cheers, Lee.
Hi Lee.
Thanks for quick response.
It is work but only if you are already logged-in.
If you are pass trow login page the url after login is correct but the doc is not open.
Only if you click refresh.
Any idea?
Thanks any-way.
Cheers, Gilad
Damn, you're right! (I've just tested this too). Hmmm, afraid I don't have an answer for how to get around that part. :-(
Maybe create a ticket for this on CodePlex, hopefully should be picked up for a fix in a future release: http://umbraco.codeplex.com/WorkItem/Create
Thanks, Lee.
Hii Lee.
I found a fix for this. :)
In umbraco/umbraco.aspx in line 178 there is row :
Replace it with this :
Cheers.
OK cool. I was trying to find a way without hacking the core files. Just keep in mind that if you ever upgrade, you'll need to reapply your changes. :-)
Cheers, Lee.
is working on a reply...