This issue here is pretty baffling to me. I want the admin, editor and writer roles I have on my site to have full html control. I use FCKEditor and the only way to get it to post properly is to have Full HTML set as the input filter. The problem I'm running into is that if I want that set as the default option for content editing, then it's the default for everything, which of course creates problems when dealing with malicious html in comments. Sure I can change to filtered html, but then it inconvieniences my writers who now have to change the input format every time they create a new article. I want to make this whole process as idiot proof as possible, since my writers have already shown me they aren't capable of handling some of the minutia of using Drupal. Any help would be appreciated. Thanks.
Comments
default filter mod
http://drupal.org/project/default_filter
should do the trick...
........................................................................
i love to waste time: http://twitter.com/passingnotes
Perfect
That was exactly what I needed. Thanks.
spook timing too..
i was actually looking at that module earlier, had another tab open, clicked forum and saw your question at the top of the block right after reading about filter defaults...
have no need for it right now, but may very well in the future...
........................................................................
i love to waste time: http://twitter.com/passingnotes
As of drupal-6.16 none of the info in this thread is accurate
Go to http://yoursite.com/admin/settings/filters
If you have created a role such as "editor" you can assign the Full HTML to it here.
rickup
Yes, this is baffling and no
Yes, this is baffling and no work-around right now if you're running drupal 6. Of course you'd never want full html for anonymous users. But many want full html almost always for admin and content mgrs. So the way drupal is right now, it essentially forces webmasters to choose Filtered because there's no other way to force it on anonymous by default --- and therefore requires insiders having to always remember to change input setting for every new node. More work just because you want filtered html for strangers.
Did you find a workaround for
Did you find a workaround for this in Drupal 6? The module linked above seems perfect, but only works on Drup5... ;-(
Nope. No 6.0 version of
Nope. No 6.0 version of module available yet but there is a patch: http://drupal.org/node/222497 It's surprising this has not been integrated into core. Diff roles need different default input formats.
There is another module that
There is another module that apparently does the same thing and more and replaces Default Format module's function:
Better Formats module: http://drupal.org/project/better_formats