I've been using this module for quite some time, and I have a recurring need to be able to control which vocabularies get rendered in the filter control provided in the various views.
At the moment, this module looks for all vocabularies enabled for the content types, and incorporates all the terms from all those vocabularies.
Instead, it would be nice to allow the module's admin interface to indicate which vocabularies to include (rather than all enabled). Since my site allows free tagging, the filter control tends to get rather large over time.
If other folks share this need, I can probably contribute a patch for core (as i have found no way to override the values in this control at the theme layer).
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | event.module.369162-2.patch | 2.36 KB | equalspeterd |
| #1 | event.module.369162.patch | 2.26 KB | equalspeterd |
Comments
Comment #1
equalspeterd commentedTurned out to be much easier than i was thinking it would be. The attached patch adds the vocabulary control to the overview admin page, and filters the taxonomy filter control accordingly.
Comment #2
equalspeterd commentedforgot to test the default case. use this patch instead of the patch in #1 instead
Comment #3
equalspeterd commentedmoving this to a feature request category. any chance of seeing this in the next point release?
Comment #4
Passionate_Lass commentedI need this functionality too, unfortunately, I have no way to install/use patches. Think you could make me a .zip of the current events module with the changes? :) I would really appreciate it.
Comment #5
Anonymous (not verified) commentedSorry but the control
it's a little bit stupid, maybe we can change it in
Comment #6
jannalexx commented#2 patch works after applying #5 mod
list specific vocabularies without useless selections... a must have especially if free tagging is enabled
very nice, tnk u
Comment #7
japerryEvent for Drupal 8 is unrelated to older versions. If an issue similar to this one exists, please open a new issue with the 8.x branch.