Setting custom toolbar buttons in the admin interface had no effect.

I looked into whizzywig.module and changed line 207:
$whizzywig_toolbar_custom = variable_get('whizzywig_toolbar_medium', ....
to
$whizzywig_toolbar_custom = variable_get('whizzywig_toolbar_custom', ....
and it worked.

There is a problem left, however: the textfields in the admin panel have a limit on string length that is too tight to set all the buttons you might want. Don't know where this should be set...

Comments

phasmaphobic’s picture

Having the same problem with string length limit. Seems to be set at 128 characters. Not sure where to find it in the module.

Had the same problem with the custom/medium swap. Thank for posting that fix

avpaderno’s picture

Title: Custom Toolbars defunct » Custom toolbars are defunct
drupalnesia’s picture

Status: Active » Fixed

6.x-2.0-alpha3:
---------------
Bug fix: toolbar_custom get 'whizzywig_toolbar_medium' instead 'whizzywig_toolbar_custom'

drupalnesia’s picture

Status: Fixed » Closed (fixed)

6.x-2.0-alpha3:
---------------
Bug fix: toolbar_custom get 'whizzywig_toolbar_medium' instead 'whizzywig_toolbar_custom'
Bug fix: setting to determina which collapsible field set to un-collapsed
Bug fix: disable editor on Whizzywig Settings-page
Bug fix: better compability to PHP 5.3 (not tested)
Bug fix: set toolbar textfield to textarea to accomodate > 128 chars

6.x-2.0-alpha4:
---------------
Bug fix: use new icon set

6.x-2.0-beta1:
---------------
New: add custom buttons
New: option to select toolbar-button for admin (uid=1)