Results 1 to 2 of 2

Thread: Open Contacts after login

  1. #1
    Jirka is offline Sugar Community Member
    Join Date
    Mar 2007
    Location
    Prague, Czech Republic
    Posts
    44

    Default Open Contacts after login

    Hi,

    I am sure it has been discussed, but couldnt find a solution...

    I am doing a simple solution, where i dont need Home tab at all, i need a Contacts module to open after loging in.

    I created a config_override.php file with the following code:

    Code:
    <?php
    
    $sugar_config['default_module'] = 'Contacts';
    
    ?>

    but it doesnt seem to have any effect...


    thanks,
    Jirka
    Last edited by Jirka; 2007-10-20 at 08:58 PM.

  2. #2
    pblag's Avatar
    pblag is offline Sugar Community Member
    Join Date
    Jul 2006
    Location
    Ukraine (Chernivtsy)
    Posts
    347

    Smile Re: Open Contacts after login

    Hi Jirka!

    you have to update the file:

    modules\Users\Authenticate.php

    old code

    sugar_cleanup();
    //header('Location: index.php'.$module.$action.$record);

    new code

    sugar_cleanup();
    //header('Location: index.php'.$module.$action.$record);
    header('Location: index.php?module=Contacts&action=index');


    Hope it will help you.

    If you need any help feel free to contact us. We have own developers so you can get good services with reasonable price.
    Petro Blagodir
    petro@blagodir.ua
    http://www.blagodir.com
    Blagodir Ltd.( SugarCRM - Consultations, Development and Support)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Multiple Login Session using Open Source Edition
    By benedictshinsei in forum Help
    Replies: 4
    Last Post: 2006-12-13, 01:55 AM
  2. failed to open stream
    By jrisman in forum Help
    Replies: 0
    Last Post: 2006-09-11, 03:07 AM
  3. Replies: 1
    Last Post: 2006-05-16, 05:30 AM
  4. Assigning Contacts to Meetings - Open Source?
    By swhitlow in forum General Discussion
    Replies: 0
    Last Post: 2005-10-05, 04:58 PM
  5. Replies: 1
    Last Post: 2005-05-26, 06:51 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
  •