<?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 Showcase: Recent Posts</title>
		<link>http://bbshowcase.org/forums/</link>
		<description>bbPress Showcase: Recent Posts</description>
		<language>en</language>
		<pubDate>Fri, 30 Jul 2010 05:37:25 +0000</pubDate>

					<item>
				<title>_ck_ on "new bbPress plugin: bbPress Attachments"</title>
				<link>http://bbshowcase.org/forums/topic/new-bbpress-plugin-bbpress-attachments/page/6#post-2003</link>
				<pubDate>Wed, 28 Jul 2010 03:25:28 +0000</pubDate>
				<dc:creator>_ck_</dc:creator>
				<guid isPermaLink="false">2003@http://bbshowcase.org/forums/</guid>
				<description>&#60;p&#62;Technically it's still possible to have uploads in safe-mode but I have not been able to figure out the proper way to work around the limitations.&#60;/p&#62;
&#60;p&#62;Some other programs are able to do it, but it's a great deal of work.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>fil.diesel on "new bbPress plugin: bbPress Attachments"</title>
				<link>http://bbshowcase.org/forums/topic/new-bbpress-plugin-bbpress-attachments/page/6#post-2002</link>
				<pubDate>Wed, 28 Jul 2010 02:25:49 +0000</pubDate>
				<dc:creator>fil.diesel</dc:creator>
				<guid isPermaLink="false">2002@http://bbshowcase.org/forums/</guid>
				<description>&#60;p&#62;thanks for the help in safe mode fault ((&#60;br /&#62;
great plugin!
&#60;/p&#62;</description>
			</item>
					<item>
				<title>_ck_ on "new bbPress plugin: bbPress Attachments"</title>
				<link>http://bbshowcase.org/forums/topic/new-bbpress-plugin-bbpress-attachments/page/6#post-2001</link>
				<pubDate>Wed, 28 Jul 2010 02:01:21 +0000</pubDate>
				<dc:creator>_ck_</dc:creator>
				<guid isPermaLink="false">2001@http://bbshowcase.org/forums/</guid>
				<description>&#60;p&#62;Did you try uploading different kinds of files?&#60;/p&#62;
&#60;p&#62;Try a plain text file or a pdf.&#60;/p&#62;
&#60;p&#62;If the server is in safe-mode or doesn't have uploading properly configured it could a be a problem.&#60;/p&#62;
&#60;p&#62;Also, make sure you turn off the amazon service until you get it working on the local server first.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>fil.diesel on "new bbPress plugin: bbPress Attachments"</title>
				<link>http://bbshowcase.org/forums/topic/new-bbpress-plugin-bbpress-attachments/page/6#post-2000</link>
				<pubDate>Wed, 28 Jul 2010 01:58:59 +0000</pubDate>
				<dc:creator>fil.diesel</dc:creator>
				<guid isPermaLink="false">2000@http://bbshowcase.org/forums/</guid>
				<description>&#60;p&#62;Thank you for your prompt response. He checked no errors&#60;br /&#62;
-chmod 777         Ok!&#60;br /&#62;
-bb_attachments    Ok!&#60;br /&#62;
most interesting is the fact that the local server works great!&#60;br /&#62;
and the host refuses.&#60;br /&#62;
The third day I can not understand the reasons
&#60;/p&#62;</description>
			</item>
					<item>
				<title>_ck_ on "new bbPress plugin: bbPress Attachments"</title>
				<link>http://bbshowcase.org/forums/topic/new-bbpress-plugin-bbpress-attachments/page/6#post-1999</link>
				<pubDate>Wed, 28 Jul 2010 00:48:43 +0000</pubDate>
				<dc:creator>_ck_</dc:creator>
				<guid isPermaLink="false">1999@http://bbshowcase.org/forums/</guid>
				<description>&#60;p&#62;Hi, I deleted the attachment because it had your amazon access keys in it.&#60;/p&#62;
