| 1 |
// $Id$
|
| 2 |
|
| 3 |
PREFERRED FORMAT
|
| 4 |
================
|
| 5 |
|
| 6 |
Introduction
|
| 7 |
------------
|
| 8 |
This module allows your users to set their preferred default input format for placing comments and each content type.
|
| 9 |
|
| 10 |
As the site administrator you can choose which roles are allowed to choose their preferred default input on the permissions page.
|
| 11 |
|
| 12 |
Installation
|
| 13 |
------------
|
| 14 |
1. Copy the preferred_format folder to your sites/all/modules directory.
|
| 15 |
2. At Administer -> User Management -> Permissions (admin/user/permissions) select which roles should be able to choose their own input format.
|
| 16 |
|
| 17 |
Features
|
| 18 |
--------
|
| 19 |
- Define which roles can choose their preferred input format.
|
| 20 |
- Users who are allowed to choose their preferred input format can do so for comment forms and specify which input format to use for each content type they're allowed to create content for.
|
| 21 |
|
| 22 |
Issues / Feature requests
|
| 23 |
-------------------------
|
| 24 |
If you find a bug, or have a feature request, please go to :
|
| 25 |
|
| 26 |
http://drupal.org/project/issues/preferred_format
|
| 27 |
|
| 28 |
Contact
|
| 29 |
-------
|
| 30 |
This module is being maintained by me, Geoffrey de Vlugt (gdevlugt).
|
| 31 |
|
| 32 |
If you need to contact me, use the contact form at :
|
| 33 |
|
| 34 |
http://drupal.org/user/167273/contact
|