帝国CMS分类信息过期时间设置(发布信息选择多久之后显示过期)

  • 压缩包大小:Unkown
  • 开发语言:
  • 软件授权:
  • 更新时间:2022-12-30 11:02:55
  • 软件类别:
  • 相关链接:未知官方
  • 网友评分:
  • 应用平台:Win2000/WinXP/Win2003
  • 演示地址:演示地址

分类信息有效期设置,如下图:

1.gif

第一步:增加字段gqtime类型选择日期。

投稿表单替换html代码(增加字段时请留空)内容修改为:

<select name="gqtime" id="gqtime"><option value="<?echo date("Y-m-d",strtotime("+7day")); ?><?=DoReqValue($tbname,'gqtime',stripSlashes($r[gqtime]))?>">7天后过期</option><option value="<?echo date("Y-m-d",strtotime("+1month")); ?><?=DoReqValue($tbname,'gqtime',stripSlashes($r[gqtime]))?>">一个月后过期</option><option value="<?echo date("Y-m-d",strtotime("+3month")); ?><?=DoReqValue($tbname,'gqtime',stripSlashes($r[gqtime]))?>">三个月后过期</option><option value="<?echo date("Y-m-d",strtotime("+6month")); ?><?=DoReqValue($tbname,'gqtime',stripSlashes($r[gqtime]))?>" selected>六个月后过期</option><option value="<?echo date("Y-m-d",strtotime("+20year")); ?><?=DoReqValue($tbname,'gqtime',stripSlashes($r[gqtime]))?>">长期有效</option></select>

第二步:打开e/class/connect.php文件,找到 //栏目链接。在其上面一行加入如下代码:

//时间        $odate = round(((strtotime($r[gqtime])-strtotime(date('Y-m-d')))/86400),0);         if ($odate>0)                 {                 $diffTime = ''; //                 }         else if ($odate==0)                 {                 $diffTime = '今天到期 ';                 }         else                  {                 $diffTime = '<span class="expire">已过期</span> ';                 }        $listtemp = str_replace ('[!--diffTime--]', $diffTime, $listtemp);

第三步:信息调用:

列表页调用:[!--diffTime--]

内容页引用JS:

<script language="javascript" src="images/date.js"></script> 

在需要显示的地方调用:

<script>check_tdate('[!--gqtime--]')</script>

date.js 文件代码如下:

// JavaScript Documentfunction check_tdate(odate){ var checkArray= new Array() ;//nowArray    = odate.split(" ");checkArray    = odate.split("-"); checkDate   = new  Date(checkArray[0],checkArray[1],checkArray[2]);var nowTime   = new Date();// 现在时间var the_year  = nowTime.getYear(); var the_month = nowTime.getMonth() + 1; var the_day   = nowTime.getDate();nowTime    = new  Date(the_year,the_month,the_day); var thesecond = 24 * 60 * 60 *1000 ; var diffTime  = (nowTime - checkDate)/thesecond;//计算天数if (diffTime>0){myreturn ="<div style='position:absolute;z-index:100;margin-left:150px;'><img src=../../../images/guoqi.gif></div>";}else if (diffTime==0){myreturn = '';}else  {diffTime=0-diffTime;myreturn = '';}//alert(myreturn); document.write(''+myreturn+'')}

已过期图片:

1.gif

到此这篇关于帝国CMS分类信息过期时间设置(发布信息选择多久之后显示过期)就介绍到这了。生活中最重要的事情不是胜利,而是奋斗;不是征服,而是努力拼搏。更多相关帝国CMS分类信息过期时间设置(发布信息选择多久之后显示过期)内容请查看相关栏目,小编编辑不易,再次感谢大家的支持!

关键词: 分类信息 帝国CMS

下载地址

下载失败问题?【我要反馈】

提示:好代码网站资源是由用户投稿上传,内容来自互联网,本站只做免费推荐用于学习分享,如有版权及其他问题,请联系小编处理!

下载“jQuery焦点无缝轮播图特效”地址:

  • 日榜
  • 周榜
  • 月榜

推荐下载

  • 开发手册
  • 常用软件