&#60;p&#62;The two common problems with bb-attachments is not having &#60;code&#62;chmod 777&#60;/code&#62; on the upload directory, and on some servers/setups the database table is not created automatically.&#60;/p&#62;
&#60;p&#62;When you look at your database for bbpress, do you see a table called &#60;code&#62;bb_attachments&#60;/code&#62; or is it missing?&#60;/p&#62;
&#60;p&#62;If it's missing, try changing around line 99 from&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;bb_register_activation_hook(str_replace(array(str_replace(&#38;quot;/&#38;quot;,&#38;quot;\\&#38;quot;,BB_PLUGIN_DIR),str_replace(&#38;quot;/&#38;quot;,&#38;quot;\\&#38;quot;,BB_CORE_PLUGIN_DIR)),array(&#38;quot;user#&#38;quot;,&#38;quot;core#&#38;quot;),__FILE__), &#38;#39;bb_attachments_install&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;bb_register_plugin_activation_hook(__FILE__, &#38;#39;bb_attachments_install&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then make sure you deactivate the plugin.&#60;br /&#62;
Then activate it again.&#60;/p&#62;
&#60;p&#62;Check to see if the database is created, then you should be able to upload.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>fil.diesel on "new bbPress plugin: bbPress Attachments"</title>
				<link>http://bbshowcase.org/forums/topic/new-bbpress-plugin-bbpress-attachments/page/6#post-1998</link>
				<pubDate>Tue, 27 Jul 2010 22:58:13 +0000</pubDate>
				<dc:creator>fil.diesel</dc:creator>
				<guid isPermaLink="false">1998@http://bbshowcase.org/forums/</guid>
				<description>&#60;p&#62;Hello Thank you for your plugin.&#60;br /&#62;
I have problems with installing it. All tried, but no results, although on the local server everything works fine.&#60;br /&#62;
Can tell me where my error in&#60;br /&#62;
In my bb-attachments.php file line $bb_attachments['path']=dirname($_SERVER['DOCUMENT_ROOT']).&#34;/bb-attachments/&#34;; changed to $bb_attachments['path']=dirname($_SERVER['DOCUMENT_ROOT']).&#34;/wordpress/bb-attachments/&#34;;&#60;br /&#62;
Folder with attachments «bb-attachments» created, but in the post is not added.&#60;br /&#62;
on request  &#60;a href=&#34;http://My_Site/forum/?bb_attachments_debug&#34; rel=&#34;nofollow&#34;&#62;http://My_Site/forum/?bb_attachments_debug&#60;/a&#62;&#60;br /&#62;
shows the result&#60;br /&#62;
I do help!&#60;br /&#62;
sorry for my english)&#60;br /&#62;
Google helped me
&#60;/p&#62;</description>
			</item>
					<item>
				<title>_ck_ on "Patches for 2 tickets"</title>
				<link>http://bbshowcase.org/forums/topic/patches-for-2-tickets#post-1996</link>
				<pubDate>Tue, 27 Jul 2010 06:54:18 +0000</pubDate>
				<dc:creator>_ck_</dc:creator>
				<guid isPermaLink="false">1996@http://bbshowcase.org/forums/</guid>
				<description>&#60;p&#62;Unfortunately they don't really matter anymore as it would require going back to change plugins to optimize them, which is highly unlikely to ever happen now.&#60;/p&#62;
&#60;p&#62;The first one is not too hard to fix though.&#60;/p&#62;
&#60;p&#62;My best guess would be in &#60;code&#62;functions.bb-core.php&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;line 992&#60;br /&#62;
&#60;code&#62;return new BB_Query( &#38;#39;topic&#38;#39;, $query_args, &#38;quot;bb_view_$view&#38;quot; );&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;should become&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;return empty($query_args) ? false : (new BB_Query( &#38;#39;topic&#38;#39;, $query_args, &#38;quot;bb_view_$view&#38;quot; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;In theory that should prevent a wasted query when the query is empty.&#60;/p&#62;
&#60;p&#62;Completely untested though and nothing right now would take advantage of it.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>Gautam on "Patches for 2 tickets"</title>
				<link>http://bbshowcase.org/forums/topic/patches-for-2-tickets#post-1995</link>
				<pubDate>Mon, 26 Jul 2010 04:41:29 +0000</pubDate>
				<dc:creator>Gautam</dc:creator>
				<guid isPermaLink="false">1995@http://bbshowcase.org/forums/</guid>
				<description>&#60;p&#62;Can you post a patch for these 2 tickets or should we move them forward?:&#60;br /&#62;
