如何设置2005版留言本方式为默认方式呢?-动易CMS教程
来源:模板无忧 作者:必武
更新时间:2005-04-05
点击:
如何设置2005版留言本方式为默认方式呢?
现在2005留言本的默认方式是讨论区方式,如何设置留言本方式为默认方式呢?
需要改下文件,请在GuestBook/index.asp文件中加上如下代码(红色部分):
<!--#include file=\"CommonCode.asp\"-->
<%
dim ShowGStyle
ShowGStyle = Request.Cookies(\"ShowGStyle\")
If ShowGStyle=\"\" or Not IsNumeric(ShowGStyle) Then
Response.Cookies(\"ShowGStyle\")=2
End If
PE_GuestBook.iMaxPerPage1=20
PE_GuestBook.iMaxPerPage2=6
Call PE_GuestBook.ShowIndex
Set PE_GuestBook = Nothing
%>
相关动易CMS教程:
最新评论:
评论加载中....
发表评论:不能超过250字节,请自觉遵守互联网相关政策法规.
- 昵称: 验证:







