网站导航免费论文 原创论文 论文搜索 原创论文 网学软件 学术大家 资料中心 会员中心 问题解答 原创论文 大学论文导航 设计下载 最新论文 下载排行 原创论文 论文源代码
返回网学首页
网学联系
最新论文 推荐专题 热门论文 素材专题
当前位置: 网学 > 编程文档 > 网络知识 > 正文

DedeCms发布的文章显示红色日期或加上new字或new小图片

来源:http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 14/06/30

以下是网学网为您推荐的网络知识-DedeCms发布的文章显示红色日期或加上new字或new小图片,希望本篇文章对您学习有所帮助。

  DedeCMS发布的文章显示红色日期或加上new字或new小图片,给近三天(或当天)发布的文章显示红色日期或加上new字或new小图片等,都是围绕pubdate做文章,写扩展的。

1、红色的日期

[field:pubdate runphp=''yes''] 
$a="<font color=red>".strftime(''%m-%d'',@me)."</font>";
$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 = "<font color=''red''>(new)</font>";
else @me = $aa;
[/field:pubdate]

3、加/uploadfile/201406/30/05144739836.gif小图片

[field:pubdate runphp=''yes'']
$aa=strftime(''%m-%d'',@me);
$ntime = time();
$tagtime = @me;
$day3 = 3600 * 24 * 3;
if($tagtime > $ntime-$day3) @me = "<img src=''/uploadfile/201406/30/05144739836.gif'' />".$aa;
else @me = $aa;
[/field:pubdate]

  要注意的问题是:如:"<img src=''/uploadfile/201406/30/05144739836.gif'' />中不能用双引号,否则不行。

  如果要给当天的加,把 3600 * 24 * 3 改为 3600 * 24  即可。

DedeCms下载:

织梦CMS(DedeCMS) v5.7 SP1 GBK build20130607下载

界面预览

  • 软件大小:7.13MB
  • 软件类别:国产软件 | CMS建站
  • 软件语言:简体中文
  • 运行环境:PHP/Mysql
  • 软件授权:免费版
  • 更新时间:2013-6-8 9:36:46
  • 相关链接:Home Page

网学推荐

免费论文

原创论文

设为首页 | 加入收藏 | 论文首页 | 论文专题 | 设计下载 | 网学软件 | 论文模板 | 论文资源 | 程序设计 | 关于网学 | 站内搜索 | 网学留言 | 友情链接 | 资料中心
版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号