A Nicer TinyMCE interface, based on Wordpress UI, and new smileys
TinyMCE is ugly!
I worked on a better User Interface for TinyMCE, inspired by the new Wordpress interface. The intention is to make TinyMCE easier to use and read for bloggers, editors. TinyMCE is ugly, but thank god, it left some options to design it so we could have something like this :
How to use it?
I attached two css files. One is theme.css, it's code that should be put in the theme stylesheet, for example , if the theme is garland, add the css rules to :
/themes/garland/style.css
The other one is tinymce.css, that's the file that TinyMCE should use in the configuration of the module (CSS fieldset in tinymce settings). This file should be copy/pasted in the css folder or theme folder, and pointed to in the TinyMCE configuration page. For example, if the file is in /themes/garland/css/ ,then go to :
admin/settings/tinymce/
and edit the profile you want to access the new style. in the CSS fieldset, change 'Editor CSS:' to 'Define Css' , and add : ' /themes/garland/css/tinymce.css ' in the 'CSS path' field.
Additionally, an image is used for the buttons, and should be put in the image folder in the theme. (see the theme.css file to change this)
Some new smileys
Also attached, I designed a set of Smileys that can be used with TinyMCE. Originally designed to replace the set of smileys shipped in with the Smileys Module, I thought that it was a bit strange to have the smileys available for the comments, but not for the blogger using tinymce... so I basically replaced the smileys in TinyMCE with mine, and it works great ! This set of smileys should be part of the next Smileys module, soon to be released, and I think that the maintainer of this module is working on a better integration with TinyMCe.
Note: To use the smileys, the img tag should be added in the filter settings used by the editor. This folder should replace the 'emotions' folder in :
sites/all/tinymce/tinymce/jscripts/tiny_mce/plugins/
or
modules/tinymce/tinymce/jscripts/tiny_mce/plugins/
| Attachment | Size |
|---|---|
| butt2.png | 545 bytes |
| emotions.zip | 50.31 KB |
| css-files.zip | 1.57 KB |













Tiny MCE is sure ugly.
Tiny MCE is sure ugly.
Thank you so much for taking the time to do this. I'll set it up right away! :)
The future of Wysiwyg is getting brighter
Developers are actively working to improve the Wysiwyg integration in Drupal. It's good to see progress on the dev side, theming will follow.
See the progress on Inline/Wysiwyg API on Groups.drupal.org
This is an awesome find. It
This is an awesome find. It makes a huge difference.
I had to make some changes to get it working, and then I went and tweaked it some more. I posted the files on my blog, and linked you from there.
Thanks again for your work :)
Wysiwyg API
Mind to turn this into a patch for http://drupal.org/project/wysiwyg ?
Really nice!
Have looked around for this for a long time. Thank you and I will throw it up on my site ASAP!
Drupal 6 WYSIWYG
Hello. It does not seem to work when upgrading to drupal 6. Any idea why?