Results 1 to 4 of 4

Thread: Task Tab

  1. #1
    avirat is offline Junior Member
    Join Date
    Apr 2006
    Posts
    1

    Lightbulb Task Tab

    can anyone help me how can I get "Task" as a Tab rather than on shortcut list?
    I know I can add new TAB from admin control but that is as Portal. I need to add a "Task" as a Tab so that when i click on it I can get list of the Task.

    Thanks.

  2. #2
    loriarce is offline Sugar Team Member
    Join Date
    Jun 2006
    Posts
    58

    Default Re: Task Tab

    Before you implement this change, I want you to know that if you customize the PHP file below and then do an upgrade in the future, the upgrade will overwrite the customization listed below. If you decide to move ahead with the customization, I strongly recommend that you document the file that was modified and document the specific changes.

    Another thing to keep in mind is that this solution will work for editions that are prior to the 4.5 release.

    Follow these instructions:

    1. Go to the \SUGAR\include directory
    2. Make a backup copy of your modules.php file
    3. Open the modules.php file and add a line within the $moduleList = array(); section to include the Task tab.

    For example:

    $moduleList[] = 'Tasks';

    4. Save your changes.

    Refresh your browser. You may need to expand the module list to select the Task tab.

    Lori

  3. #3
    vaineh is offline Sugar Community Member
    Join Date
    Feb 2008
    Posts
    31

    Default Re: Task Tab

    can anyone tell me if this is still the case or is there another way to do it in newer versions that is upgrade friendly?

  4. #4
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Task Tab

    This approach is not upgrade safe.
    You can follow the steps in this thread.

    Kind regards
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

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
  •