cPanel & WHM Version 114 has been released, and brings a slew of great updates. Take a look at what is included, and then upgrade today!

Add a Tweak Setting when choosing Horde to turn HTML inline on or off

vivient shared this idea 9 years ago
Open Discussion

By default the HTML inline setting is turned off inside Horde.


After every update you have to edit the mime_drivers.php inside /usr/local/cpanel/base/horde/imp/config/


/* HTML driver settings */

'html' => array(

/* NOTE: Inline HTML display is turned OFF by default. */

'inline' => false,


Can we have an option under the Horde email in WHM --> Tweak Settings

to turn HTML inline on or off


This way when cPanel updates it can automatically turn HTML inline on or off according to our preferences.

Replies (6)

photo
1

Just got the new groupware updates over the weekend, and folks started complaining about this on Monday. Anyone know if this request stands a chance of getting implemented?

photo
1

This is a real pain when CP updates. And now as Kurt mentions, this tweak does not even work in the new groupware update.

photo
1

Doesn't seems to be a big deal implementing it. @cPanel ?

photo
2

Hello,

Please add the future in the next coming updates, It will be helpful for many purposes.

photo
2

I have the fix code handy because when CP updates, my phone starts blowing up again.

A way to keep this set or an option in Tweak Settings would be nice and stop "another" server maintainence task.

photo
5

nano -w /usr/local/cpanel/scripts/postupcp


add the following line:

replace "'inline' => false," "'inline' => true," -- /usr/local/cpanel/base/horde/imp/config/mime_drivers.php


Done!

Leave a Comment
 
Attach a file