添加下载列表内容简介字数控制_风讯Cms教程
教程Tag:暂无Tag,欢迎添加,赚取U币!
下载列表中,内容简介字数无法控制,会全部显示出,现在把它显示字数设定为前180个
解决方法:
在文件Admin\Refresh\RefreshFunction.asp中的函数GetOneDownLoadList()中
把
StyleContent = Replace(StyleContent,"{DownLoad_Description}",TempStr)
替换成
StyleContent = Replace(StyleContent,"{DownLoad_Description}",left(TempStr,180))
解决方法:
在文件Admin\Refresh\RefreshFunction.asp中的函数GetOneDownLoadList()中
把
StyleContent = Replace(StyleContent,"{DownLoad_Description}",TempStr)
替换成
StyleContent = Replace(StyleContent,"{DownLoad_Description}",left(TempStr,180))
相关风讯Cms教程:
- 相关链接:
- 教程说明:
风讯Cms教程-添加下载列表内容简介字数控制
。