1.把廣告JS插入到首頁、欄目頁、內(nèi)容頁
創(chuàng)新互聯(lián)是專業(yè)的寧明網(wǎng)站建設(shè)公司,寧明接單;提供成都網(wǎng)站設(shè)計、網(wǎng)站制作,網(wǎng)頁設(shè)計,網(wǎng)站設(shè)計,建網(wǎng)站,PHP網(wǎng)站建設(shè)等專業(yè)做網(wǎng)站服務(wù);采用PHP框架,可快速的進(jìn)行寧明網(wǎng)站開發(fā)網(wǎng)頁制作和功能擴(kuò)展;專業(yè)做搜索引擎喜愛的網(wǎng)站,專業(yè)的做網(wǎng)站團(tuán)隊,希望更多企業(yè)前來合作!
2.刷新---》重新生成
3.OK
有圖有真相,后臺?-?模板?-?管理模板變量(紅色框),然后修改右邊頁面頭部(紫色框)。我給你的這個是帝國默認(rèn)的頭部同理,你可以自己調(diào)用,自己新增。
帝國默認(rèn)的模板,導(dǎo)航是自動調(diào)用欄目名的,你要自己修改欄目。
如果你要修改首頁中間部分的話,就點擊藍(lán)色框首頁模板修改,修改之后記得一定要刷新,點擊數(shù)據(jù)更新,刷新首頁就可以看到你修改的內(nèi)容了。
看你的問題就知道你不會用CMS的,多去帝國論壇轉(zhuǎn)轉(zhuǎn),自己多做幾次,開源的CMS只要會標(biāo)簽調(diào)用沒有什么難的。
如果前臺文件采用靜態(tài)模式,那么后臺修改后,需要重新生成html文件,更新一下緩存即可。 具體方法是: 后臺 — 數(shù)據(jù)更新— 更新數(shù)據(jù)庫存緩 — 刪除欄目存緩文件 — 清除臨時文件和數(shù)據(jù),刷新所有欄目信息頁,刷新所有信息內(nèi)容頁(打上勾)
在首頁模板中加入下面代碼,盡量放在底部。
script language="javascript" type="text/javascript" src="/e/htmlindex/index_html.php"/script
在 /e/ 建立文件夾 htmlindex 并設(shè)置 777權(quán)限
將下面代碼保存在 /e/htmlindex/index_html.php
修改刷新時間,將文件中1200改為你想要的時間,單位為秒。
?php
require("../class/connect.php");
include("../class/db_sql.php");
include("../class/config.php");
include("../class/functions.php");
include("../class/t_functions.php");
require?LoadLang("pub/fun.php");
require("../data/dbcache/class.php");
require("../data/dbcache/MemberLevel.php");
include("../class/chtmlfun.php");?
$link=db_connect();
$empire=new?mysqlquery();
$filepath_s="indexhtmlhc.txt";
$time=time();
@$filemtime=(int)filemtime($filepath_s)+1200;
/*
函數(shù)解釋
file_exists()?函數(shù)檢查文件或目錄是否存在。
mkdir()?函數(shù)創(chuàng)建目錄。
time()?函數(shù)返回當(dāng)前時間的?Unix?時間戳。
filemtime()?函數(shù)返回文件內(nèi)容上次的修改時間。
*/
if?(!file_exists($filepath_s)){
fopen($filepath_s,?'w');
@chmod($filepath_s,?0777);
ReIndex();
}elseif(!file_exists($filepath_s)?||?(filemtime($filepath_s)+1200)time()){
fopen($filepath_s,?'w');
@chmod($filepath_s,?0777);
ReIndex();
}else{
//?do?nothing
}
db_close();
$empire=null;
?
文章題目:帝國cms能刷首頁嗎 帝國cms移動端
網(wǎng)站地址:http://jinyejixie.com/article16/dddhjdg.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供虛擬主機(jī)、微信公眾號、定制網(wǎng)站、網(wǎng)站策劃、網(wǎng)站制作、品牌網(wǎng)站設(shè)計
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)