Results 1 to 8 of 8

Thread: How To Disable Home Module

  1. #1
    piccirm2 is offline Sugar Community Member
    Join Date
    Apr 2008
    Posts
    65

    Default How To Disable Home Module

    Hi

    I'm trying to disable Home module and make the Calendar as new deafult

    I've tryed different ways

    1) in the admin using drag and drop features to hide modules but not works with HOME !
    2) changing config_overrides.php
    3) changing includes/modules.php commenting out $moduleList[] = 'Home';

    none of these worked

    how can I disable home module ?????

    tks

  2. #2
    SugarDev.net is offline Sugar Community Member
    Join Date
    Feb 2008
    Posts
    1,401

    Default Re: How To Disable Home Module

    Here comes:

    create custom/Extension/application/Ext/include/removeHome.php

    And put this in it:
    PHP Code:
    $modInvisList[] = 'Home'
    Then, rebuild extensions.

    Remember to give SugarCRM write access to ./custom
    Developers go here
    Businesses go there (Dutch)

    Modules:
    SugarDev.net Developer Tools | Config | Dutch Language Pack
    "Nothing gets fixed unless there is a bug"

  3. #3
    piccirm2 is offline Sugar Community Member
    Join Date
    Apr 2008
    Posts
    65

    Default Re: How To Disable Home Module

    tks
    I've created custom/Extension/application/Ext/include/removeHome.php with the following inside
    <?php
    $modInvisList[] = 'Home';
    ?>

    But it does not work.

    I'm using CE 5.0.0d version

  4. #4
    SugarDev.net is offline Sugar Community Member
    Join Date
    Feb 2008
    Posts
    1,401

    Default Re: How To Disable Home Module

    Have you rebuild extensions?
    Developers go here
    Businesses go there (Dutch)

    Modules:
    SugarDev.net Developer Tools | Config | Dutch Language Pack
    "Nothing gets fixed unless there is a bug"

  5. #5
    piccirm2 is offline Sugar Community Member
    Join Date
    Apr 2008
    Posts
    65

    Default Re: How To Disable Home Module

    yes
    2 times

  6. #6
    piccirm2 is offline Sugar Community Member
    Join Date
    Apr 2008
    Posts
    65

    Default Re: How To Disable Home Module

    anyone that can help on this ?

  7. #7
    DragonflyMaster is offline Sugar Community Member
    Join Date
    Dec 2007
    Location
    Rimini, Italy
    Posts
    1,421

    Default Re: How To Disable Home Module

    Hi,
    I tried what SugarDev.net suggested (on Sugar 5.0.0e), including rebuilding extensions, but it doesn't work: Home is still there.
    IMHO, that particular page cannot be hidden.
    What do you think the cookie monster eats ?

  8. #8
    piccirm2 is offline Sugar Community Member
    Join Date
    Apr 2008
    Posts
    65

    Default Re: How To Disable Home Module

    so at the end it seems that no solution exists ?
    neither a not upgrade safe modification ?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. I Can't Get Passed the Logon Page!
    By whatistocome in forum Help
    Replies: 109
    Last Post: 2010-12-28, 07:37 AM
  2. Replies: 0
    Last Post: 2007-11-21, 12:08 PM
  3. Home module question...
    By Avihai in forum Help
    Replies: 0
    Last Post: 2005-11-01, 06:58 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
  •