&#60;ol type=&#34;1&#34;&#62;&#60;li&#62;&#60;a href=&#34;http://trac.bbpress.org/ticket/1182&#34; rel=&#34;nofollow&#34;&#62;http://trac.bbpress.org/ticket/1182&#60;/a&#62;&#60;/li&#62;&#60;li&#62;&#60;a href=&#34;http://trac.bbpress.org/ticket/1183&#34; rel=&#34;nofollow&#34;&#62;http://trac.bbpress.org/ticket/1183&#60;/a&#62;&#60;/li&#62;&#60;br /&#62;
&#60;/ol&#62;
&#60;/p&#62;</description>
			</item>
					<item>
				<title>_ck_ on "Matt on bbPress - WordCamp San Francisco May 1st 2010"</title>
				<link>http://bbshowcase.org/forums/topic/matt-on-bbpress-wordcamp-san-francisco-may-1st-2010/page/2#post-1993</link>
				<pubDate>Fri, 23 Jul 2010 03:55:02 +0000</pubDate>
				<dc:creator>_ck_</dc:creator>
				<guid isPermaLink="false">1993@http://bbshowcase.org/forums/</guid>
				<description>Transcript added.&#60;br /&#62;
&#60;pre&#62;
&#60;a href=&#34;http://bbshowcase.org/forums/topic/matt-on-bbpress-wordcamp-san-francisco-may-1st-2010#transcript&#34; rel=&#34;nofollow&#34;&#62;http://bbshowcase.org/forums/topic/matt-on-bbpress-wordcamp-san-francisco-may-1st-2010#transcript&#60;/a&#62;
&#60;/pre&#62;</description>
			</item>
					<item>
				<title>wlz0072 on "BBpress language switcher: English not selectable"</title>
				<link>http://bbshowcase.org/forums/topic/bbpress-language-switcher-english-not-selectable/page/8#post-1992</link>
				<pubDate>Thu, 22 Jul 2010 10:00:41 +0000</pubDate>
				<dc:creator>wlz0072</dc:creator>
				<guid isPermaLink="false">1992@http://bbshowcase.org/forums/</guid>
				<description>&#60;p&#62;Yes, I am glad to talk with you!&#60;/p&#62;
&#60;p&#62;You r a great man!&#60;/p&#62;
&#60;p&#62;Best Regards!
&#60;/p&#62;</description>
			</item>
					<item>
				<title>_ck_ on "BBpress language switcher: English not selectable"</title>
				<link>http://bbshowcase.org/forums/topic/bbpress-language-switcher-english-not-selectable/page/8#post-1991</link>
				<pubDate>Thu, 22 Jul 2010 09:58:27 +0000</pubDate>
				<dc:creator>_ck_</dc:creator>
				<guid isPermaLink="false">1991@http://bbshowcase.org/forums/</guid>
				<description>&#60;p&#62;Oh wow. Well that was a fun little detective story.&#60;/p&#62;
&#60;p&#62;Glad we figured it out - enjoy bbPress !
&#60;/p&#62;</description>
			</item>
					<item>
				<title>wlz0072 on "BBpress language switcher: English not selectable"</title>
				<link>http://bbshowcase.org/forums/topic/bbpress-language-switcher-english-not-selectable/page/8#post-1990</link>
				<pubDate>Thu, 22 Jul 2010 09:56:08 +0000</pubDate>
				<dc:creator>wlz0072</dc:creator>
				<guid isPermaLink="false">1990@http://bbshowcase.org/forums/</guid>
				<description>&#60;p&#62;I figured it out!&#60;/p&#62;
