Hello everyone,
I've noticed that when editing the contents of the splash page the WYSIWYG editor will not appear in the contant area when an input format containing a WYSIWYG is selected.
This is a big request from a client.
Thanks for any help.
Hello everyone,
I've noticed that when editing the contents of the splash page the WYSIWYG editor will not appear in the contant area when an input format containing a WYSIWYG is selected.
This is a big request from a client.
Thanks for any help.
Comments
Comment #1
gumol commentedHow I did it:
1. Install http://drupal.org/project/wysiwyg_extra
2.
The code also makes the textarea bigger (18 rows).
next, I have removed from lines 96-100 in splash.admin.inc this code:
and from lines 107-109:
Modify line 92:
Not sure why $splash_what['content'] saves content in another array, maybe it is wysiwyg_extra issue.
In splash.module I have changed all instances of variables from:
into
It seems to work properly.
Comment #2
gumol commentedComment #3
ermannob commentedHi,
it works for me. Thank you!
Anyway I'm not sure it can be integrated into Splash the way it is now. WYSIWYG editor will add p tags by default, so Splash won't be able to read URLs inside that textarea, and setup other than "Display entered text..." will not work.
-ermannob
Comment #4
aiphesany progress about this ?
Comment #5
bburgFor me, it seems that the format setting wasn't being saved, which is needed for rendering full html.
Using Splash 6.x-2.9 with WYSIWYG Extra 1.1
Instead of deleting lines 107 - 109, I replaced the single line in that hook with the following: