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

karens’s picture

Not 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.

bomarmonk’s picture

You 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.

RayZ’s picture

Project: Event » Event Views
Version: 4.7.x-1.x-dev »

Just moving it to the Event Views issue queue.

karens’s picture

Status: Active » Fixed

Sorry 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.

Anonymous’s picture

Status: Fixed » Closed (fixed)