Results 1 to 3 of 3

Thread: Hide Tasks List from calendar view

  1. #1
    jarod159 is offline Member
    Join Date
    Sep 2010
    Posts
    7

    Default Hide Tasks List from calendar view

    Hi at all!

    I need an information...

    How I tried to explain with the attachment, I need to hide the tasks list from the calendar view!

    How ?????

    Thanks a lot !!!!
    Attached Images Attached Images  

  2. #2
    eggsurplus's Avatar
    eggsurplus is offline Sugar Community Member
    Join Date
    Dec 2005
    Location
    Minnesota
    Posts
    2,343

    Default Re: Hide Tasks List from calendar view

    The only way I know of is to open modules/Calendar/index.php and remove the following code from the bottom of the file:

    PHP Code:
    <?php if ($_REQUEST['view'] == 'day') { ?>
    <td valign=top width="30%">
    <?php include("modules/Calendar/TasksListView.php") ;?>
    </td>
    <?php ?>
    You'll have to do this or at least check after any upgrade to Sugar.

  3. #3
    jarod159 is offline Member
    Join Date
    Sep 2010
    Posts
    7

    Smile Re: Hide Tasks List from calendar view

    Thanks a lot !!!!!!!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Hide Records in List View??
    By veon in forum Developer Help
    Replies: 2
    Last Post: 2010-01-14, 05:44 PM
  2. hide List view fields
    By Mithun in forum Developer Help
    Replies: 11
    Last Post: 2009-04-01, 02:56 AM
  3. hide hour & minute in list view
    By mikrob35 in forum Help
    Replies: 0
    Last Post: 2008-10-27, 09:03 AM
  4. Option to hide completed tasks from Project Task List
    By bpoteet in forum Feature Requests
    Replies: 2
    Last Post: 2008-01-25, 01:40 AM
  5. Toggle Viewing Tasks in Calendar View
    By jeremy in forum Feature Requests
    Replies: 1
    Last Post: 2007-02-20, 08:37 PM

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
  •