de file fckeditor.
js uses a custom toolbar.
when installing the new version this file is overwritten.
just take the old beerhouse code :
FCKConfig.ToolbarSets["SkiStyle_Simple"] = [
['Cut','Copy','PasteText','-','Print','SpellCheck'],
['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
['OrderedList','UnorderedList','-','Outdent','Indent'],
['JustifyLeft','JustifyCenter','JustifyRight','Just ifyFull'],
['Link','Unlink'],
['Image','Rule','Smiley','SpecialChar','UniversalKe y'],
['Style','FontFormat','FontName','FontSize'],
['TextColor','BGColor']
and past that (this is the one I'm using