2010年1月18日更新修改了推荐文章在模块中不能置顶的错误
增加了导航中文章列表的推荐置顶
把模块和导航中文章和产品列表排序功能独立出来设置
增加了自定义表单的JS判断功能自定义
-
- alter table lanmu2 add show_tj int default 0;
- alter table lanmu2 add list_order int default 0;
- alter table template add list_order int default 0;
- alter table template add show_tj int default 0;
- alter table slide add list_order int default 0;
- update template set list_order=0;
- update template set show_tj=0 where show_tj is null;
- update lanmu2 set show_tj=0,list_order=0;
- update slide set list_order=0;
- alter table zdyform_field add field_js ntext;
复制代码升级方法:
1、先到后台数据库操作>>运行sql语句那里运行以上代码,运行后可能会提示字段重复的错误,错误可以忽略。
2、下载最新版本用最新版本的/bin,/master,/lanmu,/usercontrol,/include,/incs,/member这7个目录覆盖您当前版本
2010年1月22日更新:修改了自定义模型在栏目中调用出现参数错误的问题
修改了文章标题、产品名称中出现HTML字符时自动转义
升级方法:
1、下载最新版本用最新版本的/bin,/master,/lanmu,/usercontrol,/include,/incs,/member这7个目录覆盖您当前版本
2010年1月27日更新:更新了使用sql server数据库时安装出错的bug
升级方法:
1、下载最新版本用最新版本的/bin,/install这2个目录覆盖您当前版本
2010年2月4日更新:更新了自定义模型翻页不显示数据的bug
升级方法:
1、下载最新版本用最新版本的/bin目录覆盖您当前版本