I would like to use the module to restrict input-formats for the forum nodes and comments. But it is not loading the wysiwyg editor on both the node- and the comment-add form. For both I just want to use one specific input format (not filtered-html) limited to link creation and some text styling options. I found out that allowing both filtered-html and my custom format makes the wysiwyg editor (Tinymce) appear. But I only need my custom format to appear.
If I apply the patch mentioned here http://drupal.org/node/341816 in #3 against 6.x-1.x-dev (which is originally made for 6.x-1.2, so I had to do it by hand), the Forum node forms work as intended.
Probably this is part of the same issue mentioned here http://drupal.org/node/872116
Any Ideas how to solve it?
Best Regards

Comments

brenes’s picture

I forgot to mention that after applying the patch it is only working for the forum nodes not the comments and I really need it to work for both. Probably there is somebody who is able to expand the patch so that it is doing the same for the comment form.

doitDave’s picture

Status: Active » Fixed

This problem (or better say the related "one format left causes problems" issue) has been fixed in a generally reviewed code I have already comitted. Both releases and dev snapshots from Dec 20, 2012 and later should work as desired. If not, please feel free to reopen this issue. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.