Apparently the profile feature will use the lowest role id number in an attempt to figure out which TinyMCE profile to use. We are allowing authenticated users to write comments, etc. and would like to enable TinyMCE for them. Unfortunately since this role id is always 1, it always use this profile. This prevents the ability to have more buttons for a less restricted role since any new role number will always have an id higher then 1.
Ideally there is an admin function that allows you to specify a weight for the profile so that the developer can determine the "least" restrictive TinyMCE profile to use. I will consider paying one of my developers to work up a patch but I need to know if it will be accepted. We'd rather not fork the code and miss out on all of the future enhancements to TinyMCE but we can't use it the way it is.
Comments
Comment #1
AdrianB commentedSounds a lot like this: http://drupal.org/node/60667
Comment #2
kreynen commentedThis feature request should have been made in context of the ">patch enabling role based TinyMCE themes or the patch enabling weighted roles.