Skip to main content

SugarCRM Footer Logo Remove

Hi Googler,

Let us discuss about how to remove the SugarCRM Footer logo..

You all are aware of the power of the SugarCRM Tool and also must be very eager to remove the footer in order to make it look more professional.

So below mentioned are some tricks for removing the footer from SugarCRM Community edition.

1) Open-modules/Administration/ updater_utils.php

Add-exit() ; in between function check_now() and return .


By doing this u can remove 'powered by sugar crm' footer logo.

2) Go to modules/Trackers/Tracker.php, line 128, in the 'logPage' function. Drop the 'echo' statement.

3) Now to root(Sugarfolder)\include\mvc\view\sugarview.php

and modify the line array(show header => true, show subpanel => true...........and so on)

and make the changes to showfooter=>true to showfooter=>false


And then enjoy by making it as your own built tool.


As per the requests, make a reply and then I'll post the code and path to let you know how to write a custom export query in the custom module.


Cheers !!

Happy Sugar..


Comments

  1. Thanks mate, it was helpful ... .
    Also, if someone doesn't want to remove the footer and just want to delete the text from Sugar.
    1. go to include /utils/ mvc_utils.php and remove the line or code below the logpage function.

    ReplyDelete
  2. It not work in 6.0 version. If someone know something, pls post it

    ReplyDelete
  3. This is also useful for getting rid of the "Unautheticated content warning" for sites running under ssl (https). I came to this page researching the cause of the problem. I did find that my offending code was in the source of the "Powered by Sugar" image tag - this was src'd from "http://updates.sugarcrm.com". I found this code in modules/Administration/ updater_utils.php and my search landed me here. Following the instructions modified the code and now my problem is gone. It still appears on the Admin page but thats ok. I did not want my users seeing that message after pitching my solution as secure.

    ReplyDelete
  4. Thanks, but if i add exit() in between function check_now() and return, after login the page won't redirect to home page, so please help me out for this problem

    ReplyDelete
  5. i just hit that fault in adding the exit function so I am stuck again with unauthticated content for my https sites.

    ReplyDelete
  6. In version 6 they have done something more encrypted form of code so still figuring out how we can remove that.

    ReplyDelete
  7. copy in the root folder (not a installation with the folder or either with the database) and then try the above steps, it will work buddy as it worked for me as well.

    ReplyDelete
  8. it works perfect, thanks a lot

    ReplyDelete
  9. Need to do the below settings otherwise you will get license violation message..

    1. go to include /utils/ mvc_utils.php and remove the line or code below the logpage function.

    ReplyDelete
  10. Great job, works great even on 6.0 ... funny thing is I wouldn't have a problem with the "powered by" logo on every page and even the freakin' emails if they didn't work so damn hard to scare every employee in the company into thinking the community version is some kind of rinky-dink hippy freeware that's going to crash the minute they start relying on it ...

    ReplyDelete

Post a Comment

Popular posts from this blog

Install SugarCRM - Step by Step Guide

SugarCRM is the market-leading, commercial Open Source customer relationship management (CRM) application. SugarCRM’s Open Source architecture easily adapts to any business environment by offering a more flexible, cost-effective alternative than proprietary applications. It offers a complete CRM system for businesses of all sizes. For a small business SugarCRM can be a huge time and expense saver. It requires minimal technical knowledge to get it installed and the built in web administration console and backup system allow you to feel comfortable that it’s going to keep running. Core SugarCRM functionality includes sales automation, marketing campaigns, support cases, project mgmt, calendaring and more. Built in PHP, supports MySQL and SQL Server allows it that cool functionality LAMP system. We have tested it Windows XP/Vista/2k3 . Step 1: Installing XAMPP on Windows 1. Go to http://www.apachefriends.org/en/xampp-windows.html#641 and click "XAMPP Windows 1.7.1". Download...

STRESS MANAGEMENT

STRESS Stress is an unpleasant fact of life.  We all experience it for various reasons,  and we all try to come up with ways of  coping with it—some with more success  than others. So what exactly is stress  doing to your mind (and body)  when you're staring down a deadline?  And what can you do to power through it? What Stress Actually Does  to You and What You Can  Do About It The real problem with stress is that, for such a well  understood and universally experienced condition,  as a society we deal with it so poorly that it leads  to many of our most lethal illnesses and  long-term health problems. High blood  pressure, heart disease, cancer, stroke,  obesity, and insomnia are all medical  conditions across the spectrum that  can be related to or directly influenced  by high stress as an environmental conditio...

Jquery Carousels

Jquery Carousels we all love carousels they are a fantastic way to give the effects we want our visitors to have, more than that we have multiple components to show like images, links, text etc. There are lot many ways to achieve it, Jquery is ofcourse the best possible option available outside. We all search for lot of ems it can be Jquery Flexslider  or Jcarousel Lite  whatever you choose, customization is required, in this tutorial I am not going to focus on how to install these libraries rather one step ahead, to let you know how these carousels can be called multiple times in the same page having their controls working respectively for each carousel instance. So, lets get started with the HTML <div id="sideRight"> <div id="first">       <!-- Do not change the class and tag type, as this will remain as it is for all the following divisions-->       <p class="containheader">Plans for you <a ...