Simple Machines Community Forum

Customizing SMF => SMF Coding Discussion => Topic started by: PhoenixBoss on April 19, 2006, 06:00:51 PM

Title: Got a problem with ssi_todaysCalendar ...
Post by: PhoenixBoss on April 19, 2006, 06:00:51 PM
I'm trying to use ssi_todaysCalendar() and ssi_todaysEvents() to pull a listing of my site's upcoming events.

In my Calendar settings, I have the setting enabled to show linked events in a Topic.
If I include an ssi box, and select "Today's Calendar" as the content to show, then I click on an event's name, the list of linked events shows up correctly.

However, if I call the ssi_todaysCalendar() and ssi_todaysEvents() functions directly and then click on an event's name, the list of linked events is garbaged and defaults to the list of events pulled out through ssi_todaysCalendar() and ssi_todaysEvents().

Has anyone else spotted this??