SugarCRM additional configuration options

You can enable additional options in your SugarCRM by creating a file called config_override.php. The structure of the file should follow this pattern:

 

 

 

Here is a list of some of the more interesting options you can set in config_override.php.

  • $sugar_config['show_page_resources'] = true;

This option will enable displaying of the resources used to construct each page. The details are shown at the bottom of the page.

  • $sugar_config['showThemePicker'] = false;

This option disables the theme selection tool at the bottom of SugarCRM pages.

  • $sugar_config['translation_string_prefix'] = true;

This option enables language string prefixes based on the language used. For example, the prefix for English is "en_us".

  • $sugar_config['mysqli_disabled'] = true;

This option disables MySQLi support.

Most of the above options, as well as many more, can be configured directly through the SugarCRM admin area >Admin > System Settings.

You need help with an application? hostlantern is specialized in hosting and supporting more than 200 scripts. Sign up for our web hosting services and let us help you with your application, 24/7!

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

“fail” error when adding dashlets in SugarCRM

If you add chart dashlets to your SugarCRM home page, but they are empty and you get a pop up...

How to set up separate outgoing email accounts in SugarCRM

With the latest version of SugarCRM you can allow your users to set their own Outgoing Email...

How to set up the HiveMail Email Gateway to use the PIPE method with cPanel

Configuring the PIPE Email Gateway method is probably the hardest part of a HiveMail setup, so in...

How to set an e-mail account for the EGroupware application?

In order to send/receive mails through EGroupware, the mail settings for the user should be...

How to change the administrator password in Omeka?

In order to change the password for your Omeka application you need to login to your cPanel ->...