I have a customer that changed the interface settings and can't seem to change them back. Is there a way to make the Roundcube interface go back to default?
This won't revert customizations to the interface, just switch to a different theme. Do you know what kinds of settings they changed?Hello,
You can follow below steps to revert back the roundcube changes.
- In the left sidebar, click Settings.
- Click Preferences.
- Click User Interface.
- In the Interface skin section, select the Larry button.
- Click Save. The browser will refresh with the original Roundcube interface.
// Display remote resources (inline images, styles) in HTML messages
// 0 - Never, always ask
// 1 - Allow from my contacts (all writeable addressbooks + collected senders and recipients)
// 2 - Always allow
// 3 - Allow from trusted senders
$config['show_images'] = 0;
less /usr/local/cpanel/base/3rdparty/roundcube/config/config.inc.php
// ---------------------------------------------------------------------
// WARNING: Do not edit this file! Copy configuration to config.inc.php.
// ---------------------------------------------------------------------
// Display remote resources (inline images, styles) in HTML messages. Default: 0.
// 0 - Never, always ask
// 1 - Allow from my contacts (all writeable addressbooks + collected senders and recipients)
// 2 - Always allow
// 3 - Allow from trusted senders only
$config['show_images'] = 0;