Suppose you have the following taxonomy hierarchy:
- Event
- A
- B
- C
- Currently, if you filter by selecting A, you won't see events in B and C. The patch adds an option ("Include taxonomy child verbs when filtering", for want of a better description, disabled by default) to make this work: with the option turned on, you will see A, B, and C events when A is selected.
- The patch also adds an option (enabled by default) to enable multiple hierarchy support for the list of taxonomy verbs. When turned on, you will see
- Event
- -- A
- ---- B
- ---- C
instead of
- Event
- Event - A
- Event - B
- Event - C
| Comment | File | Size | Author |
|---|---|---|---|
| event.module_50.patch | 1.81 KB | avf |
Comments
Comment #1
killes@www.drop.org commentedCan somebody test and comment on the usefulness of this?
Comment #2
mr.andrey commentedVery good patch. It's much more useful for me than the original design. Can this be implemented site-wide, so the behavior is similar on the search pages?
I'm looking to set up Event and Classified listing by location. Because of the volume of information that needs to be in that select box, I think it would be great to have an ajax selection tool where one could select Country, then State and then City during the input, and have it be a directory-like structure when the results are displayed and browsed through.
A.
Comment #3
David Latapie commentedHow can I install it in my drupal 5.2 (I am not a programmer)?
Also, do you know of a way to get rid of the very long URL in tags? I don't want /foo/bar, I just want /bar and the possibility for someone looking for "foo" to also have bar (which is what your patch allows.
Thank you for your help.
Comment #4
regx commentedThis patch worked great, exactly what I needed and well done.
Please merge this into the module.
Comment #5
regx commentedIf you are on a linux server, just download the patch file and place it in the same directory as your event module.
Then via ssh cd to your event module dir and type: patch event.module nameofpatchfile
Comment #6
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.