kendraio / kendra_home

Kendra Home
https://www.kendra.io
GNU General Public License v2.0
2 stars 2 forks source link

Event page: Show a list of events alongside the calendar view #22

Open iAugur opened 10 years ago

iAugur commented 10 years ago

Not sure if it is possible to add a 'List' button along with the Day/week/month view buttons in the calendar heading without altering the calendar in code to view a list of events. See: https://www.kendra.io/events

iAugur commented 10 years ago

I have created a clone of the view of the events listing on the home page and put it alongside the calendar view. I think that achieves the aim of this issue @dahacouk - If you are happy with that solution you can close the issue

dahacouk commented 10 years ago

Can we also have a "Past Events" list too? Cheers!

dahacouk commented 9 years ago

Please can we do this first thing next week?

iAugur commented 9 years ago

@dahacouk - I have added a paged (ajax) view of past events to the events page https://www.kendra.io/events Close if you are happy with that.

dahacouk commented 9 years ago

I get this error on this page. You?

Notice: Undefined index: data in views_plugin_cache->restore_headers() (line 236 of /var/www/www.kendra.io/live/htdocs/sites/all/modules/contrib/views/plugins/views_plugin_cache.inc).

iAugur commented 9 years ago

there is an error with views that occasionally shows up on the events page see (https://www.drupal.org/node/2018737) - should be fixed by latest views version - we should check

iAugur commented 9 years ago

It appears to be fixed in the latest version - see https://www.drupal.org/node/2480259 -

#2018737 by oriol_e9g, johnv, david_garcia, klausi, forgenator: Notice: Undefined index: data in views_plugin_cache->restore_headers()
iAugur commented 9 years ago

The latest version of views is in the planned updates we are pushing up this week - so that should fix it.

iAugur commented 9 years ago

Latest version came in with security updates and now live - fixed the error