&#60;p&#62;I remembered that I edited index.php before by some reasons.&#60;br /&#62;
I left a blank line as the last line of index.php&#60;/p&#62;
&#60;p&#62;Now it works well for front page!&#60;/p&#62;
&#60;p&#62;Thnx a lot!
&#60;/p&#62;</description>
			</item>
					<item>
				<title>_ck_ on "BBpress language switcher: English not selectable"</title>
				<link>http://bbshowcase.org/forums/topic/bbpress-language-switcher-english-not-selectable/page/8#post-1989</link>
				<pubDate>Thu, 22 Jul 2010 09:53:34 +0000</pubDate>
				<dc:creator>_ck_</dc:creator>
				<guid isPermaLink="false">1989@http://bbshowcase.org/forums/</guid>
				<description>&#60;p&#62;If you want, you could in theory copy these files over your existing files and it will upgrade you to what is going to be bbPress 1.1 by the end of the month or so:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://trac.bbpress.org/changeset/2500/trunk?old_path=%2F&#38;amp;format=zip&#34; rel=&#34;nofollow&#34;&#62;http://trac.bbpress.org/changeset/2500/trunk?old_path=%2F&#38;amp;format=zip&#60;/a&#62;
&#60;/p&#62;</description>
			</item>
					<item>
				<title>_ck_ on "BBpress language switcher: English not selectable"</title>
				<link>http://bbshowcase.org/forums/topic/bbpress-language-switcher-english-not-selectable/page/8#post-1988</link>
				<pubDate>Thu, 22 Jul 2010 09:51:33 +0000</pubDate>
				<dc:creator>_ck_</dc:creator>
				<guid isPermaLink="false">1988@http://bbshowcase.org/forums/</guid>
				<description>&#60;p&#62;Okay it's doing it even in safe mode   (you can remove the safemode)&#60;/p&#62;
&#60;p&#62;This means one of two things.&#60;/p&#62;
&#60;p&#62;Either your copy of bbPress has somehow been modified, either by accident or on purpose.&#60;/p&#62;
&#60;p&#62;Or your server is sending something weird.&#60;/p&#62;
&#60;p&#62;So  &#60;code&#62;forum.&#60;/code&#62; is a subdomain.&#60;/p&#62;
&#60;p&#62;Technically there is nothing above it?&#60;/p&#62;
&#60;p&#62;But the root of the site has it's own &#60;code&#62;.htaccess&#60;/code&#62; file right?&#60;br /&#62;
Can I see that one?&#60;/p&#62;
&#60;p&#62;If it's not too hard, I'd like to see you copy a fresh copy of bbPress over the current copy. You do NOT have to install it again, just replace the files. Make sure you keep a copy of your &#60;code&#62;bb-config.php&#60;/code&#62; and keep your plugins in place.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>wlz0072 on "BBpress language switcher: English not selectable"</title>
				<link>http://bbshowcase.org/forums/topic/bbpress-language-switcher-english-not-selectable/page/7#post-1987</link>
				<pubDate>Thu, 22 Jul 2010 09:50:05 +0000</pubDate>
				<dc:creator>wlz0072</dc:creator>
				<guid isPermaLink="false">1987@http://bbshowcase.org/forums/</guid>
				<description>&#60;p&#62;But there is still a blank line before&#60;br /&#62;
&#60;code&#62;&#38;lt;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.1//EN&#34; &#34;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&#34;&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
			</item>
					<item>
				<title>wlz0072 on "BBpress language switcher: English not selectable"</title>
				<link>http://bbshowcase.org/forums/topic/bbpress-language-switcher-english-not-selectable/page/7#post-1986</link>
				<pubDate>Thu, 22 Jul 2010 09:43:43 +0000</pubDate>
				<dc:creator>wlz0072</dc:creator>
				<guid isPermaLink="false">1986@http://bbshowcase.org/forums/</guid>
				<description>&#60;p&#62;Ok, Ill try this.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>_ck_ on "BBpress language switcher: English not selectable"</title>
				<link>http://bbshowcase.org/forums/topic/bbpress-language-switcher-english-not-selectable/page/7#post-1985</link>
				<pubDate>Thu, 22 Jul 2010 09:41:02 +0000</pubDate>
				<dc:creator>_ck_</dc:creator>
				<guid isPermaLink="false">1985@http://bbshowcase.org/forums/</guid>
				<description>&#60;p&#62;bbPress has a &#34;safe mode&#34; (which I asked them to implement)&#60;/p&#62;
