It would be nice if you first could select some set of ndoes on admin/content/node and then assign taxo terms using this module on its extra tab. The current selection should be shown above the table.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | taxomultiedit.patch | 2.34 KB | killes@www.drop.org |
Comments
Comment #1
killes@www.drop.org commentedA bit like this.
I think it would be nice to integrate the whole thing with the node.module's overview, but this doesn't seem to be possible. One could usee hook_menu_alter to replace core's admin UI, though.
Comment #2
dman commentedWell yeah
Adding a filter to the tab is an idea... but it looks like a lot of work to replicate - mostly by copy&paste - that big filter and pager.
I've taken that code apart twice already in different reincarnations, and still haven't seen anything easily steal-able.
Which is why I choose to enhance the admin/content/node form with extra functions rather than replicate it.
The UI on the tab is almost a lost cause for me. I think we'd win more by adding AJAX actions to the
admin/content/nodetable. Add to the working context rather than clone/branch it.Comment #3
pkej commentedI second some kind of filtering on that form. Since most things imported are nodes, there are a lot of clutter in the listing.
Comment #4
dman commentedModule deprecated (ages ago) in favor of better utilities found in Views Bulk Operations (or maybe Editable Fields
Closing old tickets.