How can I remove the footer and logo at the bottom of the page?

I want to remove the footer which is this, and the sugarcrm lofo: 

Server response time: 0.46 seconds.© 2004-2013 SugarCRM Inc. The Program is provided AS IS, without warranty. Licensed under AGPLv3.
This program is free software; you can redistribute it and/or modify it under the terms of the 
GNU Affero General Public License version 3 as published by the Free Software Foundation, including the additional permission set forth in the source code header.
SugarCRM is a trademark of SugarCRM, Inc. All other company and product names may be trademarks of the respective companies with which they are associated.

How can I do this? 
I tried doing this as suggested by other people on the internet, it did not work. :

The non upgrade safe is:
1. Override the file include/MVC/Views/SugarView.php and change the line
'show_footer' => true,
by this one:
PHP Code:
<code>'show_footer' =&gt; false,  

Parents
  • Hi,

    • Go To /var/www/html/Your-Sugar-folder/include/MVC/View/SugarView.php   

           Modify the Var $options line array(show header => true,

                show show_footer => true Change the show_footer=>true

                              To 

                    "show_footer=>false"

    • Go to  /var/www/html/Your-Sugar-folder/modules/Trackers/Tracker.php, in the ‘logPage’ functionfunction logPage() ].

      Command The ‘echo’ statement.

      I.E:
    • /* echo "\x3c\x64\x69\x76\x20\x61\x6c\x69\x67\x6e\x3d\x27\x63\x65\x6e\x74\x65\x72\x27\x3e\x3c\x69\x6d\x67\x20\x73\x72\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x75\x70\x64\x61\x74\x65\x73\x2e\x73\x75\x67\x61\x72\x63\x72\x6d\x2e\x63\x6f\x6d\x2f\x6c\x6f\x67\x6f\x2e\x70\x68\x70\x3f\x61\x6b\x3d". $GLOBALS['sugar_config']['unique_key'] . "\x22\x20\x61\x6c\x74\x3d\x22\x50\x6f\x77\x65\x72\x65\x64\x20\x42\x79\x20\x53\x75\x67\x61\x72\x43\x52\x4d\x22\x3e\x3c\x2f\x64\x69\x76\x3e";*/

    I hope this could helps you..

     

    Thanks,

    Guna M

Reply
  • Hi,

    • Go To /var/www/html/Your-Sugar-folder/include/MVC/View/SugarView.php   

           Modify the Var $options line array(show header => true,

                show show_footer => true Change the show_footer=>true

                              To 

                    "show_footer=>false"

    • Go to  /var/www/html/Your-Sugar-folder/modules/Trackers/Tracker.php, in the ‘logPage’ functionfunction logPage() ].

      Command The ‘echo’ statement.

      I.E:
    • /* echo "\x3c\x64\x69\x76\x20\x61\x6c\x69\x67\x6e\x3d\x27\x63\x65\x6e\x74\x65\x72\x27\x3e\x3c\x69\x6d\x67\x20\x73\x72\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x75\x70\x64\x61\x74\x65\x73\x2e\x73\x75\x67\x61\x72\x63\x72\x6d\x2e\x63\x6f\x6d\x2f\x6c\x6f\x67\x6f\x2e\x70\x68\x70\x3f\x61\x6b\x3d". $GLOBALS['sugar_config']['unique_key'] . "\x22\x20\x61\x6c\x74\x3d\x22\x50\x6f\x77\x65\x72\x65\x64\x20\x42\x79\x20\x53\x75\x67\x61\x72\x43\x52\x4d\x22\x3e\x3c\x2f\x64\x69\x76\x3e";*/

    I hope this could helps you..

     

    Thanks,

    Guna M

Children
No Data