Results 1 to 7 of 7

Thread: Default calendar view to monthly view

  1. #1
    Systems Navigator is offline Sugar Community Member
    Join Date
    Apr 2007
    Posts
    195

    Default Default calendar view to monthly view

    Hi there,

    Does anyone know how to change the default calendar view to month instead of week? This is just when you open the calendar module.

    Thanks!!

    OS: Windows 2003 Server R2
    Sugar: Version 5.5.1 Pro
    Webserver: apache 2.0.59
    PHP: Version 5.2.5
    Mysql: version 5.0.45

  2. #2
    mikesolomon is offline Sugar Community Member
    Join Date
    Feb 2008
    Location
    UK
    Posts
    1,467

    Default Re: Default calendar view to monthly view

    Quote Originally Posted by Systems Navigator View Post
    Hi there,

    Does anyone know how to change the default calendar view to month instead of week? This is just when you open the calendar module.

    Thanks!!

    OS: Windows 2003 Server R2
    Sugar: Version 5.5.1 Pro
    Webserver: apache 2.0.59
    PHP: Version 5.2.5
    Mysql: version 5.0.45
    copy modules/Calendar/index.php to custom/modules/Calendar/index.php

    Edit custom/modules/Calendar/index.php

    Change

    if ( empty($_REQUEST['view']))
    {
    $_REQUEST['view'] = 'day';
    }

    to

    if ( empty($_REQUEST['view']))
    {
    $_REQUEST['view'] = 'month';
    }
    Mike Solomon
    Development Manager
    Ivy Ltd
    www.ivy.ltd.uk]www.ivy.ltd.uk

    php version 5.2.6
    MySql 5.1.59

  3. #3
    Systems Navigator is offline Sugar Community Member
    Join Date
    Apr 2007
    Posts
    195

    Default Re: Default calendar view to monthly view

    Thanks a lot!!

    Clear and fast!

  4. #4
    datasponge is offline Sugar Community Member
    Join Date
    Mar 2008
    Location
    San Jose, CA, USA
    Posts
    553

    Default Re: Default calendar view to monthly view

    Is there a similarly easy way to change the Shared Calendar view from week to month?

    Phil

  5. #5
    tblair2323 is offline Junior Member
    Join Date
    Jun 2010
    Posts
    1

    Default Re: Default calendar view to monthly view

    Will this work in the Community Edition, Version 5.2.0k (Build 5837)?

    Thank you,

    Tim

  6. #6
    mikesolomon is offline Sugar Community Member
    Join Date
    Feb 2008
    Location
    UK
    Posts
    1,467

    Default Re: Default calendar view to monthly view

    Quote Originally Posted by tblair2323 View Post
    Will this work in the Community Edition, Version 5.2.0k (Build 5837)?

    Thank you,

    Tim
    yes it will
    Mike Solomon
    Development Manager
    Ivy Ltd
    www.ivy.ltd.uk]www.ivy.ltd.uk

    php version 5.2.6
    MySql 5.1.59

  7. #7
    coficksote is offline Sugar Community Member
    Join Date
    Feb 2011
    Posts
    14

    Default Re: Default calendar view to monthly view

    hi
    need that shared view for months, not weeks

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Default Calendar View
    By C4talyst in forum Help
    Replies: 5
    Last Post: 2009-05-27, 10:12 AM
  2. How can I change the Shared calendar view to be monthly?
    By darcy.rippon in forum Developer Help
    Replies: 7
    Last Post: 2009-04-10, 10:34 AM
  3. Default view of Calendar
    By ttlinna in forum General Discussion
    Replies: 4
    Last Post: 2006-02-03, 09:22 AM
  4. default calendar view
    By scliburn in forum Help
    Replies: 0
    Last Post: 2005-12-30, 08:30 PM
  5. Default Calendar List View
    By JHo in forum General Discussion
    Replies: 0
    Last Post: 2005-07-31, 03:39 AM

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
  •