Is it possible to let whatever WYSIWYG editor you have running on the site work on the simplenews template fields? The module's working great, but it would be even better if a user who didn't know HTML could at least set up a heading and horizontal rule using WYSIWYG (CKEditor, WYSIWYG API, FCKEditor, etc.).

Comments

roball’s picture

Version: 6.x-1.0-beta3 » 6.x-1.x-dev

If a WYSIWYG Editor will be supported for the "Full HTML" Input format, it should be handled by the Wysiwyg API module IMO.

geerlingguy’s picture

Sounds good to me.

Shane Birley’s picture

Agreed.

roball’s picture

There is another issue: #531960: Support "Wysiwyg API" module which seems to be a solution for a D5 version of simplenews_template. Did anybody try that method successfully for D6?

muschpusch’s picture

subscribe

muschpusch’s picture

If you install CKEditor the header & footer fields are manageable by the CKEditor. Only images are returned as "array" instead of the image itself. I think it's a minor bug and i will try to find a solution...

muschpusch’s picture

Status: Active » Closed (fixed)

It wasn't an error of ckeditor but of mimemail in my configuration. You can use ckeditor & imce for styling the header & footer

geerlingguy’s picture

Status: Closed (fixed) » Active

Still not working for WYSIWYG...

muschpusch’s picture

Status: Active » Closed (fixed)

Sorry but the question was:

"Is it possible to let whatever WYSIWYG editor you have running on the site work on the simplenews template fields?"

What you want to fix is handled here: #531960: Support "Wysiwyg API" module

geerlingguy’s picture

Ah, thanks; didn't even notice that.