查看: 23|回覆: 0

[教程] DEDECMS织梦文章文档属性增加推荐特荐图标

[複製鏈接]

4

主題

0

回帖

0

積分

热心网友

金币
0
閲讀權限
220
精華
0
威望
0
贡献
0
在線時間
0 小時
註冊時間
2012-3-2
發表於 2023-6-6 00:00:00 | 顯示全部樓層 |閲讀模式

DEDECMS织梦文章文档属性增加推荐特荐图标,给有属性的文档加入指定的图标图片,注意单双引号

 

  1. [field:flag runphp=yes] if(stristr(@me,"c")) @me = "[推荐]";else @me = "";[/field:flag] 
  2.  
  3. [field:flag runphp=yes] if(stristr(@me,"a")) @me = "[特荐]";else @me = "";[/field:flag] 
  4.  
  5. [field:flag runphp=yes] if(stristr(@me,"a")) @me = "<img src='图片地址'>";else @me = "";[/field:flag] 
  6.  
  7. [field:flag runphp=yes] if(stristr(@me,"c")) @me = "<img src='图片地址'>";else @me = "";[/field:flag]
  8.  
  9. {dede:field name='flag' runphp='yes'if(stristr(@me,"c")) @me = "[推荐]";else @me = "";{/dede:field} 
回覆

使用道具 舉報

您需要登錄後才可以回帖 登錄 | 立即注册

本版積分規則

相关侵权、举报、投诉及建议等,请发 E-mail:qiongdian@foxmail.com

Powered by Discuz! X5.0 © 2001-2026 Discuz! Team.

在本版发帖返回顶部