I have set up Drupal 5.7 with authenticated users and editors. Editors have more functionality available and should also have more TinyMCE options. Because of this, I created two TinyMCE roles: editors and others (which includes authenticated users). However whenever I log in as an editor, I only have the authenticated user TinyMCE options. If I delete the TinyMCE "other" role, the editor has full options.
I read in the documentation the lowest role of a user is used to determine which TinyMCE role is used. The editor user I created only has the role of "editor", but also isn't it true that all new roles in Drupal are by default authenticated user + whatever additional capabilities?
How do I set up TinyMCE so I can have editors with more options and authenticated users with less, without TinyMCE wanting to default editors to the lesser group?
Comments
Comment #1
sgdev commentedI just noticed this was placed under 5.x-1.9-1. I don't know what version that is ... I downloaded the recommended version for our implementation, which is 5.x-1.9.
Comment #2
ingacosta commentedI have the same problem. The roles of my site are administrators and authenticated users. Administrators should click the 'disable rich-text' link, authenticated users not. But neither can take that option.
There is a duplicate:
http://drupal.org/node/181798
Comment #3
sgdev commentedThanks for sharing. I can't believe the problem is the order of the TinyMCE roles ... that should be fixed so there is not such a dependency.
Comment #4
askupendra commentedi am trying to make the whole website user authenticated but but on the same time need to make 5 static pages which will be visible to the end user, these pages will not require login. in Drupal 5.7
Plz guide me.
Comment #5
khoomy commentedIt is better to use your own roles for all type of users even for admin and dont use drupal default roles (Anonymous and Authenticated)
Comment #6
askupendra commenteddrupal is giving 1st level authentication access but if i am going to authenticate a specific page say for example i am not able to do it even if i am creating my own access level also
Comment #7
mupsi