Results 1 to 8 of 8

Thread: Cutomising Top Menu Labels

  1. #1
    tobyrhodes is offline Sugar Community Member
    Join Date
    Feb 2007
    Posts
    13

    Default Cutomising Top Menu Labels

    Hi.
    (I'm new to the forum, so apologies if this isn't the right place to post this question) ...

    Is it possible to customise the labels on the menu items at the very top of the screen? In particular, I would like to rename the "Employees" tab, as my colleagues are not employees, but members of a network (I know that this seems a minor issue, but it means a lot to them). If possible, I would also like to rename the Employees heading on the information panels showing an individual's contact data too.

    Cheers

    Toby Rhodes

  2. #2
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: Cutomising Top Menu Labels

    Just go to the admin panel (the admin menu option at the top of the page) and select "rename tabs"
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  3. #3
    tobyrhodes is offline Sugar Community Member
    Join Date
    Feb 2007
    Posts
    13

    Default Re: Cutomising Top Menu Labels

    Hi Kenneth. Thanks for your reply.
    I have tried that, but it doesn't seem to allow me to edit the labels of the very top menu items (right at the top of the screen), only the 'tabs' on the next line down. Is there something that I am missing?
    Cheers
    Toby

  4. #4
    JackieBM is offline Sugar Community Member
    Join Date
    Feb 2007
    Posts
    32

    Default Re: Cutomising Top Menu Labels

    For coding, all the TABS are defined in /include/modules.php
    For coding, all the SHORTCUTS are defined in .modules/home/menu.php

    For TEXT CHANGES ONLY (Labels), go to includes/language/en_us.lang.php
    Once there, scroll almost to the end and you will find:
    'LBL_ADMIN' => 'Admin'
    Keep scrolling down and you will find:
    'LBL_EMPLOYEES' => 'Employees' (change the word 'Employee' to whatever you want to show on the top Label)
    Keep scrolling down and you will find:
    'LBL_LOGOUT' => 'Logout'
    'LBL_MY_ACCOUNT' => 'My Account'

  5. #5
    tobyrhodes is offline Sugar Community Member
    Join Date
    Feb 2007
    Posts
    13

    Default Re: Cutomising Top Menu Labels

    Hi JackieBM

    thanks - that is exactly what I was looking for.
    regards
    Toby

  6. #6
    tech is offline Sugar Community Member
    Join Date
    Mar 2007
    Posts
    11

    Default Re: Cutomising Top Menu Labels

    Hi JackieBM,

    Is it possible to remove this field "Employee", I don't want my employees access to this link.
    thank you.
    Tech

  7. #7
    Markku's Avatar
    Markku is offline Sugar Community Member
    Join Date
    Nov 2004
    Location
    Helsinki
    Posts
    910

    Default Re: Cutomising Top Menu Labels

    Editing language file and setting 'LBL_EMPLOYEES' => '', takes you half way. Text is not visible but you can still access the link.

    To remove the link edit include/globalControlLinks.php and around row 43 remove the following section

    Code:
     $global_control_links['employees'] = array(
     'linkinfo' => array($app_strings['LBL_EMPLOYEES']=> 'index.php?module=Employees&action=ListView'),
     'submenu' => ''
     );

  8. #8
    tech is offline Sugar Community Member
    Join Date
    Mar 2007
    Posts
    11

    Default Re: Cutomising Top Menu Labels

    It works,
    Thank you !

    Tech

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Changing labels in import dropdown
    By aschaeffer in forum Help
    Replies: 7
    Last Post: 2006-11-09, 10:08 AM
  2. Removing Shortcut Panels under Shortcuts menu
    By Echoreef in forum Developer Help
    Replies: 1
    Last Post: 2006-08-21, 05:26 AM
  3. req help in sugarCRM menu (downloads)
    By suruchi in forum Developer Help
    Replies: 1
    Last Post: 2005-12-29, 04:31 AM
  4. Upcoming Appointments Drop Down Menu
    By macroscopic in forum Help
    Replies: 3
    Last Post: 2005-07-08, 07:01 PM

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
  •