<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>评论：解决BO-BLOG中留言回复出现错误链接的问题</title>
	<atom:link href="http://www.forece.net/post/345.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.forece.net/post/345.htm</link>
	<description></description>
	<lastBuildDate>Fri, 10 Sep 2010 04:16:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>由：Forece</title>
		<link>http://www.forece.net/post/345.htm/comment-page-1#comment-5704</link>
		<dc:creator>Forece</dc:creator>
		<pubDate>Tue, 19 May 2009 20:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.forece.net/bo-blog/?p=345#comment-5704</guid>
		<description>我没学过MYSQL啊。。。笑吧你就。。</description>
		<content:encoded><![CDATA[<p>我没学过MYSQL啊。。。笑吧你就。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：冰剑</title>
		<link>http://www.forece.net/post/345.htm/comment-page-1#comment-585</link>
		<dc:creator>冰剑</dc:creator>
		<pubDate>Mon, 18 May 2009 12:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.forece.net/bo-blog/?p=345#comment-585</guid>
		<description>从那个邮件中关联过来的，我也一直觉得这是个问题，没想到BO后台有设置，郁闷。。&lt;br/&gt;研究了下MYSQL&lt;br/&gt;你把下面的SQL语句运行下就可以了。。&lt;br/&gt;--把评论中错误网址设为空 一般表现为http://repurl&lt;br/&gt;update boblog_replies set repurl = &#039;&#039; where repurl = &#039;http://repurl&#039;&lt;br/&gt;--把评论中未加上http://的加上&lt;br/&gt;update boblog_replies set repurl = concat(&#039;http://&#039;,repurl) where repurl &lt;&gt; &#039;&#039; and repurl not like &#039;http://%&#039;;&lt;br/&gt;--把留言中错误网址设为空 一般表现为http://repurl&lt;br/&gt;update boblog_messages set repurl = &#039;&#039; where repurl = &#039;http://repurl&#039;&lt;br/&gt;--把留言中未加上http://的加上&lt;br/&gt;update boblog_messages set repurl = concat(&#039;http://&#039;,repurl) where repurl &lt;&gt; &#039;&#039; and repurl not like &#039;http://%&#039;;&lt;br/&gt;&lt;br/&gt;PS：不知道你是不是手动修改完了？如果是的话，我偷笑，嘿嘿。。</description>
		<content:encoded><![CDATA[<p>从那个邮件中关联过来的，我也一直觉得这是个问题，没想到BO后台有设置，郁闷。。<br />研究了下MYSQL<br />你把下面的SQL语句运行下就可以了。。<br />&#8211;把评论中错误网址设为空 一般表现为http://repurl<br />update boblog_replies set repurl = &#039;&#039; where repurl = &#039;http://repurl&#039;<br />&#8211;把评论中未加上http://的加上<br />update boblog_replies set repurl = concat(&#039;http://&#039;,repurl) where repurl &lt;&gt; &#039;&#039; and repurl not like &#039;http://%&#039;;<br />&#8211;把留言中错误网址设为空 一般表现为http://repurl<br />update boblog_messages set repurl = &#039;&#039; where repurl = &#039;http://repurl&#039;<br />&#8211;把留言中未加上http://的加上<br />update boblog_messages set repurl = concat(&#039;http://&#039;,repurl) where repurl &lt;&gt; &#039;&#039; and repurl not like &#039;http://%&#039;;</p>
<p>PS：不知道你是不是手动修改完了？如果是的话，我偷笑，嘿嘿。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：China_Y</title>
		<link>http://www.forece.net/post/345.htm/comment-page-1#comment-140</link>
		<dc:creator>China_Y</dc:creator>
		<pubDate>Wed, 18 Mar 2009 01:07:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.forece.net/bo-blog/?p=345#comment-140</guid>
		<description>这个倒是没遇见过，还真不知道，因为一般都是习惯填写HTTP在前面。</description>
		<content:encoded><![CDATA[<p>这个倒是没遇见过，还真不知道，因为一般都是习惯填写HTTP在前面。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：番薯窝</title>
		<link>http://www.forece.net/post/345.htm/comment-page-1#comment-139</link>
		<dc:creator>番薯窝</dc:creator>
		<pubDate>Wed, 18 Mar 2009 01:02:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.forece.net/bo-blog/?p=345#comment-139</guid>
		<description>这个问题很常见，例如我就不爱输入http://了</description>
		<content:encoded><![CDATA[<p>这个问题很常见，例如我就不爱输入http://了</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：东闲月</title>
		<link>http://www.forece.net/post/345.htm/comment-page-1#comment-137</link>
		<dc:creator>东闲月</dc:creator>
		<pubDate>Tue, 17 Mar 2009 10:15:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.forece.net/bo-blog/?p=345#comment-137</guid>
		<description>嘿嘿~很简单的问题~</description>
		<content:encoded><![CDATA[<p>嘿嘿~很简单的问题~</p>
]]></content:encoded>
	</item>
</channel>
</rss>
