On a page such as drupal/event/2007/03/07/list/content_foo/all the iCal link will be to drupal/event/ical/content_foo/all, while the RSS link will be to drupal/event/feed.
This should be simple to fix, eh?
event.module:385: $output .= theme('event_ical_link', 'event/ical/'. $node->filter);
event.module-386-
event.module-387- // Add RSS feed and icon to events page
event.module-388- drupal_add_link(array('rel' => 'alternate',
event.module-389- 'type' => 'application/rss+xml',
event.module-390- 'title' => t('RSS'),
event.module-391- 'href' => url('event/feed', NULL, NULL, TRUE)));
event.module-392- $output .= theme('feed_icon', url('event/feed'));
Comments
Comment #1
kiwibird commentedAlso, the title should probably "Events RSS" or something, to disambiguate from those who also include a "News RSS" etc.
Comment #2
simon georges commentedThis version of Event is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.