Posted by sbdcgabe on October 21, 2009 at 10:20pm
Our organization recently switched to Drupal CMS and I am trying to set up an event management system. I installed the event, calendar, signup, views, and cck modules and can set up events without a problem. However, when I check the calendar in month view I only see the start and end times for the events. The event title does not display on the calendar and the event entries are not clickable to see more info for the event and sign up. Any suggestions on how to resolve this? Thanks!
Comments
Is your Views calendar month
Is your Views calendar month view using overridden values in Field?
Does your Views calendar default view include the Field "Node: Title" along with "Content: Date...."
...
The note above should get you what you need to fix the issue. On another note, you need to steer away from the event module and go with the calendar/date combination. Event is probably going away because there is really nothing it can do that calendar/date can't.
good point. it may actually
good point. it may actually be that the event module with the calendar module is the cause of the problem. even if its not, it would be best to get rid of the event module and bring in the date module.
Calendar not showing event titles
Thanks for the tips!