&#60;p&#62;Temporarily put this into your  &#60;code&#62;bb-config.php&#60;/code&#62; file&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$bb-&#38;gt;safemode=true;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;(also while you are there make sure there are no spaces at the end of &#60;code&#62;bb-config.php&#60;/code&#62; after the ending &#60;code&#62;?&#38;gt;&#60;/code&#62;)
&#60;/p&#62;</description>
			</item>
					<item>
				<title>_ck_ on "BBpress language switcher: English not selectable"</title>
				<link>http://bbshowcase.org/forums/topic/bbpress-language-switcher-english-not-selectable/page/7#post-1984</link>
				<pubDate>Thu, 22 Jul 2010 09:39:10 +0000</pubDate>
				<dc:creator>_ck_</dc:creator>
				<guid isPermaLink="false">1984@http://bbshowcase.org/forums/</guid>
				<description>&#60;p&#62;Have you edited any other bbPress file for any reason?&#60;/p&#62;
&#60;p&#62;Just your templates and &#60;code&#62;bb-config.php&#60;/code&#62; right?&#60;/p&#62;
&#60;p&#62;And you are running  1.0.2 which you got from bbpress.org?
&#60;/p&#62;</description>
			</item>
					<item>
				<title>_ck_ on "BBpress language switcher: English not selectable"</title>
				<link>http://bbshowcase.org/forums/topic/bbpress-language-switcher-english-not-selectable/page/7#post-1983</link>
				<pubDate>Thu, 22 Jul 2010 09:36:44 +0000</pubDate>
				<dc:creator>_ck_</dc:creator>
				<guid isPermaLink="false">1983@http://bbshowcase.org/forums/</guid>
				<description>&#60;p&#62;That's really interesting.&#60;/p&#62;
&#60;p&#62;So what is injecting the two characters.&#60;/p&#62;
&#60;p&#62;When I download the raw page in binary and examine it, I see two characters before the &#60;code&#62;&#38;lt;!DOCTYPE&#60;/code&#62; &#60;/p&#62;
&#60;p&#62;&#60;code&#62;20 0A&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Which is a space and a linefeed (newline).&#60;/p&#62;
&#60;p&#62;So if the PHP template isn't putting it there, what is?&#60;/p&#62;
&#60;p&#62;And why only on the front page?
&#60;/p&#62;</description>
			</item>
					<item>
				<title>wlz0072 on "BBpress language switcher: English not selectable"</title>
				<link>http://bbshowcase.org/forums/topic/bbpress-language-switcher-english-not-selectable/page/7#post-1982</link>
				<pubDate>Thu, 22 Jul 2010 09:33:42 +0000</pubDate>
				<dc:creator>wlz0072</dc:creator>
				<guid isPermaLink="false">1982@http://bbshowcase.org/forums/</guid>
				<description>&#60;p&#62;&#60;code&#62;&#38;lt;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.1//EN&#34; &#34;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&#34;&#38;gt;&#60;br /&#62;
&#38;lt;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34;&#38;lt;?php bb_language_attributes( '1.1' ); ?&#38;gt;&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
			</item>
					<item>
				<title>_ck_ on "BBpress language switcher: English not selectable"</title>
				<link>http://bbshowcase.org/forums/topic/bbpress-language-switcher-english-not-selectable/page/7#post-1981</link>
				<pubDate>Thu, 22 Jul 2010 09:30:34 +0000</pubDate>
				<dc:creator>_ck_</dc:creator>
				<guid isPermaLink="false">1981@http://bbshowcase.org/forums/</guid>
				<description>&#60;p&#62;Ah, I found a related problem.&#60;/p&#62;
&#60;p&#62;On your front page, when you view source, you get a blank line before the doctype&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;(blank)
&#38;lt;!DOCTYPE html PUBLIC &#38;quot;-//W3C//DTD XHTML 1.1//EN&#38;quot; &#38;quot;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&#38;quot;&#38;gt;
&#38;lt;html xmlns=&#38;quot;http://www.w3.org/1999/xhtml&#38;quot; xml:lang=&#38;quot; &#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But not on any other page.&#60;/p&#62;
&#60;p&#62;That is very strange.&#60;/p&#62;
&#60;p&#62;Can you please copy the first few lines of the &#60;code&#62;header.php&#60;/code&#62; file here (between backticks)&#60;/p&#62;
&#60;p&#62;If I recall correctly, doctype must be the absolutely first line with nothing before it.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>wlz0072 on "BBpress language switcher: English not selectable"</title>
				<link>http://bbshowcase.org/forums/topic/bbpress-language-switcher-english-not-selectable/page/7#post-1980</link>
				<pubDate>Thu, 22 Jul 2010 09:28:16 +0000</pubDate>
				<dc:creator>wlz0072</dc:creator>
				<guid isPermaLink="false">1980@http://bbshowcase.org/forums/</guid>
				<description>&#60;p&#62;Oh, yes there are something like that.&#60;/p&#62;
&#60;p&#62;I deleted them right now.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>_ck_ on "BBpress language switcher: English not selectable"</title>
				<link>http://bbshowcase.org/forums/topic/bbpress-language-switcher-english-not-selectable/page/7#post-1979</link>
				<pubDate>Thu, 22 Jul 2010 09:21:48 +0000</pubDate>
				<dc:creator>_ck_</dc:creator>
				<guid isPermaLink="false">1979@http://bbshowcase.org/forums/</guid>
				<description>&#60;p&#62;Oh I just discovered something unrelated but very bad.&#60;/p&#62;
&#60;p&#62;Your templates have a web virus in them, at least the bbpress side.&#60;/p&#62;
&#60;p&#62;Go look in &#60;code&#62;header.php&#60;/code&#62; &#60;code&#62;front-page.php&#60;/code&#62; and probably others.&#60;/p&#62;
&#60;p&#62;You'll see something like this in them:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script language=&#38;quot;javascript&#38;quot;&#38;gt;document.write(&#38;#39;&#38;lt;style&#38;gt; #a1dd122 	{		margin: -40000px;		position: absolute;		text-align:right;	} &#38;lt;/style&#38;gt;&#38;#39;);
						&#38;lt;/script&#38;gt;&#38;lt;a href=&#38;quot;&#38;quot;&#38;gt;..... 20mg&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You probably got the template from one of the fake sites that has been infected (or someone copied them from there onto another site).&#60;/p&#62;
&#60;p&#62;Always search for &#60;code&#62;document.write&#60;/code&#62; and &#60;code&#62;eval&#60;/code&#62; in templates. They should never appear.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>wlz0072 on "BBpress language switcher: English not selectable"</title>
				<link>http://bbshowcase.org/forums/topic/bbpress-language-switcher-english-not-selectable/page/7#post-1978</link>
				<pubDate>Thu, 22 Jul 2010 09:20:35 +0000</pubDate>
				<dc:creator>wlz0072</dc:creator>
				<guid isPermaLink="false">1978@http://bbshowcase.org/forums/</guid>
				<description>&#60;blockquote&#62;&#60;p&#62;&#60;cite&#62;_ck_ - 5 分钟 ago &#60;a href=&#34;/forums/topic/bbpress-language-switcher-english-not-selectable/page/6#post-1976&#34;&#62;&#38;nbsp;&#38;raquo;&#38;nbsp;&#60;/a&#62;&#60;/cite&#62;&#60;br /&#62;
By the way, sorry if I sound like I was treating you like a novice, I just read your main page and realized you know what you are doing!&#60;br /&#62;
Do you have anything special in the &#60;code&#62;.htaccess&#60;/code&#62; file in the bbpress directory?&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;No, there is no .htaccess file in bbpress directory.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>wlz0072 on "BBpress language switcher: English not selectable"</title>
				<link>http://bbshowcase.org/forums/topic/bbpress-language-switcher-english-not-selectable/page/6#post-1977</link>
				<pubDate>Thu, 22 Jul 2010 09:19:15 +0000</pubDate>
				<dc:creator>wlz0072</dc:creator>
				<guid isPermaLink="false">1977@http://bbshowcase.org/forums/</guid>
				<description>&#60;p&#62;No, I am not sure about the caching software.&#60;br /&#62;
But I did integrated with WordPress 3, however I am not sure if I deeply integrated.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>_ck_ on "BBpress language switcher: English not selectable"</title>
				<link>http://bbshowcase.org/forums/topic/bbpress-language-switcher-english-not-selectable/page/6#post-1976</link>
				<pubDate>Thu, 22 Jul 2010 09:14:26 +0000</pubDate>
				<dc:creator>_ck_</dc:creator>
				<guid isPermaLink="false">1976@http://bbshowcase.org/forums/</guid>
				<description>&#60;p&#62;By the way, sorry if I sound like I was treating you like a novice, I just read your main page and realized you know what you are doing!&#60;/p&#62;
&#60;p&#62;Do you have anything special in the &#60;code&#62;.htaccess&#60;/code&#62; file in the bbpress directory?
&#60;/p&#62;</description>
			</item>
					<item>
				<title>_ck_ on "BBpress language switcher: English not selectable"</title>
				<link>http://bbshowcase.org/forums/topic/bbpress-language-switcher-english-not-selectable/page/6#post-1975</link>
				<pubDate>Thu, 22 Jul 2010 09:11:00 +0000</pubDate>
				<dc:creator>_ck_</dc:creator>
				<guid isPermaLink="false">1975@http://bbshowcase.org/forums/</guid>
				<description>&#60;p&#62;It's still showing &#60;code&#62;Content-Type: text/html&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;So the problem is somewhere else.&#60;/p&#62;
&#60;p&#62;You don't appear deeply integrated with WordPress so it's not that - you aren't running any kind of caching software are you?
&#60;/p&#62;</description>
			</item>
					<item>
				<title>wlz0072 on "BBpress language switcher: English not selectable"</title>
				<link>http://bbshowcase.org/forums/topic/bbpress-language-switcher-english-not-selectable/page/6#post-1974</link>
				<pubDate>Thu, 22 Jul 2010 09:05:21 +0000</pubDate>
				<dc:creator>wlz0072</dc:creator>
				<guid isPermaLink="false">1974@http://bbshowcase.org/forums/</guid>
				<description>&#60;p&#62;Yep, I deactivated it.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>_ck_ on "BBpress language switcher: English not selectable"</title>
				<link>http://bbshowcase.org/forums/topic/bbpress-language-switcher-english-not-selectable/page/6#post-1973</link>
				<pubDate>Thu, 22 Jul 2010 09:01:42 +0000</pubDate>
				<dc:creator>_ck_</dc:creator>
				<guid isPermaLink="false">1973@http://bbshowcase.org/forums/</guid>
				<description>&#60;p&#62;This is interesting - the front page has the wrong headers in general&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;HTTP/1.1 200 OK
Date: Thu, 22 Jul 2010 14:00:21 GMT
Server: Apache
Keep-Alive: timeout=4, max=120
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;this is what every other page sends&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;HTTP/1.1 200 OK
Date: Thu, 22 Jul 2010 13:59:41 GMT
Server: Apache
Keep-Alive: timeout=4, max=120
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It's very subtle, see the last line?&#60;/p&#62;
&#60;p&#62;I want you do deactivate the language switcher plugin temporarily and let's see if the header changes.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>wlz0072 on "BBpress language switcher: English not selectable"</title>
				<link>http://bbshowcase.org/forums/topic/bbpress-language-switcher-english-not-selectable/page/6#post-1972</link>
				<pubDate>Thu, 22 Jul 2010 08:54:27 +0000</pubDate>
				<dc:creator>wlz0072</dc:creator>
				<guid isPermaLink="false">1972@http://bbshowcase.org/forums/</guid>
				<description>&#60;p&#62;Yes, I noticed that. I have already deleted &#34;Fix bbPress&#34;.&#60;br /&#62;
And I added&#60;br /&#62;
&#60;code&#62;error_reporting(E_ALL);&#60;/code&#62;&#60;br /&#62;
into bb-config.php now.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>_ck_ on "BBpress language switcher: English not selectable"</title>
				<link>http://bbshowcase.org/forums/topic/bbpress-language-switcher-english-not-selectable/page/6#post-1971</link>
				<pubDate>Thu, 22 Jul 2010 08:49:37 +0000</pubDate>
				<dc:creator>_ck_</dc:creator>
				<guid isPermaLink="false">1971@http://bbshowcase.org/forums/</guid>
				<description>&#60;p&#62;put this temporarily into your  &#60;code&#62;bb-config.php&#60;/code&#62;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;error_reporting(E_ALL);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;ps.  &#34;Fix bbPress&#34;   that's for very very old bbPress 0.8, don't run that, unless it's just something else using the same name
