給織夢新增英文欄目標題在chanel標籤中呼叫

2022-09-05 09:30:17 字數 655 閱讀 7361

想要在channel 中使用,例如:

[field:typename/][field:typenameng/]

則還要修改乙個檔案,找到include\taglib\channel.lib.php

第一處:

if($type=='top')

else

if($type=='son')

else

if($type=='self')

第二處:

//如果用子欄目模式,當沒有子欄目時顯示同級欄目

if($type=='son' && $reid!=0 && $totalrow==0)

當前欄目呼叫

//

處理同級欄目中,當前欄目的樣式。currentstyle中的呼叫

include\taglib\channel.lib.php 140行

$linkokstr = str_replace("~typename~",$row['typename'],$linkokstr

);下面新增

$linkokstr = str_replace("~typenameen~",$row['typenameen'],$linkokstr);

dede織夢文章高亮欄目高亮

最簡單的實現方法,不改動程式檔案 上面那一行標籤的意思是 用 當前文件id 作為判斷 如果在 dede arclist標籤裡有文件的id 等於 當前文件id 就給它加 class current 例子 field typename 開啟include taglib channelartlist.li...

dede 織夢 欄目內容頁面字數長度

field description 標籤如何限制字數?field descriptionfunction cn substr me,80 dedecms 裡的所有標記都支援這樣使用函式的 field contentfunction cn substr me 200 field content 這裡的...

織夢導航欄欄目被選中狀態

很多新手朋友在用織夢做仿站時,經常問怎樣實現導航欄被選中的樣式,即當在首頁時導航欄的 首頁 就處 於選中狀態,如下圖 圖1當在別的欄目時,導航欄中 首頁 就不處於選中,所在欄目處於被選中狀態,如下圖 圖2其實做成這種狀態很簡單,通常我們在做織夢模板時,導航欄會放到頭部模板head.htm中,假設圖1...