Results 1 to 5 of 5

Thread: Calendar - View by week and keep it!!??

  1. #1
    ledg is offline Sugar Community Member
    Join Date
    Aug 2006
    Posts
    48

    Question Calendar - View by week and keep it!!??

    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

    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

  2. #2
    florenceit is offline Sugar Community Member
    Join Date
    Apr 2005
    Posts
    123

    Default Re: Calendar - View by week and keep it!!??

    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

  3. #3
    ledg is offline Sugar Community Member
    Join Date
    Aug 2006
    Posts
    48

    Default Re: Calendar - View by week and keep it!!??

    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

    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

  4. #4
    simple is offline Sugar Community Member
    Join Date
    Jul 2005
    Posts
    259

    Default Re: Calendar - View by week and keep it!!??

    Hi

    you could change the default setting for all users. Edit the file modules/Calendar/index.php

    and change
    Code:
    if ( empty($_REQUEST['view']))
    {
            $_REQUEST['view'] = 'day';
    }
    to:
    Code:
    if ( empty($_REQUEST['view']))
    {
            $_REQUEST['view'] = 'week';
    }
    Cheers Pascal
    Simplicity GmbH

  5. #5
    ledg is offline Sugar Community Member
    Join Date
    Aug 2006
    Posts
    48

    Default Re: Calendar - View by week and keep it!!??

    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

    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •