<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NemoPS &#187; tinymce</title>
	<atom:link href="http://nemops.com/tag/tinymce/feed/" rel="self" type="application/rss+xml" />
	<link>http://nemops.com</link>
	<description>Prestashop Tutorials, Modules and More!</description>
	<lastBuildDate>Wed, 05 Dec 2018 13:25:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.35</generator>
	<item>
		<title>Quick Tip &#8211; Enable all tinyMCE commands in Prestashop 1.5</title>
		<link>http://nemops.com/enable-tinymce-commands-prestashop-1-5/</link>
		<comments>http://nemops.com/enable-tinymce-commands-prestashop-1-5/#comments</comments>
		<pubDate>Thu, 15 Nov 2012 10:36:33 +0000</pubDate>
		<dc:creator><![CDATA[Nemo]]></dc:creator>
				<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[prestashop 1.5]]></category>
		<category><![CDATA[tinymce]]></category>
		<category><![CDATA[visual editor]]></category>

		<guid isPermaLink="false">http://nemops.com/?p=739</guid>
		<description><![CDATA[<p>For some reason, Prestashop 1.5 has seen its visual editor fire power cut down drastically. But hey, no fear, in today&#8217;s quick tip we&#8217;ll see how easy it is to have all those styling buttons back and fully working Prestashop version: Prestashop 1.5.2. Useful for all 1.5.x so far Watch the screencast &#160; Text version [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://nemops.com/enable-tinymce-commands-prestashop-1-5/">Quick Tip &#8211; Enable all tinyMCE commands in Prestashop 1.5</a> appeared first on <a rel="nofollow" href="http://nemops.com">NemoPS</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>For some reason, Prestashop 1.5 has seen its visual editor fire power cut down drastically. But hey, no fear, in today&#8217;s quick tip we&#8217;ll see how easy it is to have all those styling buttons back and fully working<span id="more-739"></span></p>
<p><strong>Prestashop version</strong>: Prestashop 1.5.2. Useful for all 1.5.x so far</p>
<h2>Watch the screencast</h2>

	<div class="video-embed">
		<iframe width="640" height="360" src="http://www.youtube.com/embed/LDCjo_y7AOg" frameborder="0" allowfullscreen></iframe><p><a href="https://www.youtube.com/user/NemoPostScriptum/videos" rel="nofollow" title="Subscribe Post Scriptum's Youtube Channel">Subscribe Post Scriptum's Youtube Channel</a></p>	</div>
<div class="separator"></div>
<h2>Text version</h2>
<p>Please note that this fix applies up to the latest Prestashop 1.5 version, which, at the time I am writing, is 1.5.2. It&#8217;s not needed in Prestashop 1.4.<br />
Go to your admin folder, then<em> themes/default/template/helpers/form/</em> and open up <strong>form.tpl.</strong></p>
<p>At about line 400, you will find some javascript code. Change the following</p>
<pre class="brush:js">				theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull|cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,undo,redo",
				theme_advanced_buttons2 : "link,unlink,anchor,image,cleanup,code,|,forecolor,backcolor,|,hr,removeformat,visualaid,|,charmap,media,|,ltr,rtl,|,fullscreen",
				theme_advanced_buttons3 : "",
				theme_advanced_buttons4 : ""</pre>
<p>Into this</p>
<pre class="brush:js">				theme_advanced_buttons1 : "newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,styleselect,formatselect,fontselect,fontsizeselect",
				theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,,|,forecolor,backcolor",
				theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,media,|,ltr,rtl,|,fullscreen",
				theme_advanced_buttons4 : "styleprops,|,cite,abbr,acronym,del,ins,attribs,pagebreak",</pre>
<p>Of course, these are te default buttons. If you want to add only some of them, you can have a look at the <a title="TinyMCE documentation: buttons reference" href="http://www.tinymce.com/wiki.php/Buttons/controls" target="_blank">tinyMCE documentation</a>.&nbsp;</p>
<div class="separator"></div>
<p>&nbsp;</p>
<h3>Additional Resources</h3>
<ul>
<li><a title="Prestashop Module: Rich Text Footer" href="http://store.nemops.com/modules/23-rich-text-footer.html" target="_blank">Prestashop Module: Rich Text Footer</a> on my addons store</li>
<li><a title="TinyMce Documentation" href="http://www.tinymce.com/wiki.php/Configuration" target="_blank">TinyMCE Documentation</a></li>
</ul>
<p>The post <a rel="nofollow" href="http://nemops.com/enable-tinymce-commands-prestashop-1-5/">Quick Tip &#8211; Enable all tinyMCE commands in Prestashop 1.5</a> appeared first on <a rel="nofollow" href="http://nemops.com">NemoPS</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nemops.com/enable-tinymce-commands-prestashop-1-5/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>
