<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>张振峰 &#187; 模式</title>
	<atom:link href="http://www.zhangzhenfeng.com/tags/%e6%a8%a1%e5%bc%8f/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zhangzhenfeng.com</link>
	<description>阵风：天生我材必有用</description>
	<lastBuildDate>Wed, 14 Sep 2011 09:51:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>将动易SiteWeaver留言板由讨论区模式改为留言板模式</title>
		<link>http://www.zhangzhenfeng.com/guestbook-gueststyle/</link>
		<comments>http://www.zhangzhenfeng.com/guestbook-gueststyle/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 06:02:27 +0000</pubDate>
		<dc:creator>阵风</dc:creator>
				<category><![CDATA[动易]]></category>
		<category><![CDATA[guestbook]]></category>
		<category><![CDATA[gueststyle]]></category>
		<category><![CDATA[模式]]></category>
		<category><![CDATA[留言板]]></category>
		<category><![CDATA[讨论区]]></category>

		<guid isPermaLink="false">http://www.zhangzhenfeng.com/?p=72</guid>
		<description><![CDATA[PowerEasy? SiteWeaver? CMS 6.5 Build 0115的留言板首页默认显示方式为讨论区模式，如果想改为留言板模式，只需修改系统的默认值即可。
修改方法：修改Include/PowerEasy.GuestBook.asp中的函数ShowGueststyle()，将默认方式由 1 改为 2。]]></description>
			<content:encoded><![CDATA[<p>PowerEasy  SiteWeaver  CMS 6.5 Build 0115的留言板首页默认显示方式为讨论区模式，如果想改为留言板模式，只需修改系统的默认值即可。<br />
修改方法：修改Include/PowerEasy.GuestBook.asp中的函数ShowGueststyle()，将默认方式由 1 改为 2。<span id="more-72"></span></p>
<blockquote><p><code><br />
''=================================================<br />''函数名：ShowGueststyle()<br />''作&nbsp; 用：获取查看方式<br />''参&nbsp; 数：无<br />''=================================================<br />Private Function GuestStyle()<br />&nbsp;&nbsp;&nbsp; ShowGStyle = Request.Cookies("ShowGStyle")<br />&nbsp;&nbsp;&nbsp; If ShowGStyle = "" Or Not IsNumeric(ShowGStyle) Then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ShowGStyle = <font color=#0000ff>2<br /></font>&nbsp;&nbsp;&nbsp; Else<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ShowGStyle = Int(ShowGStyle)<br />&nbsp;&nbsp;&nbsp; End If<br />&nbsp;&nbsp;&nbsp; GuestStyle = ShowGStyle<br />End Function<br />
</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.zhangzhenfeng.com/guestbook-gueststyle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

