<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>《bbPress 中文 Tag 问题的解决》的评论</title>
	<atom:link href="http://blog.istef.info/2007/02/03/bugfix-of-bbpress-chinese-tag/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.istef.info/2007/02/03/bugfix-of-bbpress-chinese-tag/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Wed, 19 Nov 2008 15:56:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>iStef</title>
		<link>http://blog.istef.info/2007/02/03/bugfix-of-bbpress-chinese-tag/#comment-27369</link>
		<dc:creator>iStef</dc:creator>
		<pubDate>Tue, 06 Mar 2007 08:52:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.istef.info/2007/02/03/bugfix-of-bbpress-chinese-tag/#comment-27369</guid>
		<description>&lt;p&gt;@wenkong: 你在 config.php 中添加 $bb-&gt;debug = true; 看一下输出信息，固定链接应该是一致的才对。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@wenkong: 你在 config.php 中添加 $bb->debug = true; 看一下输出信息，固定链接应该是一致的才对。</p>
]]></content:encoded>
	</item>
	<item>
		<title>wenkong</title>
		<link>http://blog.istef.info/2007/02/03/bugfix-of-bbpress-chinese-tag/#comment-27363</link>
		<dc:creator>wenkong</dc:creator>
		<pubDate>Tue, 06 Mar 2007 08:13:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.istef.info/2007/02/03/bugfix-of-bbpress-chinese-tag/#comment-27363</guid>
		<description>&lt;p&gt;iStef, 我安装最新的0.8.1版本，可是点选了中文tag链接不上，是有可能什么原因造成呢？&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>iStef, 我安装最新的0.8.1版本，可是点选了中文tag链接不上，是有可能什么原因造成呢？</p>
]]></content:encoded>
	</item>
	<item>
		<title>iStef</title>
		<link>http://blog.istef.info/2007/02/03/bugfix-of-bbpress-chinese-tag/#comment-27244</link>
		<dc:creator>iStef</dc:creator>
		<pubDate>Tue, 06 Mar 2007 00:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.istef.info/2007/02/03/bugfix-of-bbpress-chinese-tag/#comment-27244</guid>
		<description>&lt;p&gt;@wenkong: 这种方法只适合 0.8 以下的版本，0.8 及其以上的版本已经支持中文 tag 不需要修改了&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@wenkong: 这种方法只适合 0.8 以下的版本，0.8 及其以上的版本已经支持中文 tag 不需要修改了</p>
]]></content:encoded>
	</item>
	<item>
		<title>wenkong</title>
		<link>http://blog.istef.info/2007/02/03/bugfix-of-bbpress-chinese-tag/#comment-27241</link>
		<dc:creator>wenkong</dc:creator>
		<pubDate>Tue, 06 Mar 2007 00:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.istef.info/2007/02/03/bugfix-of-bbpress-chinese-tag/#comment-27241</guid>
		<description>&lt;p&gt;我用的是 0.8的版本，它不支持中文tag，点选中文字的tag会一直loading页面，
所以我按照上面的方法修改了文件，可是所有中文的tag链接都变成这样的链接url了，点选之后全没链接上相关的文章啊。
myblogexample.com/bbpress/tags.php?tag=&lt;/p&gt;

&lt;p&gt;tags.php?tag=(之后没有任何代号了)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>我用的是 0.8的版本，它不支持中文tag，点选中文字的tag会一直loading页面，<br />
所以我按照上面的方法修改了文件，可是所有中文的tag链接都变成这样的链接url了，点选之后全没链接上相关的文章啊。<br />
myblogexample.com/bbpress/tags.php?tag=</p>
<p>tags.php?tag=(之后没有任何代号了)</p>
]]></content:encoded>
	</item>
	<item>
		<title>bbPress 发布 0.8 版，中文 Tag 问题修正 - 花儿开了</title>
		<link>http://blog.istef.info/2007/02/03/bugfix-of-bbpress-chinese-tag/#comment-22829</link>
		<dc:creator>bbPress 发布 0.8 版，中文 Tag 问题修正 - 花儿开了</dc:creator>
		<pubDate>Thu, 15 Feb 2007 15:43:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.istef.info/2007/02/03/bugfix-of-bbpress-chinese-tag/#comment-22829</guid>
		<description>&lt;p&gt;[...] 前不久我写过一篇文章，提到如何修复 bbPress 0.75 版不支持中文 Tag 的问题。这次 bbPress 官方修复了这个问题，思路和我的方法是一致的，但实现方法却恰好相反。因此如果您是应用了我的方法修正这个问题，那么在升级后，多字节 Tag 将无法使用。其实这个问题很容易解决，下面给出解决方法。 [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] 前不久我写过一篇文章，提到如何修复 bbPress 0.75 版不支持中文 Tag 的问题。这次 bbPress 官方修复了这个问题，思路和我的方法是一致的，但实现方法却恰好相反。因此如果您是应用了我的方法修正这个问题，那么在升级后，多字节 Tag 将无法使用。其实这个问题很容易解决，下面给出解决方法。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Micy</title>
		<link>http://blog.istef.info/2007/02/03/bugfix-of-bbpress-chinese-tag/#comment-20825</link>
		<dc:creator>Micy</dc:creator>
		<pubDate>Sun, 04 Feb 2007 03:02:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.istef.info/2007/02/03/bugfix-of-bbpress-chinese-tag/#comment-20825</guid>
		<description>&lt;p&gt;赞一下，bbPress不支持中文tag的确阻止了许多使用者。
是否考虑提供一个diff文件或者给bbPress官方申请打一个patch呢？
 :smile:&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>赞一下，bbPress不支持中文tag的确阻止了许多使用者。<br />
是否考虑提供一个diff文件或者给bbPress官方申请打一个patch呢？<br />
 <img src='http://blog.istef.info/wp-includes/images/smilies/icon_smile.gif' alt=':smile:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
