DEDE織夢cms常用的參數(shù)標(biāo)簽匯總、以及操作過程中的一些bug問題解決方法,dede網(wǎng)站二開,以下龍騰飛網(wǎng)絡(luò)科技-小吳在建站實(shí)操中筆記記錄,織夢dede建站教程保存使用非常方便:
【DEDE建站教程】dede后臺目錄代表是什么意思
一、后臺根目錄
dedecms/a 目錄 用于存放生成的靜態(tài)頁面 dedecms/data 目錄 用于存放臨時文件和緩存文件 dedecms/images 目錄 用于存放dede自己的圖片 dedecms/include 目錄 核心類庫(標(biāo)簽庫,操作圖像的類,操作數(shù)據(jù)庫的類) dedecms/install 目錄,安裝信息 dedecms/manage 目錄,存放后臺管理程序 dedecms/member 目錄,存放會員管理程序 dedecms/plus 目錄,存放插件程序,和將來你開發(fā)的程序模塊 dedecms/templates 目錄,存放dede前臺的所有模板文件 dedecms/uploads 目錄,存放你上傳的圖片、視頻。
二、版權(quán)文件修改
1.搜索頁面:
/templets/default/search.htm /templets/plus/heightsearch.htm /templets/default/advancedsearch.htm
2.通用底部模板:
/templets/default/footer.htm
3.購物車:
/templets/plus/car.htm /templets/plus/carbuyaction.htm /templets/plus/shops_action_payment.htm /templets/plus/shops_buyaction.htm
4.下載地址列表:
/templets/plus/download_links_templet.htm
5.挑錯頁面:
/templets/plus/erraddsave.htm
6.友情鏈接:
/templets/plus/flink-add.htm /templets/plus/flink-list.htm
7.列表模板:
/templets/plus/list_diyform.htm
8.留言板:
/templets/plus/plus_foot.htm /templets/plus/guestbook-admin.htm /templets/plus/guestbook-user.htm
9.發(fā)布模板:
/templets/plus/post_diyform.htm
10.推薦:
/templets/plus/recommend.htm
11.RSS訂閱地圖:
/templets/plus/rssmap.htm
12.銀行賬號信息:
/templets/plus/shops_bank.htm
13.圖集詳細(xì)頁面:
/templets/plus/showphoto.htm
14.網(wǎng)站地圖:
/templets/plus/sitemap.htm
15.詳細(xì)內(nèi)容:
/templets/plus/view_diyform.htm
16.提示信息:
/templets/plus/view_msg.htm /templets/plus/view_msg_catalog.htm
17.投票結(jié)果:
/templets/plus/vote.htm
18.提示信息的版權(quán),修改為自己網(wǎng)站的版權(quán)。
/include/common.func.php
19.去除新增加的友鏈版權(quán)
include/taglib/flinktype.lib.php
然后打開找到,如下代碼
$dedecms = false; $dedecms->id = 999; $dedecms->typename = ‘織夢鏈’; if($type == ‘dedecms’) $row[] = $dedecms;
刪除以上 文字保存下 ,織夢鏈就消失了。