Is it anyhow possible to change the default view of calendar?
I'd like to use week instead of day as default.
Is it anyhow possible to change the default view of calendar?
I'd like to use week instead of day as default.
Go on modules/Calendar/index.php
find this code.
if ( empty($_REQUEST['view']))
{
$_REQUEST['view'] = 'day';
}
change for this
if ( empty($_REQUEST['view']))
{
$_REQUEST['view'] = week';
}
Thanks!
It helped.
Hi!
I can see how to change the default calendar view from day to weeek, or month. How do I cahnge it to 'shared'?
![]()
same stuff.Originally Posted by djseamus
if ( empty($_REQUEST['view']))
{
$_REQUEST['view'] = 'shared';
}
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks