Results 1 to 4 of 4
Like Tree1Likes
  • 1 Post By kuske

Thread: Disable group tabs

  1. #1
    Veetkoosz is offline Member
    Join Date
    Sep 2009
    Posts
    11

    Default Disable group tabs

    Hi all.
    Maybe it's stupid question, but how do I disable group tabs display style and revert to classic 'one row' style?

    Thanks in advance.

    P.S. Using SugarCRM CE 5.2.0j

  2. #2
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: Disable group tabs

    If you want to set it for all users independant from their former setting to flat, you should look in the themes directory in the header.php and config.php files for the setting of $useGroupTabs.
    Just set $useGroupTabs in each of these files to false.
    Harald Kuske
    Pre-Sales Engineer Central Europe

    SUGARCRM Deutschland GmbH
    Erika-Mann-Str. 53, 80636 Munich, Germany
    Email: hkuske@sugarcrm.com
    Home: http://www.sugarcrm.com


  3. #3
    rafael.q.g@hotmail.com's Avatar
    rafael.q.g@hotmail.com is offline Sugar Community Member
    Join Date
    Jun 2011
    Location
    Florianópolis - Brazil
    Posts
    782

    Default Re: Disable group tabs

    In the actual versions this variable is in themedef.php under theme folder.

    $themedef = array(
    'name' => "Classic",
    'description' => "Default theme from Sugar 5",
    'version' => array(
    'regex_matches' => array('6\.*.*'),
    ),
    'group_tabs' => false,
    );
    Rafael Queiroz Gonçalves
    Advanced OMG UML Certified Professional
    Sun Certified Enterprise Architect for the Java Platform
    Sun Certified Programmer for the Java 2 Platform
    IBM Certified Advanced Application Developer - Lotus Notes and Domino
    IBM Certified Application Developer - IBM WebSphere Portlet Factory
    Computer Science Mastering / UFSC - PPGCC

  4. #4
    sts's Avatar
    sts
    sts is offline Sugar Community Member
    Join Date
    Aug 2010
    Posts
    978

    Default Re: Disable group tabs

    The path for themedef.php in 6.x is themes/<Themename>/themedef.php, e.g. themes/Sugar5/themedef.php for Classic (default) theme.
    Stefan Ulrich Sauer
    System Analyst

    Devoteam Danet GmbH
    Gutenbergstraße 10
    D-64331 Weiterstadt
    Germany
    email: Stefan-Ulrich.Sauer@devoteam.com
    http://www.devoteam.de

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Translating Group Tabs
    By hemanth81 in forum Developer Help
    Replies: 0
    Last Post: 2009-05-01, 03:06 PM
  2. Group Tabs in Admin
    By KUMAR81 in forum Developer Help
    Replies: 4
    Last Post: 2009-04-30, 12:32 PM
  3. How to group subpanels into different tabs?
    By sgeorgiev in forum Help
    Replies: 2
    Last Post: 2008-08-21, 02:26 PM
  4. Group Tabs for a Specific Role / Group Members
    By DALCWBSMAVS in forum Developer Help
    Replies: 1
    Last Post: 2008-04-04, 12:34 AM
  5. Disable tabs for certain users
    By anthonyt in forum Feature Requests
    Replies: 5
    Last Post: 2006-05-06, 02:01 PM

Tags for this Thread

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
  •