<?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: Advanced TinyMCE Configuration</title>
	<atom:link href="http://www.laptoptips.ca/projects/advanced-tinymce-configuration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.laptoptips.ca</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 17:13:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: webmaster</title>
		<link>http://www.laptoptips.ca/projects/advanced-tinymce-configuration/comment-page-2/#comment-228685</link>
		<dc:creator>webmaster</dc:creator>
		<pubDate>Thu, 02 May 2013 14:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.laptoptips.ca/?page_id=130#comment-228685</guid>
		<description><![CDATA[if the plugin is aktivated tiny don&#039;t show the visuell button and no content in the editor]]></description>
		<content:encoded><![CDATA[<p>if the plugin is aktivated tiny don&#8217;t show the visuell button and no content in the editor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Rocek</title>
		<link>http://www.laptoptips.ca/projects/advanced-tinymce-configuration/comment-page-2/#comment-176676</link>
		<dc:creator>Martin Rocek</dc:creator>
		<pubDate>Sun, 07 Oct 2012 19:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.laptoptips.ca/?page_id=130#comment-176676</guid>
		<description><![CDATA[Let me try one more time, in case anyone actually ever reads this. A correctly formatted version of what I tried to post here can be found at: http://wordpress.org/support/topic/tiny-mce-defaults
Scroll all the way down and look at the last entry; it is shown in a scrollable window.

Thanks!
Martin]]></description>
		<content:encoded><![CDATA[<p>Let me try one more time, in case anyone actually ever reads this. A correctly formatted version of what I tried to post here can be found at: <a href="http://wordpress.org/support/topic/tiny-mce-defaults" rel="nofollow">http://wordpress.org/support/topic/tiny-mce-defaults</a><br />
Scroll all the way down and look at the last entry; it is shown in a scrollable window.</p>
<p>Thanks!<br />
Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Rocek</title>
		<link>http://www.laptoptips.ca/projects/advanced-tinymce-configuration/comment-page-2/#comment-175733</link>
		<dc:creator>Martin Rocek</dc:creator>
		<pubDate>Sat, 29 Sep 2012 00:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.laptoptips.ca/?page_id=130#comment-175733</guid>
		<description><![CDATA[Sorry, the last post lost most of the tags, so it doesn&#039;t make sense. I wish there were a way to edit past posts.]]></description>
		<content:encoded><![CDATA[<p>Sorry, the last post lost most of the tags, so it doesn&#8217;t make sense. I wish there were a way to edit past posts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Rocek</title>
		<link>http://www.laptoptips.ca/projects/advanced-tinymce-configuration/comment-page-2/#comment-175729</link>
		<dc:creator>Martin Rocek</dc:creator>
		<pubDate>Fri, 28 Sep 2012 23:34:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.laptoptips.ca/?page_id=130#comment-175729</guid>
		<description><![CDATA[More detailed information--any help would be GREATLY appreciated:
when I tried that using the Advanced TinyMCE Configuration plugin by Andrew Ozz , I found:

If I use it to set 
forced_root_block to false, 
nothing changes. 

If I set forced_root_block to true, which I expected to do nothing, it breaks the editor: 
The buttons don&#039;t work, and anything that I type into the Visual editor 
gets wiped out when I switch to html.

If I set forced_root_block to just a space,
when I typed in 

test
test
test
test

test
test

 it produces the following html:

&lt; &gt;&lt; &gt;test
&lt;!-- --&gt;
test
test
test

test
test


which displays as 

test

test
test
test
test
test

after submitting.

Finally, if I set forced_root_block to div,
when I typed in 

test
test
test
test

test
test

it produces

test
test
test
test

test
test


which displays as 

test
test
test
test
test
test

and there seems to be no way to produce a break.

I hope that this data is useful.]]></description>
		<content:encoded><![CDATA[<p>More detailed information&#8211;any help would be GREATLY appreciated:<br />
when I tried that using the Advanced TinyMCE Configuration plugin by Andrew Ozz , I found:</p>
<p>If I use it to set <br />
forced_root_block to false, <br />
nothing changes. </p>
<p>If I set forced_root_block to true, which I expected to do nothing, it breaks the editor: <br />
The buttons don&#8217;t work, and anything that I type into the Visual editor <br />
gets wiped out when I switch to html.</p>
<p>If I set forced_root_block to just a space,<br />
when I typed in </p>
<p>test<br />
test<br />
test<br />
test</p>
<p>test<br />
test</p>
<p> it produces the following html:</p>
<p>&lt; &gt;&lt; &gt;test<br />
<!-- --><br />
test<br />
test<br />
test</p>
<p>test<br />
test</p>
<p>which displays as </p>
<p>test</p>
<p>test<br />
test<br />
test<br />
test<br />
test</p>
<p>after submitting.</p>
<p>Finally, if I set forced_root_block to div,<br />
when I typed in </p>
<p>test<br />
test<br />
test<br />
test</p>
<p>test<br />
test</p>
<p>it produces</p>
<p>test<br />
test<br />
test<br />
test</p>
<p>test<br />
test</p>
<p>which displays as </p>
<p>test<br />
test<br />
test<br />
test<br />
test<br />
test</p>
<p>and there seems to be no way to produce a break.</p>
<p>I hope that this data is useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Rocek</title>
		<link>http://www.laptoptips.ca/projects/advanced-tinymce-configuration/comment-page-2/#comment-175069</link>
		<dc:creator>Martin Rocek</dc:creator>
		<pubDate>Sat, 22 Sep 2012 19:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.laptoptips.ca/?page_id=130#comment-175069</guid>
		<description><![CDATA[My question, which seems to be rejected, is that I am trying to use this plugin to set forced root block
to false, but it doesn&#039;t seem to do anything; is this plugin compatible with the latet BBpress?]]></description>
		<content:encoded><![CDATA[<p>My question, which seems to be rejected, is that I am trying to use this plugin to set forced root block<br />
to false, but it doesn&#8217;t seem to do anything; is this plugin compatible with the latet BBpress?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Rocek</title>
		<link>http://www.laptoptips.ca/projects/advanced-tinymce-configuration/comment-page-2/#comment-175068</link>
		<dc:creator>Martin Rocek</dc:creator>
		<pubDate>Sat, 22 Sep 2012 19:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.laptoptips.ca/?page_id=130#comment-175068</guid>
		<description><![CDATA[Are comments and questions closed? I can&#039;t seem to post.]]></description>
		<content:encoded><![CDATA[<p>Are comments and questions closed? I can&#8217;t seem to post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Rocek</title>
		<link>http://www.laptoptips.ca/projects/advanced-tinymce-configuration/comment-page-1/#comment-174634</link>
		<dc:creator>Martin Rocek</dc:creator>
		<pubDate>Tue, 18 Sep 2012 15:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.laptoptips.ca/?page_id=130#comment-174634</guid>
		<description><![CDATA[For example, what does 

        convert_newlines_to_brs : true
do?

Thanks]]></description>
		<content:encoded><![CDATA[<p>For example, what does </p>
<p>        convert_newlines_to_brs : true<br />
do?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Rocek</title>
		<link>http://www.laptoptips.ca/projects/advanced-tinymce-configuration/comment-page-1/#comment-174547</link>
		<dc:creator>Martin Rocek</dc:creator>
		<pubDate>Mon, 17 Sep 2012 17:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.laptoptips.ca/?page_id=130#comment-174547</guid>
		<description><![CDATA[Is it possible to use this plugin or the TinyCME Advanced plugin to do either or both of the following:
(1) In the Visual Editor, switch the default behavior, so that return (or enter) generates a linebreak  () whereas shift return (or shift enter) generates a new paragraph ( ... )?
(2) In the Visual Editor, is it possible to find someway so that text pasted in from MS Word  puts linebreaks
around single returns rather than paragraph breaks, and paragraph breaks around double returns?
This is the behavior for text pasted in from, .e.g., textedit (the default mac editor).

Thank you in advance!
Martin]]></description>
		<content:encoded><![CDATA[<p>Is it possible to use this plugin or the TinyCME Advanced plugin to do either or both of the following:<br />
(1) In the Visual Editor, switch the default behavior, so that return (or enter) generates a linebreak  () whereas shift return (or shift enter) generates a new paragraph ( &#8230; )?<br />
(2) In the Visual Editor, is it possible to find someway so that text pasted in from MS Word  puts linebreaks<br />
around single returns rather than paragraph breaks, and paragraph breaks around double returns?<br />
This is the behavior for text pasted in from, .e.g., textedit (the default mac editor).</p>
<p>Thank you in advance!<br />
Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cindy Barnard</title>
		<link>http://www.laptoptips.ca/projects/advanced-tinymce-configuration/comment-page-1/#comment-166058</link>
		<dc:creator>Cindy Barnard</dc:creator>
		<pubDate>Thu, 02 Aug 2012 15:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.laptoptips.ca/?page_id=130#comment-166058</guid>
		<description><![CDATA[My theme (Thesis) does not have an editor-style.css

So if I wanted to add only a few custom styles to the drop down menu &quot;Styles&quot; within tinymce advanced, where do I place this editor-style.css

I am guessing I:
1) check the import editor-style.css&quot; (within advanced options of tinymce advanced settings).
2) created an editor-style.css file.
3) Upload it somewhere within my website directory.

assistance much appreciated!
_Cindy]]></description>
		<content:encoded><![CDATA[<p>My theme (Thesis) does not have an editor-style.css</p>
<p>So if I wanted to add only a few custom styles to the drop down menu &#8220;Styles&#8221; within tinymce advanced, where do I place this editor-style.css</p>
<p>I am guessing I:<br />
1) check the import editor-style.css&#8221; (within advanced options of tinymce advanced settings).<br />
2) created an editor-style.css file.<br />
3) Upload it somewhere within my website directory.</p>
<p>assistance much appreciated!<br />
_Cindy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trinzia</title>
		<link>http://www.laptoptips.ca/projects/advanced-tinymce-configuration/comment-page-1/#comment-152933</link>
		<dc:creator>Trinzia</dc:creator>
		<pubDate>Mon, 16 Jul 2012 11:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.laptoptips.ca/?page_id=130#comment-152933</guid>
		<description><![CDATA[Hi,
I&#039;d really like a page on Advanced Configuration inside Wordpress, listing things I can add to my functions.php file, such as adding the styles dropdown and the table bar by default instead of doing it manually in the settings.  I&#039;d like to choose the default buttons in my theme.

Also I was hoping you could fix something.  This issue exists both in regular and Advanced MCE, a minor but frustrating thing.  
If you create a div element using a style dropdown at the end of your page, there is no selectable area available to add more content.  If the last tag in your page is &quot;end div&quot;, then you *must* go to the html view in order to keep adding content to the end of your post.  That would make any div styles much less useful for users who don&#039;t want to tinker in html view.   I tired css:after, but it&#039;s not very good at creating selectable areas.  The whole thing just needs an empty paragraph at the end until the upload button gets pushed.

Nice job on the plugin. Your drag-drop UI for the toolbars was well-conceived.  :)]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;d really like a page on Advanced Configuration inside WordPress, listing things I can add to my functions.php file, such as adding the styles dropdown and the table bar by default instead of doing it manually in the settings.  I&#8217;d like to choose the default buttons in my theme.</p>
<p>Also I was hoping you could fix something.  This issue exists both in regular and Advanced MCE, a minor but frustrating thing.<br />
If you create a div element using a style dropdown at the end of your page, there is no selectable area available to add more content.  If the last tag in your page is &#8220;end div&#8221;, then you *must* go to the html view in order to keep adding content to the end of your post.  That would make any div styles much less useful for users who don&#8217;t want to tinker in html view.   I tired css:after, but it&#8217;s not very good at creating selectable areas.  The whole thing just needs an empty paragraph at the end until the upload button gets pushed.</p>
<p>Nice job on the plugin. Your drag-drop UI for the toolbars was well-conceived.  <img src='http://www.laptoptips.ca/wpd/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
