10382 Posts in 2196 Topics by 1711 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 628 Views |
-
Calendar and "CalendarShoutBox"

25 November 2009 at 2:28am
We have a Calendar and CalendarEvent pages (from event_calendar) but we want also a CalendarShoutBox on some other kind of page which displays exactly the same events as Calendar but without CalendarSideBar and DatePicker (and ideally displays only events in the next 10 days).
Thank you in advance
Victor
-
Re: Calendar and "CalendarShoutBox"

25 November 2009 at 3:38am
The UpcomingEvents function is decorated into your SiteTree, so you should just be able to add <% control UpcomingEvents %>$_Dates, etc..<% end_control %> to any template.
-
Re: Calendar and "CalendarShoutBox"

25 November 2009 at 5:24am Last edited: 25 November 2009 7:00am
And if I have not a Calendar but WorkshopHolder as
http://doc.silverstripe.org/doku.php?id=recipes:extending_the_event_calendarI will try to figure out what should I use to replace UpcomingEvents
-
Re: Calendar and "CalendarShoutBox"

26 November 2009 at 12:53pm
Cannot figure out how to do it. Say we extend EventCalendar (following instructions)
http://doc.silverstripe.org/doku.php?id=recipes:extending_the_event_calendar
and want put something on a separate page.<% control UpcomingEvents %>$_Dates, etc..<% end_control %>
which works for plain EventCalendar does not work anymore. I made few attempts to create
WorkshopSiteTree.php, from trivial<?php
class WorkshopSiteTree extends CalendarSiteTree
{
}
to more complicated but no more working.Any suggestions?
Another question:
CalendarSiteTree.php contains no closing
but works. Why??>
Victor
| 628 Views | ||
|
Page:
1
|
Go to Top |

