<?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>bbPress support forums Tag: paragraph</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: paragraph</description>
<language>en</language>
<pubDate>Sat, 30 Aug 2008 13:44:02 +0000</pubDate>

<item>
<title>bobbyh on "tinyMCE losing &#60;p&#62; formatting on Edit"</title>
<link>http://bbpress.org/forums/topic/tinymce-losing-ltpgt-formatting-on-edit#post-16189</link>
<pubDate>Mon, 12 May 2008 23:02:03 +0000</pubDate>
<dc:creator>bobbyh</dc:creator>
<guid isPermaLink="false">16189@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sam, you're right, but upon making that config change I described above, the editing problem that chilledfresh described went away on my site.&#60;/p&#62;
&#60;p&#62;I didn't dig deeper, but that config change seems to resolve this issue.
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "tinyMCE losing &#60;p&#62; formatting on Edit"</title>
<link>http://bbpress.org/forums/topic/tinymce-losing-ltpgt-formatting-on-edit#post-16188</link>
<pubDate>Mon, 12 May 2008 22:53:41 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">16188@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;bbPress turns &#38;lt; p &#38;gt; tags back into double line breaks and &#38;lt; code &#38;gt; back into backticks ( ` ).&#60;/p&#62;
&#60;p&#62;You will need to somehow override this or force reconversion in TinyMCE or FCKeditor&#60;code&#62;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>bobbyh on "tinyMCE losing &#60;p&#62; formatting on Edit"</title>
<link>http://bbpress.org/forums/topic/tinymce-losing-ltpgt-formatting-on-edit#post-16079</link>
<pubDate>Fri, 09 May 2008 03:01:46 +0000</pubDate>
<dc:creator>bobbyh</dc:creator>
<guid isPermaLink="false">16079@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This also happens to me! However, I've never looked into it...&#60;/p&#62;
&#60;p&#62;I just looked, and bbPress uses newlines to indicate breaks. This is parsed into &#38;lt;p&#38;gt;'s by a filter upon display. However, the edit textarea shows the unparsed text with just the newlines, and this gets mangled by tinymce.&#60;/p&#62;
&#60;p&#62;If you set this tinymce config value, though, it will turn newlines into br's, which should fix this problem for new posts:&#60;/p&#62;
&#60;p&#62;* &#60;a href=&#34;http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/convert_newlines_to_brs&#34; rel=&#34;nofollow&#34;&#62;http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/convert_newlines_to_brs&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I just tested this, and it works on new posts! (It won't work on old posts...)
&#60;/p&#62;</description>
</item>
<item>
<title>chilledfresh on "tinyMCE losing &#60;p&#62; formatting on Edit"</title>
<link>http://bbpress.org/forums/topic/tinymce-losing-ltpgt-formatting-on-edit#post-16077</link>
<pubDate>Fri, 09 May 2008 01:58:42 +0000</pubDate>
<dc:creator>chilledfresh</dc:creator>
<guid isPermaLink="false">16077@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm using the latest version of tinyMCE in my bbPress forum, but have run into an issue while editing posts. This problem occurs in both TinyMCE AND FCKeditor, so it must be related to how bbPress handles these types of plugins.&#60;/p&#62;
&#60;p&#62;I can post new topics fine and everything works. However, when I go in to edit a post the WYSIWYG editor loses all &#38;lt;p&#38;gt; tags, forcing everything to appear on a single line. All other formatting is retained correctly by the editor.&#60;/p&#62;
&#60;p&#62;Any idea on how I can fix this problem?
&#60;/p&#62;</description>
</item>
<item>
<title>harryworld on "Paragraph tag after TinyMCE"</title>
<link>http://bbpress.org/forums/topic/paragraph-tag-after-tinymce#post-15953</link>
<pubDate>Sat, 03 May 2008 15:39:48 +0000</pubDate>
<dc:creator>harryworld</dc:creator>
<guid isPermaLink="false">15953@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I made use of a plugin to add tags&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
function allow_more_tags( $tags ) {&#60;br /&#62;
	$tags['p'] = array('style' =&#38;gt; array());&#60;br /&#62;
	$tags['span'] = array('style' =&#38;gt; array());&#60;br /&#62;
	return $tags;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;add_filter( 'bb_allowed_tags', 'allow_more_tags' );
&#60;/p&#62;&#60;/blockquote&#62;</description>
</item>
<item>
<title>svenl77 on "Paragraph tag after TinyMCE"</title>
<link>http://bbpress.org/forums/topic/paragraph-tag-after-tinymce#post-15920</link>
<pubDate>Thu, 01 May 2008 21:21:39 +0000</pubDate>
<dc:creator>svenl77</dc:creator>
<guid isPermaLink="false">15920@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;how you did this?
&#60;/p&#62;</description>
</item>
<item>
<title>harryworld on "Paragraph tag after TinyMCE"</title>
<link>http://bbpress.org/forums/topic/paragraph-tag-after-tinymce#post-15919</link>
<pubDate>Thu, 01 May 2008 19:06:22 +0000</pubDate>
<dc:creator>harryworld</dc:creator>
<guid isPermaLink="false">15919@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I found that it is as simple as to add the &#38;lt;p&#38;gt; tag to the allowed tags
&#60;/p&#62;</description>
</item>
<item>
<title>harryworld on "Paragraph tag after TinyMCE"</title>
<link>http://bbpress.org/forums/topic/paragraph-tag-after-tinymce#post-15876</link>
<pubDate>Wed, 30 Apr 2008 04:14:37 +0000</pubDate>
<dc:creator>harryworld</dc:creator>
<guid isPermaLink="false">15876@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have successfully integrated TinyMCE to my editor in bbpress, which I found that is so easy.&#60;/p&#62;
&#60;p&#62;However, when doing the submit, TinyMCE submits the HTML code on behind to bbpress. I found that each line TinyMCE created a &#38;lt;p&#38;gt;...&#38;lt;/p&#38;gt; tags, but bbpress is not allowing this. Finally, &#38;lt;p&#38;gt;&#38;lt;/p&#38;gt; comes to the screen when viewing the post.&#60;/p&#62;
&#60;p&#62;Is there any workaround for this?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
