Change editor format to Text

Moderator: crythias

Locked
msksharma
Znuny newbie
Posts: 91
Joined: 24 Mar 2014, 13:58
Znuny Version: 6.0.26
Real Name: Krishna M S
Company: Toradex AG

Change editor format to Text

Post by msksharma »

Hi,

We have quite a number of end users submitting tickets through email and the e-mails are in text. To answer them properly according to RFC 3676 (using quotes with the “>” character etc.) it would be nice we can also answer them in plain text. Currently, our system automatically switches to HTML, which then lead to a quite mess when trying to create proper quotes after some responses...

Our OTRS version is 3.3.3

Thanks,
Krishna M S
msksharma
Znuny newbie
Posts: 91
Joined: 24 Mar 2014, 13:58
Znuny Version: 6.0.26
Real Name: Krishna M S
Company: Toradex AG

Re: Change editor format to Text

Post by msksharma »

Is there any configuration available for this?

Thanks,
Krishna M S
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Change editor format to Text

Post by jojo »

you only can switch it of fully.

But mailclients should be able to read the mails generated by OTRS as they are sent as Multipart Mime message
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
msksharma
Znuny newbie
Posts: 91
Joined: 24 Mar 2014, 13:58
Znuny Version: 6.0.26
Real Name: Krishna M S
Company: Toradex AG

Re: Change editor format to Text

Post by msksharma »

Hi,

You mean you have to disable to disable HTML format option? How about existing tickets? Will they be affected too?

Please advise.

Thanks,
Krishna M S
msksharma
Znuny newbie
Posts: 91
Joined: 24 Mar 2014, 13:58
Znuny Version: 6.0.26
Real Name: Krishna M S
Company: Toradex AG

Re: Change editor format to Text

Post by msksharma »

Hi,

Please suggest if this patch will serve our purpose?

http://www.ciphron.de/index.php/downloa ... w/244/174/

http://blog.ciphron.de/2013/03/otrs-erw ... ignis.html

Thanks,
Krishna M S
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Change editor format to Text

Post by jojo »

Switch Frontend::RichText to no via sysconfig
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
koshihaku
Znuny newbie
Posts: 10
Joined: 23 Jul 2014, 10:50
Znuny Version: 3.3.2

Re: Change editor format to Text

Post by koshihaku »

jojo wrote:Switch Frontend::RichText to no via sysconfig

I had the same problem, and set the Frontend::RichText to no and Ticket::Frontend::PlainView to yes, but not nothing changed.
The data in database is ok, but shown as html.
Locked