TinyMCE missing WYSIWYG buttons
I have been following many threads on the loss of editing buttons in the visual mode of tinyMCE Advance under WordPress 2.8
My ‘cure’ concerns faulty PHP coding in one of the new (for 2.8) modules: wp-includes/js/tinymce/tiny_mce_config.php.
In my copy – installed automatically – and also in a fresh copy of 2.8 that I downloaded today (19/06/09) the <?PHP coding is not closed with a ?>
Adding the ?> my visual editor shows the edit buttons correctly.
I guess browser differences reflect the differnt ways each handle error conditions.