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.

CommentFileSizeAuthor
hook_nodequeue_tables.patch1.99 KBdaniboy
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ezra-g’s picture

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.

ezra-g’s picture

Status: Needs work » Fixed

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!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.