織夢全國多城市分站地區(qū)插件dedecms分站網(wǎng)站源碼插件dede插件城市偽靜態(tài)插件下載
時間: 2020-07-08 09:39
閱讀: 次
作者:素材無憂網(wǎng)
-
編碼:UTF-8
-
類別:
織夢插件
-
顏色
:白色
-
大小:
-
適用站點:網(wǎng)絡(luò)設(shè)計
織夢全國多城市分站地區(qū)插件dedecms分站網(wǎng)站源碼插件dede插件城市偽靜態(tài)插件下載 織夢城市分站插件系統(tǒng)使用說明 溫馨提示:使用前請先備份網(wǎng)站,以防萬一。 1、系統(tǒng)設(shè)置: 核心設(shè)置是否使用偽靜態(tài):是 其他選項模板引擎禁用標(biāo)簽:清空,去掉PHP 性能選項arcli
下載相關(guān)
織夢全國多城市分站地區(qū)插件dedecms分站網(wǎng)站源碼插件dede插件城市偽靜態(tài)插件下載
織夢城市分站插件系統(tǒng)使用說明
溫馨提示:使用前請先備份網(wǎng)站,以防萬一。
1、系統(tǒng)設(shè)置:
核心設(shè)置—— 是否使用偽靜態(tài):是
其他選項—— 模板引擎禁用標(biāo)簽:清空,去掉PHP
性能選項——arclist標(biāo)簽調(diào)用緩存:0
2、后臺-系統(tǒng)-SQL命令行工具中執(zhí)行兩語句:
(1)將所有文檔設(shè)置為僅動態(tài)瀏覽
update dede_archives set ismake=-1
(1)將所有欄目設(shè)置為使用動態(tài)頁
update dede_arctype set isdefault=-1
3、文件覆蓋:
上傳整個mycity文件夾和.htaccess文件到根目錄;覆蓋根目錄下的dede和include兩個文檔;切記覆蓋前先備份好網(wǎng)站文件及數(shù)據(jù)庫,數(shù)據(jù)丟失概不負責(zé)。
/include/helpers/
-----channelunit.helper.php //偽靜態(tài)設(shè)置
/include/
----arc.listview.class.php //文章分頁
----arc.taglist.class.php //標(biāo)簽分頁
----typelink.class.php //當(dāng)前位置
----arc.archives.class //上一篇下一篇
/include/taglib/
----arclist.lib.php //分頁
----channel.lib.php //導(dǎo)航
----tag.lib.php //標(biāo)簽
偽靜態(tài)設(shè)置請根據(jù)自己的環(huán)境來設(shè)置,文件中的bcloud_nginx_user.conf是百度云主機的偽靜態(tài)文件,直接上傳百度云虛擬主機就行,Nginx.txt是linux提供寶塔的偽靜態(tài)內(nèi)容,復(fù)制里面的內(nèi)容到偽靜態(tài)設(shè)置即可。windows的IIS可以去https://www.toolnb.com/tools/rewriteTools.html這里轉(zhuǎn)換偽靜態(tài)規(guī)則。
4、域名信息:(設(shè)置站點)
打開mycity文件夾下的index.php文件,修改文件中的域名。不需要加http
5、修改每個模板文件的頭部代碼
在需要添加分站的模板<head>和</head>之間添加以下代碼;
{dede:php}require (DEDEROOT.'/mycity/index.php');{/dede:php} //模板引用城市,必不可少的
這段代碼一定要放在頭部TDK之前,才有效。
(1)主頁模板標(biāo)題改為
{dede:php}echo constant("title");{/dede:php}
格式:'分站 站群' => '北京分站|北京站群',在系統(tǒng)設(shè)置里的網(wǎng)站名稱里填入分站 站群,即可有北京分站|北京站群 這樣的效果
(2)主頁模板關(guān)鍵詞改為
{dede:php}echo constant("keywords");{/dede:php}
格式:'分站,站群' => '北京分站,北京站群'
(3)主頁模板描述改為
{dede:php}echo constant("city");{/dede:php}{dede:global.cfg_description/}
首頁TDK實例:
{dede:php}require(DEDEROOT.'/mycity/index.php');{/dede:php}
<title>{dede:php}echo constant("title");{/dede:php}</title>
<meta name="description" content="{dede:php}echo constant("city");{/dede:php}{dede:global.cfg_description/}" />
<meta name="keywords" content="
{dede:php}echo constant("keywords");{/dede:php}" />
6、修改欄目調(diào)用鏈接
所有欄目調(diào)用鏈接[field:typelink/]修改為
[field:cityurl runphp='yes']@me=constant('cityurl');[/field:cityurl]/list-[field:id/].html
欄目名稱調(diào)用[field:typename/]修改為
[field:city runphp='yes']@me=constant('city');[/field:city][field:typename/]
如果{dede:channel type=son noself=yes}這個標(biāo)簽的導(dǎo)航高亮不好使的話,就改為
{dede:channelartlist row=7 typeid=top currentstyle=current}這樣的標(biāo)簽的導(dǎo)航高亮
{dede:channelartlist row=7 typeid=top currentstyle=current}
{dede:field.typeurl/}{dede:field.typename/}{/dede:channelartlist}這樣調(diào)用,欄目鏈接{dede:field.typeurl/}改為:{dede:type }[field:cityurl runphp='yes']@me=constant('cityurl');[/field:cityurl]/list-[field:id/].html{/dede:type}
欄目名稱{dede:field.typename/}改為:{dede:type}[field:city runphp='yes']@me=constant('city');[/field:city][field:typename/]{/dede:type}
頭部head.htm模板里的首頁調(diào)用可以這樣寫:{dede:type }[field:cityurl runphp='yes']@me=constant('cityurl');[/field:cityurl]/index.html{/dede:type}
欄目頁TDK實例:
{dede:php}require (DEDEROOT.'/mycity/index.php');{/dede:php}
<title>{dede:php}echo constant("city");{/dede:php}{dede:field.title/}_{dede:global.cfg_webname/}</title>
<meta name="keywords" content="{dede:php}echo constant("city");{/dede:php}{dede:field name='keywords'/}" />
<meta name="description" content="{dede:php}echo constant("city");{/dede:php}{dede:field name='description' function='html2text(@me)'/}" />
7、修改文章標(biāo)題和鏈接調(diào)用
所有文章標(biāo)題調(diào)用鏈接[field:title/]修改為
[field:cityrunphp='yes']@me=constant('city');[/field:city][field:title/]
*看個人需求,文章標(biāo)題鏈接調(diào)用可改可不改,修改了文章標(biāo)題也會隨著城市的切換改變城市狀態(tài)。
所有文章調(diào)用鏈接[field:arcurl/]修改為
[field:cityurl runphp='yes']@me=constant('cityurl');[/field:cityurl]/view-[field:id/].html
內(nèi)容頁文章標(biāo)題{dede:field.title/}修改為:
{dede:php}echo constant("city");{/dede:php}{dede:field.title/}
文章頁TDK實例:
{dede:php}require (DEDEROOT.'/mycity/index.php');{/dede:php}
<title>{dede:php}echo constant("city");{/dede:php}{dede:field.title/}_{dede:global.cfg_webname/}</title>
<meta name="keywords" content="{dede:php}echo constant("city");{/dede:php}{dede:field.keywords/}" />
<meta name="description" content="{dede:php}echo constant("city");{/dede:php}{dede:field.description function='html2text(@me)'/}" />
8、當(dāng)前位置調(diào)用
當(dāng)前位置調(diào)用{dede:field name='position'/}改為
{dede:field name='position' runphp='yes'}
$st=split(' > ',@me);
$l = '';
foreach ($st as $v) {
$s = split("'>",$v);
if($s['1']){
$l.= $s['0']."'>".city.$s['1']." > ";
}
}
@me=$l;
{/dede:field}
*當(dāng)前欄目點擊不能調(diào)到對應(yīng)欄目,只能跳到首頁
9、調(diào)用所有城市列表
可以創(chuàng)建一個欄目和城市模板去調(diào)用,也可以放到自己想要調(diào)用城市的頁面,這隨意。
在需要顯示城市名的地方插入以下代碼中的一項,有兩種展示形式,
(1)全國分類城市展示
{dede:php}echo constant("link");{/dede:php}
(2)城市全部列表
{dede:php}echo constant("links");{/dede:php}
要調(diào)用城市名稱請用這個標(biāo)簽調(diào)用{dede:php}echo constant("city");{/dede:php}效果看圖片
下載聲明:
☆本站所有素材資源(包括素材、軟件、學(xué)習(xí)資料等)僅供學(xué)習(xí)與參考,請勿用于商業(yè)用途。如本站不慎侵犯您的版權(quán)請聯(lián)系我們,QQ:379144319 郵箱:[email protected] 我們將及時處理,并撤下相關(guān)內(nèi)容!
☆訪問本站的用戶必須明白,本站對所提供下載的軟件和程序代碼不擁有任何權(quán)利,其版權(quán)歸該軟件和程序代碼的合法擁有者所有,請用戶在下載使用前必須詳細閱讀并遵守軟件作者的“使用許可協(xié)議”,本站僅僅是一個學(xué)習(xí)交流的平臺。
☆ 只提供下載服務(wù),自行安裝和試用,不提供任何技術(shù)支持。
☆ 資源均為網(wǎng)絡(luò)收集,不保證資源的完整性、可用性、安全性。
☆ 禁止惡意使用本站資源從事違法行為,一律用于者承擔(dān)。
☆ 如果您不同意以上條款,請不要繼續(xù)使用本站提供的服務(wù)。
☆ 提示需要贊助付費的資源,請自行判斷謹慎充值。
☆ 如有侵犯您的版權(quán),請及時聯(lián)系我們,我們將下架處理。<
本站資源均來自互聯(lián)網(wǎng)或會員發(fā)布,如果侵犯了您的權(quán)益請與我們聯(lián)系,我們將在24小時內(nèi)刪除!謝謝!
轉(zhuǎn)載請注明:
織夢全國多城市分站地區(qū)插件dedecms分站網(wǎng)站源碼插件dede插件城市偽靜態(tài)插件下載
標(biāo)簽: