添加下载列表内容简介字数控制-风讯CMS教程
来源:模板无忧 作者:风讯科技
更新时间:2006-06-16
点击:
下载列表中,内容简介字数无法控制,会全部显示出,现在把它显示字数设定为前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教程:
最新评论:
评论加载中....
发表评论:不能超过250字节,请自觉遵守互联网相关政策法规.
- 昵称: 验证:







