the pdcalendar is a very simple example to list out events, it does not contain any logic.
In fact, the start and enddate in which you want to show your events are hardcoded in the xslt-file (which is set to 2009). Thats probably why you dont get any results.
Just open up the pdcalendar.xslt and have a look what the dates are set to.
PDCalender Not Showing
I have included the following code in a template but the calender is not showing.
<umbraco:Macro Alias="PDCalendar" runat="server"></umbraco:Macro>
The following works
<umbraco:Macro Alias="PDCTableCalendar" runat="server"></umbraco:Macro>
<umbraco:Macro Alias="PDCUlliCalendar" runat="server"></umbraco:Macro>
Please help. I need to get the calender displayed first with the dates with events highlighted.
Hi,
the pdcalendar is a very simple example to list out events, it does not contain any logic.
In fact, the start and enddate in which you want to show your events are hardcoded in the xslt-file (which is set to 2009). Thats probably why you dont get any results.
Just open up the pdcalendar.xslt and have a look what the dates are set to.
If you have any more question, just ask :)
Peter
is working on a reply...