nik
Posts:
Registered: 1/1/1970
Member Is Offline
|
| posted on 8/19/2003 at 03:00 PM |
|
|
New feature added
Now it is available to place events date by events list output (%date parameter in Templates Config -> Event List Header Template->Header). And
also it is possible to show events list on the same page with calendar. To do this you should set Templates Config ->Alternative URL -> Custom
event list URL the same as URL that contains calendar, for example, index.php?CLd=%d&CLm=%m&CLy=%y, variables
CLd=%d&CLm=%m&CLy=%y are required, Target should be set to _self. In this case show_event function call will look like
show_event($CLd,$CLm,$CLy,'calendar
name'), for example, show_event($CLd,$CLm,$CLy,'Demo_vertical')
|
|
|
|