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
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
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'] );
?>
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks