Closed (fixed)
Project:
Whizzywig - A complete WYSIWYG Editor
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2010 at 12:38 UTC
Updated:
10 Sep 2010 at 23:51 UTC
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
Comment #1
phasmaphobic commentedHaving 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
Comment #2
avpadernoComment #3
drupalnesia commented6.x-2.0-alpha3:
---------------
Bug fix: toolbar_custom get 'whizzywig_toolbar_medium' instead 'whizzywig_toolbar_custom'
Comment #4
drupalnesia commented6.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)