<?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: edit post</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: edit post</description>
<language>en</language>
<pubDate>Fri, 29 Aug 2008 19:30:21 +0000</pubDate>

<item>
<title>gio500000 on "edit post issue?"</title>
<link>http://bbpress.org/forums/topic/edit-post-issue#post-17862</link>
<pubDate>Fri, 01 Aug 2008 01:18:20 +0000</pubDate>
<dc:creator>gio500000</dc:creator>
<guid isPermaLink="false">17862@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I found that the CSS was the culprit.  This topic has been closed.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Gio
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "edit post issue?"</title>
<link>http://bbpress.org/forums/topic/edit-post-issue#post-17849</link>
<pubDate>Thu, 31 Jul 2008 19:09:05 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17849@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;What plugins are you using?  That's not a normal thing to happen, so maybe it's a plugin causing it.  Also, have you modified the template?  Can you use the stock template and see if it still occurs?&#60;/p&#62;
&#60;p&#62;Also, do you have access to error logs?  If so, you might be able to see the 500 error that is causing the blank screen.
&#60;/p&#62;</description>
</item>
<item>
<title>gio500000 on "edit post issue?"</title>
<link>http://bbpress.org/forums/topic/edit-post-issue#post-17847</link>
<pubDate>Thu, 31 Jul 2008 17:32:04 +0000</pubDate>
<dc:creator>gio500000</dc:creator>
<guid isPermaLink="false">17847@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;_ck_ any ideas I could use your help on this one?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Gio
&#60;/p&#62;</description>
</item>
<item>
<title>gio500000 on "edit post issue?"</title>
<link>http://bbpress.org/forums/topic/edit-post-issue#post-17844</link>
<pubDate>Thu, 31 Jul 2008 16:28:58 +0000</pubDate>
<dc:creator>gio500000</dc:creator>
<guid isPermaLink="false">17844@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This happens if I'm in the admin section or logged into the site and editing a particular post.
&#60;/p&#62;</description>
</item>
<item>
<title>gio500000 on "edit post issue?"</title>
<link>http://bbpress.org/forums/topic/edit-post-issue#post-17843</link>
<pubDate>Thu, 31 Jul 2008 16:23:57 +0000</pubDate>
<dc:creator>gio500000</dc:creator>
<guid isPermaLink="false">17843@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm logged in as the admin and when I click edit post a blank page appears not the form data?  Any thoughts?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Gio
&#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-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>

</channel>
</rss>
