Is there any way to 'save' my view by week setting in the calendar? I like to be albe to see what is happening for the whole week, not just one day and would love the 'week' setting to be my default.![]()
Is there any way to 'save' my view by week setting in the calendar? I like to be albe to see what is happening for the whole week, not just one day and would love the 'week' setting to be my default.![]()
Cheers,
Leslie
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
SugarCRM Version 4.5.0f (Build 1202)
RedHat EL4 64bit
PHP v4.3.9
mySQL v14.7 Distro 4.1.20
Apache v2.0.52
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
I know what you mean, I like view by month myself, Im not sure if this is possible, ill look around later.
Florence I.T. - A community IT shop for Western MA, US
There has to be a way, when that module is loaded it must have a "Default" setting... perhaps one of the Sugar team members could point us in the right direction?
Cheers,
Leslie
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
SugarCRM Version 4.5.0f (Build 1202)
RedHat EL4 64bit
PHP v4.3.9
mySQL v14.7 Distro 4.1.20
Apache v2.0.52
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Hi
you could change the default setting for all users. Edit the file modules/Calendar/index.php
and change
to:Code:if ( empty($_REQUEST['view'])) { $_REQUEST['view'] = 'day'; }
Code:if ( empty($_REQUEST['view'])) { $_REQUEST['view'] = 'week'; }
Cheers Pascal
Simplicity GmbH
Thanks simple!
That worked a treat, and so easy to do!
![]()
Cheers,
Leslie
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
SugarCRM Version 4.5.0f (Build 1202)
RedHat EL4 64bit
PHP v4.3.9
mySQL v14.7 Distro 4.1.20
Apache v2.0.52
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks