Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: to hide home tab

  1. #1
    anamikakhadwal's Avatar
    anamikakhadwal is offline Sugar Community Member
    Join Date
    May 2007
    Location
    India
    Posts
    82

    Default to hide home tab

    is there any way to hide home tab...i tried from admin->configuretabs....but it doesnt work

  2. #2
    SamuelAugy is offline Sugar Community Member
    Join Date
    Sep 2007
    Location
    Paris (France)
    Posts
    238

    Default Re: to hide home tab

    Hello,

    I saw that you can modify your default tab in the config.php file and after you could hide home tab but never tried. Tell me if tit work.

  3. #3
    anamikakhadwal's Avatar
    anamikakhadwal is offline Sugar Community Member
    Join Date
    May 2007
    Location
    India
    Posts
    82

    Default Re: to hide home tab

    i hv done that but it doesnt work ...

  4. #4
    meenge is offline Junior Member
    Join Date
    Dec 2007
    Posts
    2

    Default Re: to hide home tab

    hi!

    I am also a beginner for SugarCRM.
    But base on ur question, what I found out is that you can hide that module in ..\Sugar5\include\modules.php
    You can make a comment sign " // " in front of the module you would like to hide in $modulesList array.I've tried this method already.Hope this will work.

    Cheers

  5. #5
    anamikakhadwal's Avatar
    anamikakhadwal is offline Sugar Community Member
    Join Date
    May 2007
    Location
    India
    Posts
    82

    Default Re: to hide home tab

    no it doesvt work....and if try to comment it in various files...then it gives error of accessing module..
    but doesnt hide home tab

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

    Default Re: to hide home tab

    I have changed the first lines of /include/modules.php to

    PHP Code:
    $moduleList = array();
    // this list defines the modules shown in the top tab list of the app
    //the order of this list is the default order displayed - do not change the order unless it is on purpose
    //$moduleList[] = 'Home';
    $moduleList[] = 'Dashboard';
    $moduleList[] = 'Calendar';
    $moduleList[] = 'Activities';
    ... 
    and it works as you want it, Home Tab is not visible any more, no errors in any other modules.

    hk

  7. #7
    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: to hide home tab

    Hi, kuske.

    Great!!
    But you probably must hack the modules/User/Authenticate.php to redirect to another module and action.

    The default is module=Home&action=index

    Cheers

    --
    André Lopes
    Lâmpada Global Services
    Rua Bela Cintra, 299 conjunto. 51
    São Paulo, SP 01415-000
    tel1. 55 11 3237-3110
    cel. 55 11 7636-5859
    e-mail: info@lampadacrm.com.br

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

    Default Re: to hide home tab

    No problem at all, I tested version 4.5.1.g and version 5.0.0, both automatically redirect to the next availabe tab.

    hk

  9. #9
    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: to hide home tab

    Great, kuske!!

    Simple wonderful!
    Great job!

    --
    André Lopes
    Lâmpada Global Services
    Rua Bela Cintra, 299 conjunto. 51
    São Paulo, SP 01415-000
    tel1. 55 11 3237-3110
    cel. 55 11 7636-5859
    e-mail: info@lampadacrm.com.br

  10. #10
    meenge is offline Junior Member
    Join Date
    Dec 2007
    Posts
    2

    Default Re: to hide home tab

    This is what i told u, and it also works for me. I dont know why it doesn't work for u.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Hide Home Tab
    By gerald29 in forum Help
    Replies: 5
    Last Post: 2010-01-17, 06:05 AM
  2. Customizing Home tab
    By sai in forum Customer Support
    Replies: 1
    Last Post: 2005-11-27, 09:21 PM
  3. Checkboxes under Home Tab
    By Adamcin in forum Help
    Replies: 0
    Last Post: 2005-11-16, 12:27 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
  •