Results 1 to 2 of 2

Thread: Removing the employee link

  1. #1
    csaling is offline Sugar Community Member
    Join Date
    Nov 2005
    Posts
    19

    Default Removing the employee link

    Hello everyone,

    Is there a way to remove the employee link at the top of the browser? I don't want my users to know or see all the users on the system

    Thanks for your help,

    Carl

  2. #2
    abhax's Avatar
    abhax is offline Senior Member
    Join Date
    Jun 2010
    Location
    India
    Posts
    65

    Smile Re: Removing the employee link

    Hey,

    If you are using version below 5.5 then you need to just comment the Employee from the

    <SugarRoot>/include/globalControlLinks.php

    //not upgrade safe but have to do


    if you are using 5.5 or above you just need to extent it

    <SugarRoot>/custom/include/globalControlLinks.php

    just need to add
    <?php
    unset($global_control_links['employees'] );
    ?>

Thread Information

Users Browsing this Thread

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

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
  •