<?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 Topic: =) as the exclusive title text creates unclickable topic</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: =) as the exclusive title text creates unclickable topic</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 06:17:20 +0000</pubDate>

<item>
<title>_ck_ on "=) as the exclusive title text creates unclickable topic"</title>
<link>http://bbpress.org/forums/topic/-as-the-exclusive-title-text-causes-a-bug#post-10337</link>
<pubDate>Tue, 21 Aug 2007 09:10:04 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">10337@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Or simply don't let the post be made with titles that get sanitized into nothingness, or better yet, titles that are shorter than X characters - something like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function title_regulation($text) {
if (strlen(trim($text))&#38;lt;8)
	bb_die(__(&#38;#39;Your title is too short, please say something meaningful!&#38;#39;));

if (strlen($text)&#38;gt;80)
	bb_die(__(&#38;#39;Your title is too long!&#38;#39;));

return $text;
}
add_filter(&#38;#39;pre_topic_title&#38;#39;, &#38;#39;title_regulation&#38;#39;,100);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>sambauers on "=) as the exclusive title text creates unclickable topic"</title>
<link>http://bbpress.org/forums/topic/-as-the-exclusive-title-text-causes-a-bug#post-10329</link>
<pubDate>Tue, 21 Aug 2007 01:17:15 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">10329@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yeah, that's probably sanitized into nothing.&#60;/p&#62;
&#60;p&#62;Add a ticket describing it in Trac.&#60;/p&#62;
&#60;p&#62;We'll need to create a case for &#34;untitled&#34; topics like this.
&#60;/p&#62;</description>
</item>
<item>
<title>bobbyh on "=) as the exclusive title text creates unclickable topic"</title>
<link>http://bbpress.org/forums/topic/-as-the-exclusive-title-text-causes-a-bug#post-10319</link>
<pubDate>Mon, 20 Aug 2007 20:12:57 +0000</pubDate>
<dc:creator>bobbyh</dc:creator>
<guid isPermaLink="false">10319@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I had a user write a post with this title:&#60;/p&#62;
&#60;p&#62;=)&#60;/p&#62;
&#60;p&#62;This creates a post like this:&#60;/p&#62;
&#60;p&#62;* &#60;a href=&#34;http://www.kosmosity.com/forums/topic/?replies=1#post-2&#34; rel=&#34;nofollow&#34;&#62;http://www.kosmosity.com/forums/topic/?replies=1#post-2&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm using the &#34;slug&#34; option on this test forum which uses the default theme and bbPress 0.8.2.1. It looks like the =) is being sanitized to &#34;&#34; (an empty string), which confuses bbPress and leads to that topic resolving to an error page. On the test forum to which I just linked, I have no plugins except WordPress Integration.&#60;/p&#62;
&#60;p&#62;Has anybody else run into this bug? Is there an existing workaround? If other people can replicate this bug, I'll create a ticket in Trac. Also, if there's no existing workaround, I'll try to create a plugin workaround.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Bob
&#60;/p&#62;</description>
</item>

</channel>
</rss>
