home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Plugins / tinymce-advanced / readme.txt next >
Text File  |  2008-02-19  |  6KB  |  123 lines

  1. === TinyMCE Advanced ===
  2. Contributors: Andrew Ozz
  3. Donate link: 
  4. Tags: wysiwyg, formatting, tinymce, write, edit, post
  5. Requires at least: 2.2.1
  6. Tested up to: 2.3.2
  7. Stable tag: 2.2
  8.  
  9. Enables most of the advanced features of TinyMCE, the WordPress WYSIWYG editor. 
  10.  
  11. == Description ==
  12.  
  13. This plugin adds 16 plugins to TinyMCE: 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. 
  14.  
  15. Version 2.0 includes an admin page for arranging the TinyMCE toolbar buttons, easy installation, a lot of bugfixes, customized "Smilies" plugin that uses the built-in WordPress smilies, etc. The admin page uses Scriptaculous and Prototype.js (similar to the "Widgets" admin page) that lets you "drag and drop" the TinyMCE buttons to arrange your own toolbars and enables/disables the corresponding plugins depending on the used buttons.
  16.  
  17. New in 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.
  18.  
  19. New in version 2.2: Deactivate/Uninstall option page, font size drop-down menu and other small changes.
  20.  
  21. **Language Support:** The plugin interface in only in English, but the TinyMCE plugins include several translations: German, French, Italian, Spanish, Portuguese, Russian and Chinese. Another 36 translations are available as a [separate download](http://svn.wp-plugins.org/tinymce-advanced/branches/tinymce-advanced_extra-languages.zip).
  22.  
  23.  
  24. = Some of the new features added by this plugin =
  25.  
  26. * Imports all CSS classes from the main themeÆs stylesheet and add them to a drop-down list.
  27. * Full screen mode.
  28. * Support for making and editing basic tables.
  29. * In-line css styles.
  30. * Much better (advanced) link and image dialogs that offer a lot of options.
  31. * Search and Replace while editing.
  32. * Support for XHTML specific tags and for (div based) layers.
  33.  
  34.  
  35. == Installation ==
  36.  
  37. 1. Download.
  38. 2. Unzip.
  39. 3. Upload to the plugins directory (wp-content/plugins).
  40. 4. Activate the plugin.
  41. 5. Set your preferences at "Manage - TinyMCE Advanced".
  42. 6. Clear your browser cache.
  43.  
  44.  
  45. = Upgrading from TinyMCE Advanced 2.0-beta  =
  46.  
  47. 1. Deactivate the beta version.
  48. 2. Delete the "tinymce-advanced" folder from WordPress plugins directory.
  49. 3. Follow the above steps to install the new version.
  50.  
  51.  
  52. = Upgrading from TinyMCE Advanced 1.0 =
  53.  
  54. 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:
  55.  
  56. 1. Deactivate the old TinyMCE Advanced.
  57. 2. Backup the TinyMCE plugins folder, located at wp-includes/js/tinymce/plugins.
  58. 3. 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):
  59.     
  60.     * advhr
  61.     * contextmenu
  62.     * print
  63.     * visualchars
  64.     * advimage
  65.     * advlink
  66.     * table
  67.     * xhtmlxtras
  68.     * nonbreaking
  69.     * layer
  70.     * searchreplace
  71.     * fullscreen
  72.  
  73. 4. 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.
  74. 5. Delete the tinymce-advanced folder from WordPress plugins directory (wp-includes/plugins).
  75. 6. Follow the installation instructions above to install the new version.
  76.  
  77.  
  78. == Frequently Asked Questions ==
  79.  
  80. = After installing the plugin, the editor background is black/dark or the font is too small =
  81.  
  82. 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 may not work well in some themes. To fix it uncheck the "import the css classes" checkbox and then paste the names of the css classes you want to use in tadv-tinymce.css file located in "tinymce-advanced/css".
  83.  
  84. = No styles are imported in the Styles drop-down menu. =
  85.  
  86. These styles (just the classes) are imported from your current theme style.css file. However some themes use @import to load the actual css file(s). Tiny does not follow these links. To make the classes appear, add their names to tinymce.css file located in "tinymce-advanced/css". You do not need to copy the whole classes, just add the names, like that:
  87.  
  88.     .my-class{}
  89.     .my-other-class{}
  90.  
  91. = I just added my css classes to tinymce.css but they are still missing from the editor. =
  92.  
  93. 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.
  94.  
  95. = I have just installed this plugin, but it does not do anything. =
  96.  
  97. Log out of WordPress, clear your browser 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.
  98.  
  99. = When I add "Smilies", they do not show in the editor. =
  100.  
  101. 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.
  102.  
  103. = The Media plugin is missing. =
  104.  
  105. Yes, the Media plugin is disabled in IE. It seems that it conflicts with some of the other js loaded when editing posts in WordPress. However it works nicely in both Firefox and Opera.
  106.  
  107. = Some of the window shows through in full screen mode. =
  108.  
  109. Click on "Save and continue editing" to refresh it.
  110.  
  111. = The plugin does not add any buttons. =
  112.  
  113. Make sure the "Use the visual editor when writing" checkbox under "Users - Your Profile" is checked.
  114.  
  115. = Other questions? More screenshots? =
  116.  
  117. Please visit the homepage for [TinyMCE Advanced](http://www.laptoptips.ca/projects/tinymce-advanced/). 
  118.  
  119.  
  120. == Screenshots ==
  121.  
  122. 1. The TinyMCE Advanced options page.
  123.