織夢5 7DEDECMS標籤大全

2021-09-07 10:38:20 字數 1873 閱讀 1077

1.關鍵描述呼叫標籤:

2.路徑呼叫標籤:

dede:global name='cfg_webname'/}

4.欄目導航呼叫標籤:首頁

[field:pubdate runphp='yes']

$a="".strftime('%m-%d',@me)."";

$b=strftime('%m-%d',@me);

$ntime = time();

$day3 = 3600 * 24;

if(($ntime - @me) < $day3) @me = $a;

else @me =$b;

[/field:pubdate]

50.copy頁面內容,自動在後面加上**資訊,利於seo

按總:

按月:

按周:

在首頁呼叫某欄目的子欄目

[field:typename/]

或者52.搜尋表單呼叫標籤:

智慧型模糊搜尋僅搜尋標題

-$tc="-"; //分隔符

$tw=$globals['cfg_list_symbol']; //呼叫位置分隔符

@me=html2text(@me); //去除html標籤

$tf=split($tw,@me); //分解成陣列

for($ta=(count($tf)-2);$ta>=1;$ta--)-

54.呼叫縮圖:

都是圍繞pubdate做文章,寫擴充套件的。

第2、3要注意的問題是:如:"中不能用雙引號,否則不行。

如果要給當天的加,把 3600* 24 * 3 改為 3600 * 24  即可。

1、**********紅色的日期*****===

[field:pubdate runphp='yes']

$a="".strftime('%m-%d',@me)."";

$b=strftime('%m-%d',@me);

$ntime = time();

$day3 = 3600 * 24 * 3;

if(($ntime - @me) < $day3) @me = $a;

else@me =$b;

[/field:pubdate]

2、**********紅色的(new)*****===

[field:pubdate runphp='yes']

$aa=strftime('%m-%d',@me);

$ntime = time();

$tagtime = @me;

$day3 = 3600 * 24 * 3;

if($tagtime > $ntime-$day3) @me ="(new)";

else @me = $aa;

[/field:pubdate]

3、**********加new.gif小*****===

[field:pubdate runphp='yes']

$aa=strftime('%m-%d',@me);

$ntime = time();

$tagtime = @me;

$day3 = 3600 * 24 * 3;

if($tagtime > $ntime-$day3) @me ="".$aa;

else @me = $aa;

[/field:pubdate]

56.一種很酷的時間效果

[field:pubdate runphp="yes"]

if((time()-@me)<(60*60*24))

else        

[/field:pubdate]

】把你的**改一下,不加http://

】58.呼叫tag:

if(!emptyempty(@me))

織夢dedecms漏洞修復大全 5 7起

很多人說dedecms不好,因為用的人多了,找漏洞的人也多了,那麼如果我們能修復的話,這些都不是問題.一 include dialog select soft post.php檔案,搜尋 大概在72行的樣子 fullfilename cfg basedir.activepath.filename 修...

織夢dedecms漏洞修復大全 5 7起

很多人說dedecms不好,因為用的人多了,找漏洞的人也多了,那麼如果我們能修復的話,這些都不是問題.任意檔案上傳漏洞修復 一 include dialog select soft post.php檔案,搜尋 大概在72行的樣子 fullfilename cfg basedir.activepath...

織夢DEDECMS時間標籤呼叫格式大全

織夢dedecms時間標籤呼叫格式大全 因為織夢模板 dedecms時間呼叫標籤大全 2007年1月1日 18 30 02 2007 1 1 18 30 02 2007年1月1日 18時30分02秒 1 1 18 30 02 1 1 y 年 m 月 d 日 h 小時 m 分 s 秒 24小時內的時間...