OK, so I configured TinyMCE to show the buttons I want it to show, including the media button I added in plugin_reg.php.

How do I put back the separator bars (between related sets of buttons) that exist in the generic set of TinyMCE buttons that appear if I don't custom-select them in the configuration? I assume there's something simple I can do in plugin_reg.php, but I don't know what.

I'm using Drupal 5.x with the latest TinyMCE install.

Thanks,
Steve

Comments

stevemagruder’s picture

Any ideas? Or is there some documentation that will assist me?

stevemagruder’s picture

After more research of my own, I did this: In plugin.reg.php, I added two separators in the following line:

$plugins['default']['theme_advanced_buttons1'] = array('bold', 'italic', 'underline', 'strikethrough', 'separator', 'justifyleft', 'justifycenter', 'justifyright', 'justifyfull', 'separator', 'bullist', 'numlist', 'outdent', 'indent', 'undo', 'redo', 'link', 'unlink', 'anchor');

However, there's a problem: Only the first separator displays. This also happens when I add separators between buttons elsewhere.

stevemagruder’s picture

Any ideas about how to fix or workaround this?

stevemagruder’s picture

I discovered a kludge and wrote about it here: http://drupal.org/node/209645#comment-905503

pomliane’s picture

Status: Active » Closed (won't fix)

This version of TinyMCE is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.

This issue has been automagically closed by a script.