Results 1 to 4 of 4

Thread: Global Configuration - Improvement

  1. #1
    fabiog's Avatar
    fabiog is offline Senior Member
    Join Date
    May 2009
    Location
    Turin - Italy
    Posts
    35

    Default Global Configuration - Improvement

    Hi all.

    As an improvement, I would suggest to implement an update-safe User Global Configuration page, just like the one named "System Configuration".
    I would have the opportunity to add one or more links in the Admin page, pointing to my own pages, where I can specify those parameters I can use in my own Dashlets/Modules.

    Hope this suggestion is clear enough

    Best Regards
    FabioG

  2. #2
    fabiog's Avatar
    fabiog is offline Senior Member
    Join Date
    May 2009
    Location
    Turin - Italy
    Posts
    35

    Default Re: Global Configuration - Improvement

    I've just realized that this is already possible.
    Now is time to understand how....
    FabioG

  3. #3
    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: Global Configuration - Improvement

    You can do that this way:
    1. Create the folders and file custom/Extension/modules/Administration/Ext/Administration/admin_opt.php containing something like that:

    PHP Code:
    $admin_group_header[] = array(
        
    'LBL_SECURITYSETTINGS',
        
    '',
        
    false,
        array(
            
    'SecuritySettings' => array(
                
    'SecuritySettings' => array(
                    
    $image_path 'SecuritySettings',
                    
    'LBL_SECURITYSETTINGS',
                    
    'LBL_SECURITYSETTINGS_DESCRIPTION',
                    
    './index.php?module=SecuritySettings&action=DetailView&record=1',
                ),
            ),
        ),
        
    'LBL_SECURITYSETTINGS_DESCRIPTION',
    ); 
    2. Create an extended language for the module Administration and add the new labels into it;
    3. Replace the module name SecuritySettings by the one you want to define in the Admin page;
    4. Go to Admin -> Repair -> Rebuild Extensions

    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  4. #4
    fabiog's Avatar
    fabiog is offline Senior Member
    Join Date
    May 2009
    Location
    Turin - Italy
    Posts
    35

    Default Re: Global Configuration - Improvement

    Thanks a lot.
    Fabio GRANDE
    Software Developer @ Poker SpA
    ITALY

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Global Configuration
    By fabiog in forum Developer Help
    Replies: 0
    Last Post: 2009-05-11, 07:00 AM
  2. BIG Improvement In Email With 4.5.0f
    By Antonio in forum General Discussion
    Replies: 8
    Last Post: 2006-12-13, 12:49 AM
  3. Prune Improvement
    By patrickdight in forum General Discussion
    Replies: 0
    Last Post: 2006-09-25, 08:39 PM
  4. Campaign Improvement
    By gosugar in forum Feature Requests
    Replies: 0
    Last Post: 2006-03-01, 04:39 PM
  5. Forecast Management Improvement
    By highcrm in forum Feature Requests
    Replies: 0
    Last Post: 2006-02-04, 01:28 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
  •