主頁 > 網(wǎng)站建設(shè) > 建站知識 > 織夢(dedecms)全站動態(tài)瀏覽實(shí)現(xiàn)方法

織夢(dedecms)全站動態(tài)瀏覽實(shí)現(xiàn)方法

POST TIME:2018-01-08 14:04

織夢(dedecms)全站動態(tài)瀏覽實(shí)現(xiàn)方法具體步驟如下:

1,首頁動態(tài)化

我們只要把網(wǎng)站根目錄下面生成的index.html刪除,然后把index.php里面的代碼修改成下面的代碼:


  1. <?php
  2. if(!file_exists(dirname(__FILE__).'/data/common.inc.php'))
  3. {
  4. header('Location:install/index.php');
  5. exit();
  6. }
  7. require_once(dirname(__FILE__)."/include/common.inc.php");
  8. require_onceDEDEINC."/arc.partview.class.php";
  9. $GLOBALS['_arclistEnv']='index';
  10. $row=$dsql->GetOne("Select*From`dede_homepageset`");
  11. $row['templet']=MfTemplet($row['templet']);
  12. $pv=newPartView();$pv->SetTemplet($cfg_basedir.
  13. $cfg_templets_dir."/".$row['templet']);
  14. $pv->Display();
  15. ?>

如果想實(shí)現(xiàn)首頁動態(tài)效果以后就不能再在后臺更新網(wǎng)站了,因?yàn)楦潞笫醉撚肿兂伸o態(tài)的了。

2,將織夢所有欄目設(shè)置為“使用動態(tài)頁”,可以再建立欄目時選擇“使用動態(tài)頁”;

也可以執(zhí)行下面的SQL語句。

update dede_arctype set isdefault=-1

3,將網(wǎng)站所有文檔都設(shè)置為“僅動態(tài)”

執(zhí)行SQL語句:update dede_archives set ismake=-1

就可以解決織夢全站動態(tài)瀏覽。



收縮
  • 微信客服
  • 微信二維碼
  • 電話咨詢

  • 400-1100-266