Ajax Event Calendar Support Product Page

Doesn't need answer

Event shows as undefined

Asked 26 Nov 2012 15:41:58
1
has this question
26 Nov 2012 15:41:58 jeff rammer posted:
The dates are pulling from the database correctly, but the date is 'undefined' instead of the database recordset. What am I doing wrong. I would like the feeds to follow the legends plus when clicked the tooltip shows for the event.

triplejwingandclay.com/index-eventCal.php

Replies

Replied 26 Nov 2012 16:08:53
26 Nov 2012 16:08:53 Vulcho Vulev replied:
Hello Jeff.

Please take a look at the following videotutorial
Creating Dynamic Calendar from a Database using Ajax event Calendar

Regards:Vulcho.
Replied 26 Nov 2012 21:13:46
26 Nov 2012 21:13:46 jeff rammer replied:
Thanks, it was the database column names. I was trying to use a form and DB I created previously, so I reconfigured the php and DB to reflect the DMX calendar requirements. I presumed that the extension was more flexible.

I have the calendar pulling the dates, types, colored correctly.

But now I want an advanced tooltips to display the 'description' column contents for the Event Date. Not the Title, but the description of the event. The tooltip pulls the first description entry in the database and won't pull the data for each event.

The tooltip behaviors I configured are using the following code:

<?php echo $row_RecordsetEventCal['description']; ?>

It's the only option I see in the behavior selection.

Is there a tooltip tutorial Im missing?
Replied 26 Nov 2012 22:15:38
26 Nov 2012 22:15:38 jeff rammer replied:
Also, in the "year view" the days when the events are show up as black and doesn't follow the legend colors?

I tried to find the settings in the css files, but couldn't find the settings. Can you please direct me.

triplejwingandclay.com/index-eventCal.php

Reply to this topic