Closed (won't fix)
Project:
Event
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 May 2007 at 17:44 UTC
Updated:
8 Jun 2007 at 10:52 UTC
I would like to know is there any way to replace the existing drop-down list, when using categories to filter the output.
I think it would be nice to have check-boxes, as this way you can select multiple event categories that you're interested in. Maybe even with some ajax, so you don't have to click 'update' button or such.
Comments
Comment #1
gmak commentedI'd like to add my voice to this request. This is one of the features that would really make Event work well in a number of situations.
It would also be useful if an event type which had multiple taxonomies associated, could have the taxonomies each appear as a separate selection set. So instead of having:
Vocab 1
-- item 1
-- item 2
-- item 3
Vocab 2
-- item a
-- item b
-- item c
We would have:
Vocab 1 Vocab 2
-- item 1 -- item a
-- item 2 -- item b
-- item 3 -- item c
This, combined with the ability to make multiple selections would make the module much more flexible.
Comment #2
nancydruThe easiest way to start this is to put wrapper divs around these so that the CSS could move them into a table format.
BTW, you can do this already on create content with the Taxonomy Super Select module. I'm using it and it's great.
Comment #3
killes@www.drop.org commentedYOu can usee hook_form_alter to change event_taxonomy_filter_form as you like.
Comment #4
encho commentedHow to do that for us non-coders? :-)
Comment #5
killes@www.drop.org commentednon-coders will have to learn coding, I am afraid.
Check out http://api.drupal.org/api/head/file/developer/topics/forms_api.html
Anyway, I am not going to convert the dropdowns to checkboxes by default: won't fixing this.