花魁直播高品质美女在线视频互动社区 - 花魁直播官方版

 歡迎來到素材無憂網(wǎng),按 + 收藏我們
登錄 注冊 退出 找回密碼

帝國CMS分類信息過期時間設置(發(fā)布信息選擇多久之后顯示過期)

時間: 2024-02-25 09:27 閱讀: 作者:素材無憂網(wǎng)

分類信息有效期設置,如下圖:

1.gif

第一步:增加字段gqtime 類型選擇日期。

投稿表單替換html代碼(增加字段時請留空)內(nèi)容修改為:

 name="gqtime" id="gqtime"> value="Y-m-d",strtotime("+7day")); ?>">7天后過期> value="Y-m-d",strtotime("+1month")); ?>">一個月后過期> value="Y-m-d",strtotime("+3month")); ?>">三個月后過期> value="Y-m-d",strtotime("+6month")); ?>" selected>六個月后過期> value="Y-m-d",strtotime("+20year")); ?>">長期有效>>

第二步:打開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 = ' class="expire">已過期> ';
}
$listtemp = str_replace ('[!--diffTime--]', $diffTime, $listtemp);

第三步:信息調(diào)用:

列表頁調(diào)用:[!--diffTime--]

內(nèi)容頁引用JS:

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

在需要顯示的地方調(diào)用:

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

date.js 文件代碼如下:


// JavaScript Document
function 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();// 現(xiàn)在時間
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;//計算天數(shù)
if (diffTime>0)
{
myreturn ="
帝國CMS分類信息過期時間設置(發(fā)布信息選擇多久之后顯示過期)(圖2)

";
}
else if (diffTime==0)
{
myreturn = '';
}
else
{
diffTime=0-diffTime;
myreturn = '';
}
//alert(myreturn);
document.write(''+myreturn+'')
}

已過期圖片:

1.gif

版權聲明: 本站資源均來自互聯(lián)網(wǎng)或會員發(fā)布,如果侵犯了您的權益請與我們聯(lián)系,我們將在24小時內(nèi)刪除!謝謝!

轉載請注明: 帝國CMS分類信息過期時間設置(發(fā)布信息選擇多久之后顯示過期)

模板推薦