<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: Remove buttons from TinyMCE WYSIWYG Editor</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: Remove buttons from TinyMCE WYSIWYG Editor</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 16:24:49 +0000</pubDate>

<item>
<title>nealb13 on "Remove buttons from TinyMCE WYSIWYG Editor"</title>
<link>http://wordpress.org/support/topic/252061#post-1118015</link>
<pubDate>Fri, 26 Jun 2009 22:33:07 +0000</pubDate>
<dc:creator>nealb13</dc:creator>
<guid isPermaLink="false">1118015@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I found the answer. This works GREAT!&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.mkbergman.com/?p=275&#34; rel=&#34;nofollow&#34;&#62;http://www.mkbergman.com/?p=275&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You just need to reformat the text when you copy and paste it into a text editor. The quotations marks are not HTML formatted.&#60;/p&#62;
&#60;p&#62;Here is an example of the WYSIWYG that I use.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
/*
Plugin Name: Advanced WYSIWYG Editor
Plugin URI: &#60;a href=&#34;http://www.labnotes.org/&#34; rel=&#34;nofollow&#34;&#62;http://www.labnotes.org/&#60;/a&#62;
Description: Adds more styling options to the WYSIWYG post editor, updated for multi-line buttons.
Version: 0.3
Author: Assaf Arkin
Author URI: &#60;a href=&#34;http://labnotes.org/&#34; rel=&#34;nofollow&#34;&#62;http://labnotes.org/&#60;/a&#62;
License: Creative Commons Attribution-ShareAlike
Tags: wordpress tinymce
*/

if (isset($wp_version)) {
add_filter(&#38;quot;mce_buttons&#38;quot;, &#38;quot;extended_editor_mce_buttons&#38;quot;, 0);
add_filter(&#38;quot;mce_buttons_2&#38;quot;, &#38;quot;extended_editor_mce_buttons_2&#38;quot;, 0);
}

function extended_editor_mce_buttons($buttons) {
return array(
&#38;quot;undo&#38;quot;, &#38;quot;redo&#38;quot;, &#38;quot;separator&#38;quot;,
&#38;quot;bold&#38;quot;, &#38;quot;italic&#38;quot;, &#38;quot;underline&#38;quot;, &#38;quot;strikethrough&#38;quot;, &#38;quot;separator&#38;quot;,
&#38;quot;bullist&#38;quot;, &#38;quot;separator&#38;quot;,
&#38;quot;charmap&#38;quot;, &#38;quot;separator&#38;quot;, &#38;quot;link&#38;quot;, &#38;quot;unlink&#38;quot;, &#38;quot;anchor&#38;quot;, &#38;quot;separator&#38;quot;,
&#38;quot;code&#38;quot;, &#38;quot;formatselect&#38;quot;, &#38;quot;separator&#38;quot;, &#38;quot;separator&#38;quot;, &#38;quot;search&#38;quot;, &#38;quot;replace&#38;quot;, &#38;quot;separator&#38;quot;, &#38;quot;wphelp&#38;quot;);
}

function extended_editor_mce_buttons_2($buttons) {
// the second toolbar line
return array();
}

?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>nealb13 on "Remove buttons from TinyMCE WYSIWYG Editor"</title>
<link>http://wordpress.org/support/topic/252061#post-1117916</link>
<pubDate>Fri, 26 Jun 2009 21:15:37 +0000</pubDate>
<dc:creator>nealb13</dc:creator>
<guid isPermaLink="false">1117916@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I am interested in this too.&#60;/p&#62;
&#60;p&#62;Is there a function that will do this?&#60;/p&#62;
&#60;p&#62;I don't want to have to edit the core tinyMCE files every time WordPress does an update.
&#60;/p&#62;</description>
</item>
<item>
<title>chloraldo on "Remove buttons from TinyMCE WYSIWYG Editor"</title>
<link>http://wordpress.org/support/topic/252061#post-1012976</link>
<pubDate>Thu, 12 Mar 2009 03:00:53 +0000</pubDate>
<dc:creator>chloraldo</dc:creator>
<guid isPermaLink="false">1012976@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I am looking fo a way to remove buttons from the editor. For example I want to prevent editors from changing the font color...&#60;/p&#62;
&#60;p&#62;Is that possible?&#60;/p&#62;
&#60;p&#62;I could most probably do it with CSS but it would be ideal if I could remove buttons I don't want from the menu.&#60;/p&#62;
&#60;p&#62;Thanks for your help
&#60;/p&#62;</description>
</item>

</channel>
</rss>