&#60;/p&#62;</description>
			</item>
					<item>
				<title>wlz0072 on "BBpress language switcher: English not selectable"</title>
				<link>http://bbshowcase.org/forums/topic/bbpress-language-switcher-english-not-selectable/page/6#post-1970</link>
				<pubDate>Thu, 22 Jul 2010 08:37:03 +0000</pubDate>
				<dc:creator>wlz0072</dc:creator>
				<guid isPermaLink="false">1970@http://bbshowcase.org/forums/</guid>
				<description>&#60;p&#62;But I deactivated all of the plugins, only leave bbPress Language Switcher activated.&#60;br /&#62;
It still returns&#60;code&#62;bool(true) array(1) { [0]=&#38;gt; string(23) &#34;Content-type: text/html&#34; }&#60;/code&#62;
&#60;/p&#62;</description>
			</item>
					<item>
				<title>wlz0072 on "BBpress language switcher: English not selectable"</title>
				<link>http://bbshowcase.org/forums/topic/bbpress-language-switcher-english-not-selectable/page/6#post-1969</link>
				<pubDate>Thu, 22 Jul 2010 08:34:24 +0000</pubDate>
				<dc:creator>wlz0072</dc:creator>
				<guid isPermaLink="false">1969@http://bbshowcase.org/forums/</guid>
				<description>&#60;p&#62;Ajaxed Chat,&#60;br /&#62;
bbPress Language Switcher,&#60;br /&#62;
bbRatings,&#60;br /&#62;
Bozo Users,&#60;br /&#62;
Facebook Like,&#60;br /&#62;
Fix bbPress,&#60;br /&#62;
Instant Password,&#60;br /&#62;
WordPress Admin,&#60;br /&#62;
zaerl Editor&#60;/p&#62;
&#60;p&#62;All of them are activated
&#60;/p&#62;</description>
			</item>
					<item>
				<title>_ck_ on "BBpress language switcher: English not selectable"</title>
				<link>http://bbshowcase.org/forums/topic/bbpress-language-switcher-english-not-selectable/page/6#post-1968</link>
				<pubDate>Thu, 22 Jul 2010 08:27:36 +0000</pubDate>
				<dc:creator>_ck_</dc:creator>
				<guid isPermaLink="false">1968@http://bbshowcase.org/forums/</guid>
				<description>&#60;p&#62;OH! That first &#34;true&#34; is a bad sign.&#60;/p&#62;
&#60;p&#62;Means that headers were already sent.&#60;/p&#62;
&#60;p&#62;There is a plugin doing something wrong or an error message is being sent that we can't see for some reason.&#60;/p&#62;
&#60;p&#62;What other plugins are you running?&#60;/p&#62;
&#60;p&#62;I want you to open each plugin in an editor and make sure there are no spaces before the leading  &#60;code&#62;&#38;lt;?php&#60;/code&#62;   or after the ending  &#60;code&#62;?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;spaces after the ending  &#60;code&#62;?&#38;gt;&#60;/code&#62; is a common mistake, there should be absolutely nothing after that at the very bottom of each plugin
&#60;/p&#62;</description>
			</item>
					<item>
				<title>wlz0072 on "BBpress language switcher: English not selectable"</title>
				<link>http://bbshowcase.org/forums/topic/bbpress-language-switcher-english-not-selectable/page/5#post-1967</link>
				<pubDate>Thu, 22 Jul 2010 08:19:55 +0000</pubDate>
				<dc:creator>wlz0072</dc:creator>
				<guid isPermaLink="false">1967@http://bbshowcase.org/forums/</guid>
				<description>&#60;p&#62;bool(true) array(1) { [0]=&#38;gt; string(23) &#34;Content-type: text/html&#34; }
&#60;/p&#62;</description>
			</item>
		
	</channel>

</rss>