ShareThis

January 06, 2012

Drupal 6 Filtered HTML to Full HTML When Adding Content


When defining your content type as an administrator, it is recommended to set filtered HTML as the default input format for security reasons. But for some reason, authenticated user needs to input data with full html format.

This guide will show you how to configure your drupal 6 so that authenticated user can input full html temporarily when the content type is already set as filtered html.

1. Log in as Administrator
2. Go to “Administer”
3. Under the “User Management”, click “Permissions”
4. On the permission page, look for “filter module” and under is the “administer filters”
5. Check the checked box for authenticated user only
6. Click “Save permissions” button

Now, log in as authenticated user, you should see filtered and full html option

No comments: