When I login to Sugar, I want the default module to be Calendar and not Home. I have tried changing SugarApplication->default_module and SugarController->module from Home to Calendar with no avail.
Thanks in advance.
Dan
When I login to Sugar, I want the default module to be Calendar and not Home. I have tried changing SugarApplication->default_module and SugarController->module from Home to Calendar with no avail.
Thanks in advance.
Dan
Hello,
maybe the location you changed the setting is reserved for PRO or else.
My experience was:
go to /modules/Users/Authenticate.php
look there for code:
$GLOBALS['module'] = !empty($_REQUEST['login_module']) ? '?module='.$_REQUEST['login_module'] : '?module=Home';
Change (if you want Accounts as startmodul)
$GLOBALS['module'] = !empty($_REQUEST['Accounts']) ? '?module='.$_REQUEST['Accounts'] : '?module=Accounts';
You should be logged out from sugar.
Should work.
Mike
Changing that didn't help, but I did find the solution. I added the following line to config_override.php
$sugar_config['default_module'] = 'Calendar';
If I visit the root of my Sugar URL "http://sugar.example.com/" without logging in, I get redirected to "http://sugar.example.com/index.php?action=Login&module=Users&login_module=C alendar&login_action=index"
instead of
"http://sugar.example.com/index.php?action=Login&module=Users&login_module=H ome&login_action=index"
I thought I change this setting in the first first, but I may have had a cookie set that was overriding it.
Thanks for your help.
hi,
Change Config.php.
There is option for changing default module .
May this help u.
Vishwasrao Salunkhe
vishwasrao.salunkhe@gmail.com
Fan Of Sachin Tendulkar
Operating System :- Windows XP
PHP Version:- 5.3
Apache :-2.2.11
MYSQL :-5.1.36
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks