I can't get Tinymce to work for the admin user. I have a profile setup and have it working for the user roles that I select, but not for the admin user. I had it working for 'admin' before, but after I was playing around with the settings, it no longer works. I thought I've restored the settings to what they were, but no luck.

Here are the profile settings I have:

---
Profile Name: Standard Editor
Roles allowed to use this profile:
Default state: true
Allow users to choose default: false
Show disable/enable rich text editor toggle: false
Language: en
Safari browser warning: true

Show tinymce on specific pages: Show on only the listed pages.
Pages listed:
node/*
user/*
comment/*

Toolbar location: top
Toolbar alignment: left
Path location: none
Enable resizing button: false
Block formats: p,address,pre,h1,h2,h3,h4,h5,h6

Verify HTML: false
Preformatted: false
Convert tags to styles: true

Editor CSS: tinymce default
CSS path:
CSS classes:
---

Any ideas?

Comments

MisterV’s picture

it seems the administrator (as far as profiles/TinyMCE is concerned) is a regular "Authenticated User". I've assigned him whatever other role, but he's still getting the authenticated user TinyMCE on my setup. Still trying to work it out...

theorichel’s picture

Having exactly the same problem

Cheers
TR

struesda’s picture

From the handbook: http://drupal.org/handbook/modules/tinymce

User Roles and Access Control

TinyMCE profiles are attached to users via the Access Control settings at Administer > User Management > Access Control (5.x) Remember that if a user is a member of Roles attached to multiple TinyMCE profiles, they will receive the profile with the lowest Role ID they belong to.

Which IMO is backwards - since it prevents you from setting up advanced and less-advanced users - your are limited to advanced or default.

Any workarounds??

struesda’s picture