Does a node edit corollary exist?
dwightaspinwall - July 2, 2009 - 21:14
| Project: | Block Edit |
| Version: | 6.x-1.4 |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | needs work |
Jump to:
Description
Can someone let me know if there is a module which does the same thing as block edit, except for nodes? I'm aware of admin:hover but would like to keep things consistent across the board, Views-style. Thx.

#1
I am not aware of a module that does what you require.
#2
I have been thinking of building one. If no one knows of any, just let me know.
#3
Not sure what exactly would the node edit one do, since node pages already have tabs?
#4
I already built it for my site, as many of the overall parent pages are built with views. The inner pages are not always linked to, as they are just loaded and displayed by the view. The nodes all have an edit link on hover, so it's no longer necessary to have to go to the content management -> content and search for the page you want to update. It cuts off a few steps in the process, and returns you back to where you were before editing.
#5
@ryanilg: Would it be possible for you to provide a patch for this module?
I have been adding edit/delete links to rows in views for a while but it would be nicer to have something built into this module in the same style as the views links.