CommuniMail - How do you stop WYSIWYG editor in messeges menu?

Message
Author
andu
Posts: 1
Joined: Apr 29, 2007 11:10 pm

How do you stop WYSIWYG editor in messeges menu?

#1 Postby andu » Apr 29, 2007 11:33 pm

Hi. I recently bought the script and I have a question that requires a fast answer.

I made a script to generate the HTML code i need in my newsletter. I don't need the WYSIWYG editor ... for the HTML message.

Is there any way to stop it and have a basic input textarea in the form ?

Thank you

RickSanson
Posts: 36
Joined: Mar 14, 2007 6:27 pm

#2 Postby RickSanson » May 01, 2007 2:44 pm

Remove the includes folder from your newsletter root (Where you put the contents of "htdocs" during install...

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#3 Postby admin » May 02, 2007 5:21 am

RickSanson wrote:Remove the includes folder from your newsletter root (Where you put the contents of "htdocs" during install...
That will work, but it's not right way of disabling tinymce.

Just find template called "templform.html" in templates folder and comment tinyMCE javascript init code. Lines 61 - 83.

Thanks