Editable tables
daniboy - May 31, 2009 - 10:47
| Project: | Nodequeue |
| Version: | 6.x-2.1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | fixed |
Jump to:
Description
It would help developers of extending modules if there was a way to edit the various tables that nodequeue displays, such as the nodequeues list or the tab for nodes.
Attached is a proposed patch that adds a hook (hook_nodequeue_table()) for these tables:
- Nodequeues list (admin/content/nodequeue)
- Subqueues list(admin/content/nodequeue/[qid]/view)
- Node tab (node/[nid]/nodequeue)
I see that the subqueue manipulation table (admin/content/nodequeue/[qid]/view/[sqid]) is created using a different method then theme('table'), I'll see how it works and add a patch for that as well.
| Attachment | Size |
|---|---|
| hook_nodequeue_tables.patch | 1.99 KB |

#1
Extending these tables is great idea. Thanks for thinking outside of the box ;).
I encourage you to consider #234004: Drag and drop node ordering -- It's going to completely replace the current interface.
#2
The above mentioned patch has landed, and we now have a draggable interface that is themeable. I believe this covers the feature request here, but please re-open if it doesn't. Thanks!