We are trying to create a calendar view with exposed filters to allow display of individual calendars. Our default calendar view displays all calendar items for about 28 different calendars Our content type is a Calendar Item which has a related taxonomy for the calendar category (a required single level taxonomy category only used for Calendar items)

Is using an exposed filter the way to go on this (if so, any suggestions), if not how else might we go about providing an easy way to display calendar items in one or more calendars?

We are using Drupal 5.x, Views 5.x-1.6, MySQL database 5.0.51a, PHP 5.2.4-2ubuntu5.3...
We are also using Date 5.x-2.5 and Taxonomy Access Control 5.x-2.x-dev

We tried using the patch described in http://drupal.org/node/272289 and were successful using exposed filters but are still having memory errors which crash our site. (comment #9 describes our result)

We also tried to add a Content Taxonomy 5.x-1.x-dev field for the Calendar Category in our content type, when we added to the Calendar view as an exposed filter (it provided a list of all taxonomy terms however not just for that category (see http://drupal.org/node/362742) We also found adding the content taxonomy field after the fact lost the taxonomy already assigned to the node.

Comments

karens’s picture

Status: Active » Fixed

I just committed some fixes to exposed filters in the last day or two that might fix this. If not, you at least need to move up to the latest code to see what is happening there.

bsnodgrass’s picture

Thanks Karen! Not sure if we have gone a different direction on this yet, but I will pass it on. I will also check to see if we have a snapshot at the time for testing or when we might check it.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.