Wysiwyg support
Earl Grey - July 7, 2009 - 18:07
| Project: | Guestbook |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hey there,
as far as I understood the rpoblem, it is not possible to use wysiwyg editors on the input field of the guestbook module, although I can assign an input filter in the guestbook settings.
What is necessary to get guestbook working with wysiwyg editors? Is this a guestbook or a wysiwy topic? I remember, that worked with the old tinyMCE module.
Best wishes,
forschi

#1
Guestbook has to store the input format for each message - and therefore expose an input format selector in the guestbook entry form. The hard-coded admin setting must go away.
See also http://drupal.org/node/358316
#2
Thanks for that information. It seems important to me, to provide WYSIWYG support for this module.
The admin settings are useful, as I don't want to bother my site visitors with the selection of input formats or with the useless help messages below a wysiwyg area. Maybe it's possible to define the input format as admin but store the input format for each message anyway.
#3
Gah. This seems like a huge problem to me. Couldn't the formats be hidden by using the Better Formats module, or am I completely mistaken?
I think I'm going to make a simple guestbook by setting up a commentable page instead. Not a perfect solution, but when the Guestbook doesn't support something as essential as a wysiwyg editor, I think that's the best choice :)
#4
Subscribe. I tried to do fix this manually with the link provided earlier, but no results. Is there a page with more documentation to create wysiwyg support?