Results 1 to 2 of 2

Thread: Remove training link from header menu

  1. #1
    RealityMedia is offline Junior Member
    Join Date
    Apr 2007
    Posts
    3

    Default Remove training link from header menu

    Can anyone tell me how to remove the training link from the header menu? The "sugar" template is stretching and the top menu is causing it. That is the least important link up there and would get rid of my stretching problem. I'd rather have that as a portal link anyway. I did some checking and found that it's being stared as variables in an href tag. CGL_MENU, CGL_URL and CGL_LABEL. These seem to be populated by xtpl.php. But this is where I get lost. Thanks in advance for your help!

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

    Wink Re: Remove training link from header menu

    Hi!

    you just have to update the file
    include/globalControlLinks.php

    just remove the code

    $global_control_links['training'] = array(
    'linkinfo' => array($app_strings['LBL_TRAINING'] => 'index.php?module=Home&action=TrainingPortal'),
    'submenu' => ''
    );

    and everything will be ok
    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. Remove unsubscribe link from mass emails
    By greenleaf108 in forum Help
    Replies: 1
    Last Post: 2007-01-30, 06:29 PM
  2. Remove opt-out link and tracker
    By rs1 in forum Help
    Replies: 2
    Last Post: 2006-12-28, 07:42 PM
  3. Merge Contacts show sql error
    By hheckner in forum General Discussion
    Replies: 5
    Last Post: 2006-10-04, 01:57 PM
  4. Remove Admin link from header
    By Red018 in forum Developer Help
    Replies: 3
    Last Post: 2006-01-23, 08:38 PM
  5. How to remove the header and footer from a new window
    By Arpan_Biswas in forum Developer Help
    Replies: 6
    Last Post: 2006-01-19, 09:38 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
  •