Hi.

I want to have a different number of buttons on different screens...
For example:
* when creating a page I want all buttons available
* when creating a blog I want fewer buttons
* In some cases even less buttons like for signature

I could not find a way to do this.
I only found that you can give different buttons to roles... but not nodes...

I have enabled TMCE for all nodes, all profiles and all buttons...
Going to my profile I see that the signature box only selects fewer...
That's what I want... How?

Second question:
When all buttons are enabled, the editor is too wide...
How can I put the table and the font formatting buttons on a new line?

Finally:
I thought that the input format would have been automatically selected...
Or at least see a warning message... (your tables will be removed if you keep "filtered html")
Or have a WYSIWYG input format...
I think WYSIWYG is for users that don't know anything about html or php, thus asking them to choose filtered html, php code or full html is a bit odd...
But probably I'm missing some setting... so please tell me...

Comments

andrewgearhart’s picture

I thought that the input format would have been automatically selected...
Or at least see a warning message... (your tables will be removed if you keep "filtered html")
Or have a WYSIWYG input format...
I think WYSIWYG is for users that don't know anything about html or php, thus asking them to choose filtered html, php code or full html is a bit odd...
But probably I'm missing some setting... so please tell me...

The thing your missing on this one is the use of input formats default: administer > input formats in admin/filters

You'll want to set that default.

Andrew 'Mickey Knox' Gearhart
Web Developer kinda guy

ednique’s picture

Supurb! Thanx...
Just too bad you cannot set the defaults per content type...
Or can I?

pbosmans’s picture

I have tesame troubles with the second question:
When all buttons are enabled, the editor is too wide...
How can I put the table and the font formatting buttons on a new line?

vm’s picture

you do that by editing the plugin_reg.php in the tinymce module folder. each plugin has a number that determines what row it shows in, add some buttons to a new row.

pbosmans’s picture

I've just read something about the width of tinymce at http://drupal.org/node/75844
And that worked for me.

pbosmans’s picture

Cool solution, Your suggestion combined with the width in the css gives me the right solution.
Many thanks