Loading...
 
Display a small calendar

Module calendar_new

Introduced in version 3.0

This Module add a small calendar which allows to see the events of this current month, basic data in the calendar box, and the other info on a hover box while passing the mouse over.

Usage

The assigned module looks like this:

Image


If you change the main Tiki calendar view (for example, semester mode), the calendar module will be updated accordingly.

You can specify if you want to see the events in a popup for each day. The calendars are specified in the params box of admin->modules
calIds[]=1&calIds[]=2
To see the calendar 1 and the calendar 2
Be careful: permissions are not checked on the calendar

Parameters

Parameter Accepted Values Description Since
viewmode month or week or quarter If you do not want the viewmode will follow the last viewmode you did in calendar
month_delta -1 or -2 or -3, etc.
or 1 or 2 or 3
This forces the viewmode=month. Setting this value to -1 will display the previous month. A value of -2 will display the month that is two-months prior to the current month. With positive numbers, 1 will display next month, while 2 will display the month that is two months from the current month.
viewlist table or list determine the type of view. Default table
calIds array of calendar Ids ex: calIds[]=1&callIds[]=2 to display only the events of these 2 calendars
calendarId calendar Id ex: calendarId=1, ex: calendarId[]=1&calendarId[]=2 4.0
showaction y or n show the action add event. Default : y 5.0
viewmodelink week or day the link from the day will display a week or a day view(default: week) 5.0
linkall y or n all the days will have a link, not only the days with events 5.0
viewnavbar y or n or partial y will show the navigation and the choice of viewmode, partial will only display the navigation. Default:y 5.0

See these pages for information that applies for all modules:

Other related pages:

Aliases

Module Calendar New | Module CalendarNew | ModuleCalendarNew | Module Calendar