Closed (fixed)
Project:
Event Views
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jul 2006 at 16:50 UTC
Updated:
16 Aug 2006 at 23:46 UTC
I have a flexinode event type and when viewing a calendar through the event-views module, there is still a link for "limit to events of this type-- also on the standard calendar without the event view). This is a bit redundant, but the link also doesn't work. It returns a calendar view for January 1970, a surprising blast from the past, if you will.
Comments
Comment #1
karens commentedNot exactly desired behavior :-)
I can't figure out what you're seeing. I don't see any label like 'Limit to events of this type' anywhere, even on the regular calendar view. I also looked through all the views filters and the event views filters and the event module and the basic event module but can't find that terminology anywhere. It that something coming from flexinode? A screen shot and an export of your view would be helpful.
Comment #2
bomarmonk commentedYou could just visit this link: http://www.alpinecountyca.com/departments/public_works/the_community_center
Hover over the event type, "reservation: community calendar," and you'll see the "limit to events of this type." This type of event is already supposed to be limited to only views of this type (so the link is redundant, and may be a bug in and of itself). Click on that link, though, and you get January way back in 1970!
Thanks for your help on this.
Comment #3
RayZ commentedJust moving it to the Event Views issue queue.
Comment #4
karens commentedSorry to be so long in responding. I have been buried in other things. Figured this out. That code is actually coming from the event theme that is displaying the event table cell (event views just picks up the display that the event module creates). You can get rid of that link by overriding the theme. The theme in question is theme_event_node_month() in the file event.theme.
Comment #5
(not verified) commented