TinyMCE Advanced
This plugin adds 16 plugins to TinyMCE, WordPress’ wysiwyg editor: Advanced hr, Advanced Image, Advanced Link, Context Menu, Emotions (Smilies), Full Screen, IESpell, Layer, Media, Nonbreaking, Print, Search and Replace, Style, Table, Visual Characters and XHTML Extras. Together these plugins can add over 40 new buttons to the toolbar, which is now two rows plus one hidden row. Some of the new features added by this plugin are:
- Imports all CSS classes from the main theme’s stylesheet and add them to a drop-down list.
- Font size and font family selection.
- Support for making and editing tables.
- Advanced link and image dialogs that offer a lot of options.
- Search and Replace while editing.
- Support for XHTML specific tags and for (div based) layers.
- Support for adding inline css styles to any element.
Version 3.2: Compatibility with WordPress 2.7 and TinyMCE 3.2, minor bug fixes.
Version 3.1: Compatibility with WordPress 2.6 and TinyMCE 3.1, keeps empty paragrarhs when disabling the removal of P and BR tags, the buttons for MCImageManager and MCFileManager can be arranged (if installed).
Version 3.0.1: Added option to disable the removal of P and BR tags when saving and in the HTML editor (autop), fixed the removal of non-default TinyMCE buttons.
Version 3.0: Compatibility with WordPress 2.5 and TinyMCE 3.0.
Version 2.2: Deactivate/Uninstall options, font size drop-down menu, other small improvements.
Version 2.1: Improved language selection, improved compatibility with WordPress 2.3 and TinyMCE 2.1.1.1, option to override some of the imported css classes and other small improvements and bugfixes.
Translations
The plugin’s interface in only in English, but the TinyMCE plugins include several translations: French, German, Spanish, Italian, Portuguese, Russian, Japanese and Chinese. Additional translations can be downloaded from TinyMCE’s site. Each language file has to be added to the corresponding directory of each of the TinyMCE plugins in tinymce-advanced/mce. For example to add another language file for the “advlink” plugin, the file has to be in tinymce-advanced/mce/advlink/langs. For the “table” plugin, the file has to go to tinymce-advanced/mce/table/langs, etc.
Download
TinyMCE Advanced version 3.2.4 (requires WordPress 2.8)
Previous versions:
All previous versions are available here.
3.2 for WordPress 2.7,
3.1 for WordPress 2.6,
3.0.1 for WordPress 2.5.1,
3.0 for WordPress 2.5,
2.2 for WordPress 2.3.x and 2.2.x
Development version (all bug-fixes and new features would be there first)
TinyMCE Advanced extra languages (for version 2.x only)
Screenshots
Installation (for version 2.0 and newer)
- Download.
- Unzip.
- Upload the “tinymce-advanced” folder to the WordPress’ plugins directory at “wp-content/plugins”.
- Activate the plugin.
- Set your preferences at “Settings -> TinyMCE Advanced” or “Manage -> TinyMCE Advanced” for WordPress 2.6 and older.
- Try your new and improved wysiwyg editor (after clearing your browser’s cache).
Upgrading from version 2.0+
- Deactivate the old version.
- Delete the “tinymce-advanced” folder from WordPress’ plugins directory.
- Follow the above steps to install the new version.
Upgrading from version 1.0 or 1.0.1
This version of TinyMCE Advanced is self-contained. It does not require separate installation of TinyMCE plugins. If you have one of the previous versions (1.0 or 1.0.1) installed, please follow these steps:
- Deactivat the old TinyMCE Advanced.
- Backup the TinyMCE plugins folder, located at wp-includes/js/tinymce/plugins.
- Delete the following TinyMCE plugins that were added when installing the previous version (delete the directories with these names from wp-includes/js/tinymce/plugins):
• advhr
• contextmenu
• print
• visualchars
• advimage
• advlink
• table
• xhtmlxtras
• nonbreaking
• layer
• searchreplace
• fullscreen - After deleting the above plugins, you should have the 7 default plugins that came with WordPress: autosave, directionality, inlinepopups, paste, spellchecker, wordpress, wphelp. Or if you prefer, delete the whole tinymce plugins directory (wp-includes/js/tinymce/plugins) and upload a fresh copy from the WordPress installation package.
- Delete the tinymce-advanced folder from WordPress plugins directory (wp-includes/plugins).
- Follow the installation instructions above to install the new version.
Frequently Asked Questions
- On the admin page: cannot sort the TinyMCE buttons, they are not moving, toolbars are empty, other errors on the page…
This is usually caused by another plugin adding incompatible JavaScript library to all pages instead only where needed. The workaround is to try and find which plugin is doing that, then disable it temporarily until all TinyMCE buttons are arranged.
If that’s not the case try some general Javascript troubleshooting: clear the cache, try another browser, try another computer if possible, delete and re-upload all of the plugin’s files, and finally install Firefox with Firebug or Opera, note the first js error (important) and post it below or search the Internet to see what’s causing it.
- Arranged the buttons and saved them but nothing is changed in the visual editor on the Write page.
Click on the “Uninstall” button (next to the Save button) and then on “Continue”. Then deactivate and activate the plugin again. This will reset all settings stored in the database. Also be sure to force-refresh (with Ctrl/Shift) your browser couple of times on both the plugin’s admin page and on the Write page.
- After installing the plugin, the editor’s background is black/dark or the font is too small or all the text is centered or there are other visual glitches.
This is due to TinyMCE importing the styles from your theme and trying to make the editor look as close to your site as possible. However that doesn’t work well in some themes. To fix it uncheck the “import the css classes” option.
- Some buttons are missing from TinyMCE’s menus, or no toolbar(s) appear at all, or TinyMCE behaves strange after installing the plugin.
Almost all of these problems are caused by the browser’s cache, or network cache. Clear your browser’s cache, quit the browser, then start it and try again. If the problem persists, try reloading the page while holding down Ctrl (in IE) or Shift (in Firefox) to make the browser reload the page from the server. This can also be caused by a network cache somewhere between you and your web host. Just wait for a few hours for it to expire.
- I don’t see any styles being imported in the “Styles” drop-down menu.
These styles (just the classes) are imported from your current theme’s style.css file. However some themes use “@import” links in the style.css to load the actual css file(s). Tiny doesn’t follow these links for now. To make the classes appear, add their names to tadv-tinymce.css file in the plugin’s folder. You don’t need to copy the whole classes, just add the names, like that:
.my_class{}.my_other_class{}
- I’ve just installed this plugin, but it doesn’t do anything.
Log out of WordPress, clear your browser’s cache, quit and restart the browser and try again. If that does not work, there may be a caching proxy or network cache somewhere between you and your host. You may need to wait for a few hours until this cache expires.
- I just added my css classes to tinymce.css but they are still missing from the editor.
Click on “Save Changes” on the admin page of the plugin, even if you did not change any buttons. This will force TinyMCE to reload the css files.
- When I add “Smilies”, they do not show in the editor.
The “Emotions” button in TinyMCE adds the codes for the smilies. The actual images are added by WordPress when viewing the Post/Page. Make sure the checkbox “Convert emoticons to graphics on display” in “Options -> Writing” is checked.
- The plugin doesn’t add any buttons and the “Visual” and “HTML” tabs are missing.
Make sure the “Disable the visual editor when writing” checkbox under “Users->Your Profile” is unchecked.
I’m having a problem with headings. On my website homepage http://cippodesign.com there are some lists in the front page. The first one has the title Web Design and a class attribute. But the class attribute quotes are escaped. It looks something like this: “\”test\”"
Please help me out!
We’re using TinyMCE Advanced on our site, finding it very useful, and would like to contribute a monetary donation. I don’t see a donate button here. How can we contribute?
Thanks…
…Bill
Just a hint for those who’s br’s are doubling: make sure nl2br() isnt used somewhere in the php code.
Hello,
I have a new install of 3.0 & TinyMCE Advanced however even though the plugin is activated it is having no effect & not showing when adding posts.
It will also not allow me to move buttons or make any changes (eg. save changes to the the checkboxes).
I have…
1. ensured the “Disable the visual editor when writing” checkbox under “Users – Your Profile” is not checked.
2. disabled all other plugins
3. uninstalled & reinstalled
4. tried loading from another browser
5. reset all buttons
Any advice appreciated. Much as I would like the formatting, I would also like to stop WP formatting my own html!
thanks
Hi,
I find your extension (plugin) is a very good asset to the WordPress. There are very many but, unfortunately, very much useless. Since your plugin so much like me and helps me on both his work I have also written an article about equal to the German WP user can qualify.
Greets
Aulus
btw, 3.2.7 works with 3.0
TY !!!! <3 Keep up the good work
Hello,
Thanks for making TinyMCE Advanced available; it is fantastic and has saved me a lot of work. I have one question: If I do NOT check the “import CSS styles” button in the settings, the “Styles” dropdown menu still displays quite a few style options, and they’re not in tadv_mce.css; where are these styles imported from? I would like to get rid of them so that ONLY the styles that I specify in tadv_mce.css are available in that dropdown. Thanks very much!
Hey Andrew,
Thanks for the great plugin, it always helps. Just wanted to let you know, it throws a lot of Notices when you have WP_Debug on in 3.0. This will sometimes even break the media uploader. Thanks!
@Phil (962)
Maybe you can try to upload it manually by using FTP not from your wp-admin. Try it, hope it will succeed.
Just downloaded the current build. Running a WordPress 3.0 installation with debug on.
Received a Notice: Has_cap using deprecated value, use capabilities instead.
Changed line 268 from
$page = add_options_page( ‘TinyMCE Advanced’, ‘TinyMCE Advanced’, 9, ‘tinymce-advanced’, ‘tadv_page’ );
to
$page = add_options_page( ‘TinyMCE Advanced’, ‘TinyMCE Advanced’, ‘manage_options’, ‘tinymce-advanced’, ‘tadv_page’ );
Now works like a charm. Please update. WordPress 1.5 is so ten years ago