tinyMCE profile conflict
patrickface - July 12, 2008 - 14:16
| Project: | TinyMCE WYSIWYG Editor |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hello
I'd like all authenticated users to use a simple version of the editor and my admin user to use a much more robust version of the editor. I have two tinyMCE profiles. One for the role "authenticated user" and one for the role "admin" users. This works great for the "authenticated user" but the admin user always gets the simple version.
The admin user is part of both roles, (authenticated user, and admin). Is this what is causing the problem? If so how to I correct this?
FYI if I delete the tinyMCE profile for "authenticated user" the admin get the more robust version. So it seems to be a conflict with the profiles.

#1
I found the same problem, but with drupal 6.3, and the version tinymce 6.x.1.1-dev
Thanks
#2
I found this, and it works: http://drupal.org/node/181798#comment-792447.
Ciao
#3
After thorough testing, I am convinced there is no reliable workaround for this problem. The order of entries returned by the database query is arbitrary, and even if you define them in the right order they won't necessarily come back that way - with the site where I've been testing I copy the database to a local PC: I get the right ordering there, though not on the original.
I've had to resort to a patch to the query to order the profiles by name.
#4
I got same problem here....
I am using D5 with tinymce-5.x-1.9.tar.gz