Results 1 to 7 of 7

Thread: How to hide tabs like notes, tasks etc.

  1. #1
    dekleinemedia is offline A Prolific Poster
    Join Date
    May 2009
    Location
    Netherlands
    Posts
    241

    Default How to hide tabs like notes, tasks etc.

    Hi,

    I want to hide some tabs but this is not possible.

    Now I have a tab called "Other" which includes my modules; Calls, Meetings, Notes and Tasks.
    See screenshot.
    How can I hide these tabs from the top Menubar ?

    Thanks in advance!
    Attached Images Attached Images  
    Kind regards,

    De Kleine Media


    SugarCRM CE v.5.2.0h
    Windows platform
    MySQL v.5.1
    phpMyAdmin - 2.11.2.2
    Apache Server v.2.0

  2. #2
    crmbalah is offline A Prolific Poster
    Join Date
    Mar 2009
    Location
    chennai
    Posts
    418

    Default Re: How to hide tabs like notes, tasks etc.

    Hi
    try to fix through "Configure Group Tabs"

  3. #3
    dekleinemedia is offline A Prolific Poster
    Join Date
    May 2009
    Location
    Netherlands
    Posts
    241

    Default Re: How to hide tabs like notes, tasks etc.

    Quote Originally Posted by crmbalah View Post
    Hi
    try to fix through "Configure Group Tabs"
    Hi, I tried but I already removed the Modules there. When I Save & Deploy these modules goes to tab 'Other'.
    Looks like these modules can't be hidden..?
    Last edited by dekleinemedia; 2009-08-04 at 09:00 AM.
    Kind regards,

    De Kleine Media


    SugarCRM CE v.5.2.0h
    Windows platform
    MySQL v.5.1
    phpMyAdmin - 2.11.2.2
    Apache Server v.2.0

  4. #4
    dekleinemedia is offline A Prolific Poster
    Join Date
    May 2009
    Location
    Netherlands
    Posts
    241

    Default Re: How to hide tabs like notes, tasks etc.

    Hi,

    Anyone knows if these modules can be moved to "Hide Displays" ? Thanks in advance
    Kind regards,

    De Kleine Media


    SugarCRM CE v.5.2.0h
    Windows platform
    MySQL v.5.1
    phpMyAdmin - 2.11.2.2
    Apache Server v.2.0

  5. #5
    crmbalah is offline A Prolific Poster
    Join Date
    Mar 2009
    Location
    chennai
    Posts
    418

    Default Re: How to hide tabs like notes, tasks etc.

    HI
    try to customize the tabs through the themes/your themes/header.php

  6. #6
    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: How to hide tabs like notes, tasks etc.

    Hi dekleinemedia

    Have a look at the script include/GroupedTabs/GroupedTabStructure.php

    PHP Code:
            /* Put all the unused modules in modList
             * into the 'Other' tab.
             */
            
    foreach($modList as $module)
            {
                if(!isset(
    $mlhUsed[$module]))
                {
                    
    $retStruct[$app_strings['LBL_TABGROUP_OTHER']]['modules'] []= $module;
                }
            } 
    You should modify this code, but remember it is not an upgrade safe approach.
    I believe there is some upgrade safe strategy but I could not identify in so short time.

    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.

  7. #7
    CBREGolf is offline Sugar Community Member
    Join Date
    Sep 2009
    Posts
    45

    Default Re: How to hide tabs like notes, tasks etc.

    Quote Originally Posted by dekleinemedia View Post
    Hi, I tried but I already removed the Modules there. When I Save & Deploy these modules goes to tab 'Other'.
    Looks like these modules can't be hidden..?
    In 'Administration: Configure Tabs Group' uncheck the box that says Display Other Tab

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Tasks and Notes as menu tabs: Highlighting
    By nikidinsey in forum Help
    Replies: 6
    Last Post: 2009-03-11, 07:08 AM
  2. Hide Tabs
    By marketadvantage in forum Developer Help
    Replies: 2
    Last Post: 2008-08-25, 03:18 PM
  3. How to hide Tabs for Users?
    By AnitaD in forum Help
    Replies: 3
    Last Post: 2008-05-05, 01:14 PM
  4. hide tabs without using configure tabs in admin
    By dada in forum Developer Help
    Replies: 1
    Last Post: 2007-05-11, 11:23 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
  •