By pongkrub on
How to show term or category filter in admin/content in Drupal 7?
I use Taxonomy for add tags and category field in Content type. When i want edit content in admin/content, it don't show category filter but in Drupal 6 have it.
I don't know it bugs in Drupal 7 or it don't have in Drupal 7.
Please help me.
Thanks you.
Comments
You can use a combination of
You can use a combination of 'Views' and 'Views Bulk Operations' to create a custom content admin screen. A starter interface is provided with 'Views Bulk Operations'.
http://drupal.org/project/views_bulk_operations
You'll want to create an exposed filter on 'Category'.
thank you, but why drupal 7
thank you,
but why drupal 7 core can't do it.
_
I stumbled over this myself, and was unable to find the issue where this was removed from d6 to d7.
Category?
Where do you see a filter of "Category"? I have a number of vocabularies and need to search/filter on any of them (like "Category") use to allow.
You can use admin_views
You can use admin_views, it converts admin/content form to views and add more filters, such as vocabulary,title etc.