It would be nice, if one can select the month view by clicking the month name, as well as selecting the Day by clicking it's number.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | event.theme-5.x-2.x-clickable-days.patch | 479 bytes | smccabe |
| #5 | event.theme-6.x-2.x-clickable-days.patch | 495 bytes | smccabe |
| #3 | event.theme-5.x-1.0-day_page_links.patch | 834 bytes | smccabe |
Comments
Comment #1
gerhard killesreiter commentedother opinions?
Note that you can already achieve this through theming.
Comment #2
HXn commentedI'm using 5.x-1.0, but to make the day clickable, I added the following to the template.php file in my theme folder:
Then I created template files for both functions in the theme folder:
event_empty_day.tpl.php
event_calendar_date_box.tpl.php
Comment #3
smccabe commentedHere is a small patch that makes days numbers links to day pages and I'm sure i could provide another small one for months as well. I know you can change this with theming but it seems like a feature that everyone would want and could be standard.
Comment #4
killes@www.drop.org commentedCan we add new features to the .2 release?
Comment #5
smccabe commentedhere are patches for 5.x-2.x and 6.x-2.x
Comment #6
japerryEvent for Drupal 8 is unrelated to older versions. If an issue similar to this one exists, please open a new issue with the 8.x branch.