補丁下載
名稱:CmsEasy 4.8to5.0 升級包
版本:V 5.0
大?。?/strong>4.18 MB
編碼:UTF-8
更新日期:2012-08-08 08:25:31
下載
說明

 1.升級概述:

從CmsEasy4.8升級到CmsEasy5.0
 
2.升級方法:
【第一步】
(1)備份現(xiàn)有的數(shù)據(jù)庫和文件;
【第二步】
(1)下載升級包upgrade48to50,解壓到任意地方;
(2)上傳uploads里面的文件到程序安裝目錄,覆蓋;
(3)運行http://您的cmseasy4.8安裝目錄/upgrade.php;
【第三步】
(1)刪除upgrade文件夾和upgrade.php;
(2)進入后臺進行網(wǎng)站配置;
(3)后臺進行更新緩存;
 
3.備注:
(1)如果您改動了文件,請先相關(guān)備份,進行升級后,可以對照默認文件進行調(diào)整;
(2)請查閱“CmsEasy5.x說明.txt”文檔;
 
 
 
 
更新內(nèi)容:
 
 
增加會員權(quán)限配置;
增加不同會員組折扣配置;
增加內(nèi)容有效時間;
增加購物后提示結(jié)算;
修正靜態(tài)生成功能;
修正表單多選和安裝問題;
修正回收站過期文章恢復(fù)問題;
修正bbs板塊內(nèi)無法發(fā)帖;
修正分類生成縮略圖;
修正下載圖片地址錯誤;
增加欄目封面內(nèi)容分頁;
修正上傳圖片大寫后綴問題;
修正靜態(tài)不支持title問題;
修正內(nèi)鏈導(dǎo)致內(nèi)容無法訪問問題。
 
 
 
 
 
 
 
 
 
 
 
模板中:
 
archive/show_products.html 中
 
 
Code:
  1. <script type="text/javascript">  
  2.   
  3. $(function() {  
  4.   
  5.     // 放大鏡  
  6.     var options =  
  7.     {  
  8.         zoomWidth: 350,  
  9.         zoomHeight: 250,  
  10.         showEffect:'show',  
  11.         hideEffect:'fadeout',  
  12.         fadeoutSpeed: 'slow',  
  13.         title :false  
  14.     }  
  15.     $(".jqzoom").jqzoom(options);  
  16.   
  17.     // 圖片左右滾動  
  18.     $('#image_list').jcarousel();  
  19.   
  20.     // 點擊小圖更換大圖  
  21.     $('#image_list img:only-child').click(function(){  
  22.         $('#current_img').attr('src'this.src);  
  23.         // 大圖的命名方式為 小圖 + 下劃線  
  24.         $('#current_img').parent().attr('href'this.alt);  
  25.     });  
  26. });  
  27. </script>  
  28.   
  29.   
  30.   
  31. 改成    
  32.   
  33.   
  34.   
  35. <script type="text/javascript">  
  36.   
  37. $(function() {  
  38.     // 放大鏡  
  39.     var options =  
  40.     {  
  41.         zoomWidth: 350,  
  42.         zoomHeight: 250,  
  43.         showEffect:'show',  
  44.         hideEffect:'fadeout',  
  45.         fadeoutSpeed: 'slow',  
  46.         title :false  
  47.     }  
  48.     $(".jqzoom").jqzoom(options);  
  49.     // 圖片左右滾動  
  50.     $('#image_list').jcarousel();  
  51.     // 點擊小圖更換大圖  
  52.     $('#image_list img:only-child').click(function(){  
  53.         $('#current_img').attr('src'this.src);  
  54.         // 大圖的命名方式為 小圖 + 下劃線  
  55.         $('#current_img').parent().attr('href'this.alt);  
  56.     });  
  57.     $('#dialog').dialog({  
  58.         autoOpen: false,  
  59.         width   : 300,  
  60.         buttons : {  
  61.             "繼續(xù)購物"    : function() {   
  62.                              $(this).dialog("close");   
  63.                            },   
  64.             "去購物車結(jié)算": function() {  
  65.                             window.location.href= "{url('archive/orders',true)}";  
  66.                             $(this).dialog("close");   
  67.                            }   
  68.                  }  
  69.     });  
  70.     $('#dialog_link').click(function(){  
  71.       $.get("{url('archive/doorders/aid/'.$archive['aid'],true)}"null,function(data){  
  72.         $('#dialog').dialog('open');  
  73.             return false;  
  74.       });  
  75.     });  
  76. });  
  77.   
  78. </script>  
  79.   
  80. <link type="text/css" href="common/js/jquery/ui/jquery-ui-1.7.3.custom.css" rel="stylesheet" />   
  81. <script type="text/javascript" src="common/js/jquery/ui/jquery-ui-1.7.3.custom.min.js"></script>  
  82. <div id="dialog" title="本站提示"><p>加入購物車成功!</p></div>  
 
 
運行系統(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ù)庫: Mysql (5.0 或者更高版本)
程序支持: PHP 5.0及以上版本 (推薦使用5.2系列最新版本)