is there any way to hide home tab...i tried from admin->configuretabs....but it doesnt work
is there any way to hide home tab...i tried from admin->configuretabs....but it doesnt work
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.
i hv done that but it doesnt work...
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
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
I have changed the first lines of /include/modules.php to
and it works as you want it, Home Tab is not visible any more, no errors in any other modules.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';
...
hk
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
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
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
This is what i told u, and it also works for me. I dont know why it doesn't work for u.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks