<?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: CheckSpelling</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums Tag: CheckSpelling</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 01:59:25 +0000</pubDate>

<item>
<title>_ck_ on "Reply Bug"</title>
<link>http://bbpress.org/forums/topic/reply-bug#post-16121</link>
<pubDate>Sat, 10 May 2008 17:16:44 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">16121@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Uh oh, it looks like my bb-attachments is modifying other forms which makes no sense.&#60;/p&#62;
&#60;p&#62;I'll have to investigate this.&#60;/p&#62;
&#60;p&#62;update: please try 0.1.1, see this post:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/plugins/topic/bb-attachments/page/2/?replies=38#post-1223&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/bb-attachments/page/2/?replies=38#post-1223&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>gerikg on "Reply Bug"</title>
<link>http://bbpress.org/forums/topic/reply-bug#post-16052</link>
<pubDate>Thu, 08 May 2008 17:49:12 +0000</pubDate>
<dc:creator>gerikg</dc:creator>
<guid isPermaLink="false">16052@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;maybe it's bb-attachment plugin??&#60;/p&#62;
&#60;p&#62;line 97&#60;br /&#62;
// insane bbPress workaround - adds multipart enctype to the new post form via uri patch&#60;br /&#62;
function bb_attachments_enctype() {add_filter( 'bb_get_option_uri','bb_attachments_uri',999);}&#60;br /&#62;
function bb_attachments_uri($uri) {remove_filter( 'bb_get_option_uri','bb_attachments_uri',999);&#60;br /&#62;
					return $uri. 'bb-post.php&#34;  enctype=&#34;multipart/form-data&#34; hack=&#34;';} &#60;/p&#62;
&#60;p&#62;let me contact the maker.
&#60;/p&#62;</description>
</item>
<item>
<title>gerikg on "Reply Bug"</title>
<link>http://bbpress.org/forums/topic/reply-bug#post-16051</link>
<pubDate>Thu, 08 May 2008 17:40:55 +0000</pubDate>
<dc:creator>gerikg</dc:creator>
<guid isPermaLink="false">16051@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm going to check I think it's a plug-in that did that.
&#60;/p&#62;</description>
</item>
<item>
<title>bobbyh on "Reply Bug"</title>
<link>http://bbpress.org/forums/topic/reply-bug#post-16022</link>
<pubDate>Wed, 07 May 2008 09:45:49 +0000</pubDate>
<dc:creator>bobbyh</dc:creator>
<guid isPermaLink="false">16022@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;gerikg, I found your site and looked at a &#60;a href=&#34;http://kiaspeed2.com/forum/topic.php?id=22&#34;&#62;sample page&#60;/a&#62;. The href of the &#34;log in&#34; link is as follows:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;a href=&#34;http://kiaspeed2.com/forum/bb-post.php&#38;amp;quot;&#34; rel=&#34;nofollow&#34;&#62;http://kiaspeed2.com/forum/bb-post.php&#38;amp;quot;&#60;/a&#62;  enctype=&#38;amp;quot;multipart/form-data&#38;amp;quot; hack=&#38;amp;quot;bb-login.php&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;It should just be this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;a href=&#34;http://kiaspeed2.com/forum/bb-login.php&#34; rel=&#34;nofollow&#34;&#62;http://kiaspeed2.com/forum/bb-login.php&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The text of this href comes from function post_forum inside /bb-includes/template-functions.php. Did you do a core hack of this function? If so, reversing it should fix your problem. Otherwise, one of your plugins has screwed up this function and it needs to be disabled...
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Reply Bug"</title>
<link>http://bbpress.org/forums/topic/reply-bug#post-16014</link>
<pubDate>Wed, 07 May 2008 02:10:13 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">16014@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;That's pretty interesting.  Not sure why it's not working but I think you can cause a different problem by turning off CheckSpelling in you .htaccess file. That will cause it to fail outright, I think, rather than trying to find you a similarly named file.  Put this at the top of a file called .htaccess in your forum root folder:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;CheckSpelling Off&#60;/code&#62; (not sure if the off needs to be capitalized or not.)&#60;/p&#62;
&#60;p&#62;See what errors you get after that.  Worth a shot anyway.
&#60;/p&#62;</description>
</item>
<item>
<title>gerikg on "Reply Bug"</title>
<link>http://bbpress.org/forums/topic/reply-bug#post-16012</link>
<pubDate>Wed, 07 May 2008 01:44:22 +0000</pubDate>
<dc:creator>gerikg</dc:creator>
<guid isPermaLink="false">16012@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;On:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;Reply&#60;br /&#62;
You must log in to post.&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;When you click on &#34;log in&#34; i get this error message:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;Multiple Choices&#60;br /&#62;
The document name you requested (/forum/bb-post.php&#34; enctype=&#34;multipart/form-data&#34; hack=&#34;bb-login.php) could not be found on this server. However, we found documents with names similar to the one you requested.&#60;/p&#62;
&#60;p&#62;Available documents:&#60;/p&#62;
&#60;p&#62;    * /forum/bb-post.php/form-data&#34; hack=&#34;bb-login.php (common basename) &#60;/p&#62;
&#60;p&#62;Please consider informing the owner of the referring page about the broken link.&#60;/p&#62;&#60;/blockquote&#62;</description>
</item>

</channel>
</rss>
