Hi,
I have a mail system with fckeditor to edit messages (write, reply and forward).
The problem is when I will reply or forward an email message. I get the content of the email and put it in the value propertie thats represents the text box of FCKEditor, like it: <input type="hidden" id="body" name="body" value=" <br><br><br>[] Guilherme Zanetta Simoni<br />"
I'm using htmlentities function from PHP to put it on the text box. The problem begins when it shows. The content appears to be normal, but when I click in the 'Source Code' button, the hole code of the email i was trying to forward/reply disappears, so when I go send e email...has no content.
I'm using version 2.4.3
Anyone has any idea?
Thanks.
I have a mail system with fckeditor to edit messages (write, reply and forward).
The problem is when I will reply or forward an email message. I get the content of the email and put it in the value propertie thats represents the text box of FCKEditor, like it: <input type="hidden" id="body" name="body" value=" <br><br><br>[] Guilherme Zanetta Simoni<br />"
I'm using htmlentities function from PHP to put it on the text box. The problem begins when it shows. The content appears to be normal, but when I click in the 'Source Code' button, the hole code of the email i was trying to forward/reply disappears, so when I go send e email...has no content.
I'm using version 2.4.3
Anyone has any idea?
Thanks.
Re: Problems with inserting html code in FCKEditor
Re: Problems with inserting html code in FCKEditor
Re: Problems with inserting html code in FCKEditor
Re: Problems with inserting html code in FCKEditor
Hi....I have the same problem. The code in PHP is in the right place, in the tool Mail. He works very well when I create the e-mail, but when I go to Replay or Forward he desapear with the images e the emoticon. Well I need help and sorry if you dont´t understand, but I´m brazilian girl...hehheh....
Re: Problems with inserting html code in FCKEditor
Hi Cris,

As far I understand your problem is a little bit different from my own. I believe some POST or GET values in your case can fix your problem. If you want to talk about, my email is guilherme@ostec.com.br and my gtalk is guilherme.zanetta@gmail.com.
I'm a .br guy.
My problem I could isolate the reason. Some caracters when I build the value from header (from, to, subject) to put it in the body of the email when I forward/reply are making some troubles to FCKeditor. I cut it out for the moment and I'm thinking about how can I do it.
Thanks.