Results 1 to 3 of 3

Thread: Employees Shortcut

  1. #1
    munak is offline Sugar Community Member
    Join Date
    Jun 2009
    Posts
    13

    Smile Employees Shortcut

    Hi Everyone,

    I am trying to find the setting that will disable the Employees shortcut at the top, next to My Account. I cant seem to find anything. Could someone please direct me? Is there a setting for it or do I need to edit code?

    Thanks in advance

  2. #2
    salesagility's Avatar
    salesagility is offline Sugar Community Member
    Join Date
    Aug 2006
    Location
    UK
    Posts
    2,379

    Default Re: Employees Shortcut

    There's no setting for it ... you would have to hack the code and it won't be upgrade safe

  3. #3
    munak is offline Sugar Community Member
    Join Date
    Jun 2009
    Posts
    13

    Default Re: Employees Shortcut

    salesagility,

    thanks for the reply. i managed to do it in the code.

    incase someone is looking to do this as well, this is what i did:

    open the file include\\globalControlLinks.php

    go to line 52

    $global_control_links['employees'] = array(
    modify this line to:

    if (is_admin($current_user)) $global_control_links['employees'] = array(
    This will show the shortcut to only admins.

    Again, like salesagility mentioned, code hacks are not upgrade safe so remember to backup before you do your upgrades.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How to add an external shortcut
    By premapix in forum Developer Help
    Replies: 1
    Last Post: 2009-10-31, 10:27 PM
  2. How to delete the shortcut bar please.
    By j.gounot in forum Developer Help
    Replies: 14
    Last Post: 2009-08-21, 08:14 AM
  3. A new shortcut in Activities
    By tiger0516 in forum Help
    Replies: 0
    Last Post: 2006-03-15, 07:49 AM
  4. Employees can delete other employees
    By cnorman in forum Help
    Replies: 5
    Last Post: 2005-09-13, 12:42 AM
  5. How do I add to the Shortcut list
    By PhilRMR in forum Help
    Replies: 0
    Last Post: 2005-09-09, 11:13 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
  •