名稱(chēng):CmsEasy 4.8to5.0 升級(jí)包
版本:V 5.0
大?。?/strong>4.18 MB
編碼:UTF-8
更新日期:2012-08-08 08:25:31
下載
說(shuō)明
1.升級(jí)概述:
從CmsEasy4.8升級(jí)到CmsEasy5.0
2.升級(jí)方法:
【第一步】
(1)備份現(xiàn)有的數(shù)據(jù)庫(kù)和文件;
【第二步】
(1)下載升級(jí)包upgrade48to50,解壓到任意地方;
(2)上傳uploads里面的文件到程序安裝目錄,覆蓋;
(3)運(yùn)行http://您的cmseasy4.8安裝目錄/upgrade.php;
【第三步】
(1)刪除upgrade文件夾和upgrade.php;
(2)進(jìn)入后臺(tái)進(jìn)行網(wǎng)站配置;
(3)后臺(tái)進(jìn)行更新緩存;
3.備注:
(1)如果您改動(dòng)了文件,請(qǐng)先相關(guān)備份,進(jìn)行升級(jí)后,可以對(duì)照默認(rèn)文件進(jìn)行調(diào)整;
(2)請(qǐng)查閱“CmsEasy5.x說(shuō)明.txt”文檔;
更新內(nèi)容:
增加會(huì)員權(quán)限配置;
增加不同會(huì)員組折扣配置;
增加內(nèi)容有效時(shí)間;
增加購(gòu)物后提示結(jié)算;
修正靜態(tài)生成功能;
修正表單多選和安裝問(wèn)題;
修正回收站過(guò)期文章恢復(fù)問(wèn)題;
修正bbs板塊內(nèi)無(wú)法發(fā)帖;
修正分類(lèi)生成縮略圖;
修正下載圖片地址錯(cuò)誤;
增加欄目封面內(nèi)容分頁(yè);
修正上傳圖片大寫(xiě)后綴問(wèn)題;
修正靜態(tài)不支持title問(wèn)題;
修正內(nèi)鏈導(dǎo)致內(nèi)容無(wú)法訪問(wèn)問(wèn)題。
archive/show_products.html 中
- <script type="text/javascript">
-
- $(function() {
-
-
- var options =
- {
- zoomWidth: 350,
- zoomHeight: 250,
- showEffect:'show',
- hideEffect:'fadeout',
- fadeoutSpeed: 'slow',
- title :false
- }
- $(".jqzoom").jqzoom(options);
-
-
- $('#image_list').jcarousel();
-
-
- $('#image_list img:only-child').click(function(){
- $('#current_img').attr('src', this.src);
-
- $('#current_img').parent().attr('href', this.alt);
- });
- });
- </script>
-
-
-
- 改成
-
-
-
- <script type="text/javascript">
-
- $(function() {
-
- var options =
- {
- zoomWidth: 350,
- zoomHeight: 250,
- showEffect:'show',
- hideEffect:'fadeout',
- fadeoutSpeed: 'slow',
- title :false
- }
- $(".jqzoom").jqzoom(options);
-
- $('#image_list').jcarousel();
-
- $('#image_list img:only-child').click(function(){
- $('#current_img').attr('src', this.src);
-
- $('#current_img').parent().attr('href', this.alt);
- });
- $('#dialog').dialog({
- autoOpen: false,
- width : 300,
- buttons : {
- "繼續(xù)購(gòu)物" : function() {
- $(this).dialog("close");
- },
- "去購(gòu)物車(chē)結(jié)算": function() {
- window.location.href= "{url('archive/orders',true)}";
- $(this).dialog("close");
- }
- }
- });
- $('#dialog_link').click(function(){
- $.get("{url('archive/doorders/aid/'.$archive['aid'],true)}", null,function(data){
- $('#dialog').dialog('open');
- return false;
- });
- });
- });
-
- </script>
-
- <link type="text/css" href="common/js/jquery/ui/jquery-ui-1.7.3.custom.css" rel="stylesheet" />
- <script type="text/javascript" src="common/js/jquery/ui/jquery-ui-1.7.3.custom.min.js"></script>
- <div id="dialog" title="本站提示"><p>加入購(gòu)物車(chē)成功!</p></div>
運(yùn)行系統(tǒng)環(huán)境要求
推薦配置: |
Linux + Apache + Mysql + PHP |
操作系統(tǒng): |
Linux (支持Unix/FreeBSD/Solaris/Windows NT(2000/2003)等操作系統(tǒng)) |
服務(wù)器: |
Apache (支持httpd, Zeus, IIS 等WEB服務(wù)器) |
數(shù)據(jù)庫(kù): |
Mysql (5.0 或者更高版本) |
程序支持: |
PHP 5.0及以上版本 (推薦使用5.2系列最新版本) |