Closed (won't fix)
Project:
Drupal core
Version:
7.x-dev
Component:
node system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 May 2011 at 16:45 UTC
Updated:
28 Apr 2015 at 02:48 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
drikc commentedComment #2
jox commentedIt's working well here. Thanks.
I've modified it to allow control over which vocabularies will be listed in the selection. I did it with a hook that allows to exclude certain vocabularies by their machine_name.
If there is interest I can contribute the code here.
Another nice addition would be to make this configurable in the admin interface.
Comment #3
eric_a commentedhttp://drupal.org/project/ext_search_page
#693362: taxonomy_form_all() is dangerous
#497804: [meta] Search entities (nodes, terms, etc.) within the administrative interface
Comment #4
jox commentedOh, ok. I understand.
Then it would make even more sense to allow control over which vocabularies will be in the selection.
How about making the taxonomy filter optional and enable-able with a choice of vocabularies that will be included?
It would then be populated with a modified version of taxonomy_form_all():
Comment #5
frozenrey commentedSWEET!! THANK YOU SOOO MUCH! didn't try #4 but the patch works beautifully.
Comment #6
mediameriquat commentedI've just tried the patch on Drupal 7.12, and cannot make it work.
All it does is create a nice additional drop-down menu... but the contents are not filtered.
This patch seems to have been designed for an old dev version... I'd really like to see such a lightweight solution implemented into core.
The "Extended search page" module, as suggested in #3, kills my website. Drupal has too many bloated extensions that can't be used on shared hosting :/
Comment #7
mediameriquat commentedadd-taxonomy-filter-to-content-admin.patch queued for re-testing.
Comment #8
droplet commentedComment #9
Lehtóri commentedadd-taxonomy-filter-to-content-admin.patch queued for re-testing.
Comment #11
garphySame as #6 here.
Seems that although filtering options are prompted to user, there's no code to actually implement the filter on the query.
But BTW, there's not chance to see this re-included in core, is it ?
Comment #12
Alexandervn commentedEnhanced for Drupal 7.16.
Comment #13
wemakewebsites commentedLast one works nicely, thanks.
Comment #14
garphyRerolled #12 for current HEAD.
Comment #15
garphyThis is still for D7
Comment #16
kopeboyI don't want to patch core, when this will be released?
Comment #17
dcam commentedThis patch re-adds code that was intentionally removed by #693362: taxonomy_form_all() is dangerous. It's not going to be added back in. Maybe I should just change this to Needs work, but I really can't see this feature being added at this stage of the D7 lifecycle, so I'm closing the issue.
If someone feels like creating a solution that doesn't cause performance problems, then go for it. Personally, I would just make a View.
Comment #18
geekinpink commented#14 patch worked...thanks a lot