PDA

View Full Version : Show calendar_weekly_day if event exists?


stryka
01-24-2005, 03:58 AM
I've tried several IF conditions but I can't seem to get it...

Is it possible ... within the "WEEKLY EVENT" view... to only show days/dates that have an event in it??

I tried editting the template calendar.php... the best result I got was not showing days with events but the opposite logic still showed days with NULL events...

hmmm... any ideas??? does it have to do with the following code in calendar.php or somewhere else when the logic is building the days/dates...

eval('$weekbits .= "' . fetch_template('calendar_weekly_day') . '";');