By freelylw on
event.module
anybody know how to seperate the events by different citys ? at the moment, when different people create different event, they are all mix to eachother. but events might be for different city, what 's the simple way to give a clear seperation of different events for different city ?????#
thank you.
Comments
Modules to help you filter the results
The Views.modules and Taxonomy.module may be what you need to offer the User a "Narrow your Choices" list. Read http://drupal.org/node/54457 and the Views Tutorials at http://drupal.org/node/59157.
Hold off a day or two to see if one of the more experienced Drupal gurus has a simpler solution for the events.module.
I am pretty interested in
I am pretty interested in something like this, as I want to filter the events shown in the calendar acording to a CCK field (that I suppose that is a very similar case to yours).
I have thought of creating a view, but I don't know at all how to get it. Another option I tought was adding a CCK filter to the event (in the Admin section of Event, it would show the CCK fields, and you could select any of them to be able to filter the calendar view based on those fields).
Did you find something to get that filtering?
Different cities: try EventFinder module
This module allows the user to seach for events based on event type, category, geographic location and proximity to major metropolitan areas. Other modules required are civicrm, event, and location modules.
http://drupal.org/handbook/modules/eventfinder
Eventfinder is dead
http://groups.drupal.org/node/1652
Try Calendar
Well, it took me a while, but I think you can make it with a CCK field associated to your content type (let's suppose you have a content type called "CityEvent", so you add it a CCK textfield where you will store the associated city). Then, you use the calendar view and add an exposed filter, to make a filtering with the CCK field you just created.