Hi all and Merry Christmas to everybody,
I am having 2 issues with the event module. It may be because of something I've done, but I don't think so.
1/ I use the event module with the calendar block on the front page, and a month view as the default calendar page. If clicking on the date on the calendar block, you will get a day view, but if clicking on the name of the event in the month view, you will go straight to the node. I'd like to know how to send people to the the day view when clicking on the name of the event.
2/ on the month view, the current day is highlighted in a different color. If I go to the next month it will still be highlighted. Anyone knows how to have it normal for other months?
Thanks in advance for any kind of help. You can look at the website here if my explanations are not clear enough.
Comments
The latter is a CSS issue -
The latter is a CSS issue - I think the goal is to show you this day a month from now (or a month ago). this gets the CSS attribute "selected" (I think). While only today's actual daate gets the "today" attribute. In the default CSS, I think they get colored the same, but you can customize this. See this issue: http://drupal.org/node/29466
---
Work: BioRAFT
Thanks, that's exactly what
Thanks, that's exactly what I was looking for. Sorry for not finding it by myself, probably did the wrong searches.