Is there a way (or a module) to set a default input type for different user roles? I want the administrator and the "Editor" role to default to Full HTML and all others to "Filterred HTML". I have the default now set to Filtered HTML, but I get tired of having to change the input type to Full HTML every time I'm composing a page. I want eveyrbody else to continue to default to Filtered HTML. Thanks in advance. /pg.

Comments

redmonp’s picture

You could create a custom theme for your edit pages dependent upon the user group.

The following will get you started.

http://drupal.org/node/98253

You could pretty much write a custom template that would say if (user) show filtered else if (editor) full html.

pushkar’s picture

Watch the Filter default module http://drupal.org/project/filter_default

look at the support requests - http://drupal.org/node/109019 looks like something similar to what you want. Its not done yet from the looks of it but appears pretty close.