Closed (won't fix)
Project:
TinyMCE
Version:
5.x-1.9-1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2008 at 19:20 UTC
Updated:
3 Feb 2013 at 19:59 UTC
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
Comment #1
stevemagruder commentedAny ideas? Or is there some documentation that will assist me?
Comment #2
stevemagruder commentedAfter 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.
Comment #3
stevemagruder commentedAny ideas about how to fix or workaround this?
Comment #4
stevemagruder commentedI discovered a kludge and wrote about it here: http://drupal.org/node/209645#comment-905503
Comment #5
pomliane commentedThis 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.