<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Custom TinyMCE Buttons (only pre TinyMCE v3!)</title>
	<atom:link href="http://www.deliciousdays.com/tinymcebuttons/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deliciousdays.com</link>
	<description>(c) delicious:days</description>
	<lastBuildDate>Tue, 07 Feb 2012 01:37:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Cristián Dagnino</title>
		<link>http://www.deliciousdays.com/tinymcebuttons/#comment-50843</link>
		<dc:creator>Cristián Dagnino</dc:creator>
		<pubDate>Fri, 28 May 2010 00:15:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.deliciousdays.com/tinymcebuttons/#comment-50843</guid>
		<description>This is a hook for the setup... Maybe to be included

&lt;code&gt;function fb_change_mce_options($initArray) {

	if ( isset( $initArray[&#039;extended_valid_elements&#039;] ) ) {
		$initArray[&#039;extended_valid_elements&#039;] .= &#039;,dd&#039;;
	} else {
		$initArray[&#039;extended_valid_elements&#039;] = &#039;dd&#039;;
	}
 
	return $initArray;
}
add_filter(&#039;tiny_mce_before_init&#039;, &#039;fb_change_mce_options&#039;);


function fb_change_mce_buttons( $initArray ) {

	if ( isset( $initArray[&#039;theme_advanced_buttons2&#039;] ) ) {
		$initArray[&#039;theme_advanced_buttons2&#039;] .= &#039;,dd_step,dd_note&#039;;
	} else {
		$initArray[&#039;theme_advanced_buttons2&#039;] = &#039;dd_step,dd_note&#039;;
	}

	return $initArray;
}
add_filter(&#039;tiny_mce_before_init&#039;, &#039;fb_change_mce_buttons&#039;);&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>This is a hook for the setup... Maybe to be included</p>
<p><code>function fb_change_mce_options($initArray) {</p>
<p>	if ( isset( $initArray['extended_valid_elements'] ) ) {<br />
		$initArray['extended_valid_elements'] .= ',dd';<br />
	} else {<br />
		$initArray['extended_valid_elements'] = 'dd';<br />
	}</p>
<p>	return $initArray;<br />
}<br />
add_filter('tiny_mce_before_init', 'fb_change_mce_options');</p>
<p>function fb_change_mce_buttons( $initArray ) {</p>
<p>	if ( isset( $initArray['theme_advanced_buttons2'] ) ) {<br />
		$initArray['theme_advanced_buttons2'] .= ',dd_step,dd_note';<br />
	} else {<br />
		$initArray['theme_advanced_buttons2'] = 'dd_step,dd_note';<br />
	}</p>
<p>	return $initArray;<br />
}<br />
add_filter('tiny_mce_before_init', 'fb_change_mce_buttons');</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://www.deliciousdays.com/tinymcebuttons/#comment-49958</link>
		<dc:creator>George</dc:creator>
		<pubDate>Tue, 26 Jan 2010 19:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.deliciousdays.com/tinymcebuttons/#comment-49958</guid>
		<description>Thanks Oliver! This plugin is slick I love it</description>
		<content:encoded><![CDATA[<p>Thanks Oliver! This plugin is slick I love it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francis</title>
		<link>http://www.deliciousdays.com/tinymcebuttons/#comment-49943</link>
		<dc:creator>Francis</dc:creator>
		<pubDate>Sun, 24 Jan 2010 14:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.deliciousdays.com/tinymcebuttons/#comment-49943</guid>
		<description>hey,

ich nutze seit kurzem die neueste version von wordpress 2.9.1 .. doch leider kann ich seit dem nicht mehr die buttons nutzen da es keine tiny_mce_config.php mehr gibt! im internet hab ich aber rausgefunden, das die einstellungen jetzt in der wp-admin/post.php enthalten sind.. doch leider weiß ich dann nicht mehr weiter! vllt könntest du ja ein anleitung für die neue Versionen erstellen! Vielen Dank! wäre super!

Francis</description>
		<content:encoded><![CDATA[<p>hey,</p>
<p>ich nutze seit kurzem die neueste version von wordpress 2.9.1 .. doch leider kann ich seit dem nicht mehr die buttons nutzen da es keine tiny_mce_config.php mehr gibt! im internet hab ich aber rausgefunden, das die einstellungen jetzt in der wp-admin/post.php enthalten sind.. doch leider weiß ich dann nicht mehr weiter! vllt könntest du ja ein anleitung für die neue Versionen erstellen! Vielen Dank! wäre super!</p>
<p>Francis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GRFX Design &#124; cformsII for WordPress</title>
		<link>http://www.deliciousdays.com/tinymcebuttons/#comment-48701</link>
		<dc:creator>GRFX Design &#124; cformsII for WordPress</dc:creator>
		<pubDate>Fri, 21 Aug 2009 01:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.deliciousdays.com/tinymcebuttons/#comment-48701</guid>
		<description>[...] made by DeliciousDays a great WordPress plugin developer that has brought other useful plugins like TinyMCE Buttons and SMP. cfromsII from delicious days   Posted in August 20th, 2009 By admin  No Comments &#187;   [...]</description>
		<content:encoded><![CDATA[<p>[...] made by DeliciousDays a great WordPress plugin developer that has brought other useful plugins like TinyMCE Buttons and SMP. cfromsII from delicious days   Posted in August 20th, 2009 By admin  No Comments &#187;   [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress Plugin Adding Buttons for CSS Styles &#171; Idea Blog</title>
		<link>http://www.deliciousdays.com/tinymcebuttons/#comment-48110</link>
		<dc:creator>Wordpress Plugin Adding Buttons for CSS Styles &#171; Idea Blog</dc:creator>
		<pubDate>Thu, 11 Jun 2009 16:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.deliciousdays.com/tinymcebuttons/#comment-48110</guid>
		<description>[...] June 11, 2009   This is from the guy who does the forms. Allows you to add buttons to the WSYWG editor that will access specific CSS in the post. Seems like it could come in handy. http://www.deliciousdays.com/tinymcebuttons/ [...]</description>
		<content:encoded><![CDATA[<p>[...] June 11, 2009   This is from the guy who does the forms. Allows you to add buttons to the WSYWG editor that will access specific CSS in the post. Seems like it could come in handy. <a href="http://www.deliciousdays.com/tinymcebuttons/" rel="nofollow">http://www.deliciousdays.com/tinymcebuttons/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bling</title>
		<link>http://www.deliciousdays.com/tinymcebuttons/#comment-48067</link>
		<dc:creator>Bling</dc:creator>
		<pubDate>Fri, 05 Jun 2009 19:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.deliciousdays.com/tinymcebuttons/#comment-48067</guid>
		<description>Holy Buttons, Batman! 
Oliver, you are a WP saint.</description>
		<content:encoded><![CDATA[<p>Holy Buttons, Batman!<br />
Oliver, you are a WP saint.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

