2 replies [Last post]
chum's picture
Offline
Joined: 02/27/2009
Juice: 151
Was this information Helpful?

I created a new user type of 'editor' that I want to give the following access to:
- Create/edit/delete pages
- Create/edit/delete products and associated images

The access seems like it works alright but I can't find a way to give the 'editor' role access to the 'FULL HTML' text box/commands. 'Filtered HTML' is not enough.

Is it true that ONLY Admins have the ability to use the 'FULL HTML'?

The specific reason I want to allow the 'editor' role to have 'FULL HTML' access is so that he can modify the shipping terms page, which uses < table > tags for the shipping rate information.

Chum

cedarm's picture
Offline
Bug FinderGetting busy with the Ubercode.
Joined: 08/29/2008
Juice: 100
"Input" formats

You change this in Drupal's "Input formats" (although they're really output formats). On your site, go to /admin/settings/filters and change the roles. Be careful though, who gets FULL HTML access!

chum's picture
Offline
Joined: 02/27/2009
Juice: 151
Re: "Input" formats

Thanks, that worked!