<?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: How to make TinyMCE in Drupal put icons all on one row</title>
	<atom:link href="http://www.leftcolumn.net/2007/08/29/how-to-make-tinymce-in-drupal-put-icons-all-on-one-row/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leftcolumn.net/2007/08/29/how-to-make-tinymce-in-drupal-put-icons-all-on-one-row/</link>
	<description>Covering Mac OS X, Mac Software, and other stuff</description>
	<lastBuildDate>Mon, 12 Jul 2010 12:35:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kamran Zafar</title>
		<link>http://www.leftcolumn.net/2007/08/29/how-to-make-tinymce-in-drupal-put-icons-all-on-one-row/comment-page-1/#comment-98</link>
		<dc:creator>Kamran Zafar</dc:creator>
		<pubDate>Mon, 28 Jul 2008 07:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.leftcolumn.net/2007/08/29/how-to-make-tinymce-in-drupal-put-icons-all-on-one-row/#comment-98</guid>
		<description>I searching how to put all icons in one line of tiny mce using drupal 5. Thanks putting this. There one issue in this code is that the single quotes written in array are not syntactically correct. here are they provided in correct form to just copy paste them in your &quot;[drupal root]/modules/tinymce/plugin_reg.php&quot; file.

Change the code from this: (with correct quotes)
$plugins[&#039;default&#039;][&#039;theme_advanced_buttons1&#039;] = array(&#039;bold&#039;, &#039;italic&#039;, &#039;underline&#039;, &#039;strikethrough&#039;, &#039;justifyleft&#039;, &#039;justifycenter&#039;, &#039;justifyright&#039;, &#039;justifyfull&#039;, &#039;bullist&#039;, &#039;numlist&#039;, &#039;outdent&#039;, &#039;indent&#039;, &#039;undo&#039;, &#039;redo&#039;, &#039;link&#039;, &#039;unlink&#039;, &#039;anchor&#039;);
$plugins[&#039;default&#039;][&#039;theme_advanced_buttons2&#039;] = array(&#039;image&#039;, &#039;cleanup&#039;, &#039;forecolor&#039;, &#039;backcolor&#039;, &#039;sup&#039;, &#039;sub&#039;, &#039;code&#039;, &#039;hr&#039;);
$plugins[&#039;default&#039;][&#039;theme_advanced_buttons3&#039;] = array(&#039;cut&#039;, &#039;copy&#039;, &#039;paste&#039;, &#039;visualaid&#039;, &#039;removeformat&#039;, &#039;charmap&#039;, &#039;help&#039;);

To this: (with correct quotes)
$plugins[&#039;default&#039;][&#039;theme_advanced_buttons1&#039;] = array(&#039;bold&#039;, &#039;italic&#039;, &#039;underline&#039;, &#039;strikethrough&#039;, &#039;justifyleft&#039;, &#039;justifycenter&#039;, &#039;justifyright&#039;, &#039;justifyfull&#039;, &#039;bullist&#039;, &#039;numlist&#039;, &#039;outdent&#039;, &#039;indent&#039;, &#039;undo&#039;, &#039;redo&#039;, &#039;link&#039;, &#039;unlink&#039;, &#039;anchor&#039;, &#039;image&#039;, &#039;cleanup&#039;, &#039;forecolor&#039;, &#039;backcolor&#039;, &#039;sup&#039;, &#039;sub&#039;, &#039;code&#039;, &#039;hr&#039;, &#039;cut&#039;, &#039;copy&#039;, &#039;paste&#039;, &#039;visualaid&#039;, &#039;removeformat&#039;, &#039;charmap&#039;, &#039;help&#039;);</description>
		<content:encoded><![CDATA[<p>I searching how to put all icons in one line of tiny mce using drupal 5. Thanks putting this. There one issue in this code is that the single quotes written in array are not syntactically correct. here are they provided in correct form to just copy paste them in your &#8220;[drupal root]/modules/tinymce/plugin_reg.php&#8221; file.</p>
<p>Change the code from this: (with correct quotes)<br />
$plugins['default']['theme_advanced_buttons1'] = array(&#8216;bold&#8217;, &#8216;italic&#8217;, &#8216;underline&#8217;, &#8217;strikethrough&#8217;, &#8216;justifyleft&#8217;, &#8216;justifycenter&#8217;, &#8216;justifyright&#8217;, &#8216;justifyfull&#8217;, &#8216;bullist&#8217;, &#8216;numlist&#8217;, &#8216;outdent&#8217;, &#8216;indent&#8217;, &#8216;undo&#8217;, &#8216;redo&#8217;, &#8216;link&#8217;, &#8216;unlink&#8217;, &#8216;anchor&#8217;);<br />
$plugins['default']['theme_advanced_buttons2'] = array(&#8216;image&#8217;, &#8216;cleanup&#8217;, &#8216;forecolor&#8217;, &#8216;backcolor&#8217;, &#8217;sup&#8217;, &#8217;sub&#8217;, &#8216;code&#8217;, &#8216;hr&#8217;);<br />
$plugins['default']['theme_advanced_buttons3'] = array(&#8216;cut&#8217;, &#8216;copy&#8217;, &#8216;paste&#8217;, &#8216;visualaid&#8217;, &#8216;removeformat&#8217;, &#8216;charmap&#8217;, &#8216;help&#8217;);</p>
<p>To this: (with correct quotes)<br />
$plugins['default']['theme_advanced_buttons1'] = array(&#8216;bold&#8217;, &#8216;italic&#8217;, &#8216;underline&#8217;, &#8217;strikethrough&#8217;, &#8216;justifyleft&#8217;, &#8216;justifycenter&#8217;, &#8216;justifyright&#8217;, &#8216;justifyfull&#8217;, &#8216;bullist&#8217;, &#8216;numlist&#8217;, &#8216;outdent&#8217;, &#8216;indent&#8217;, &#8216;undo&#8217;, &#8216;redo&#8217;, &#8216;link&#8217;, &#8216;unlink&#8217;, &#8216;anchor&#8217;, &#8216;image&#8217;, &#8216;cleanup&#8217;, &#8216;forecolor&#8217;, &#8216;backcolor&#8217;, &#8217;sup&#8217;, &#8217;sub&#8217;, &#8216;code&#8217;, &#8216;hr&#8217;, &#8216;cut&#8217;, &#8216;copy&#8217;, &#8216;paste&#8217;, &#8216;visualaid&#8217;, &#8216;removeformat&#8217;, &#8216;charmap&#8217;, &#8216;help&#8217;);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
