Closed (duplicate)
Project:
Drupal core
Version:
6.x-dev
Component:
filter.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2006 at 18:41 UTC
Updated:
19 Jan 2009 at 22:50 UTC
Now we can`t set default input format for particular user roles.
Example use case:
One could create 'editors' role. If there where possibility to select Full HTML by default for this role - contributed module WYSIWYG editor usage will be simplier, because user doesn`t have to select Full HTML for his postings every time. For anonymous users Full HTML should still be disabled.
Implementation:
May be we can add some field to user role configuration for selecting default input filter.
Following entries could be included: (Site wide selected), and list of enabled for this role filter formats.
Comments
Comment #1
pushkar commentedWatch the Filter default module http://drupal.org/project/filter_default
look at the support requests - http://drupal.org/node/109019 looks like something similar
Comment #2
David_Rothstein commentedThis seems to be a duplicate of #11218: Allow default text formats per role, and integrate text format permissions.