DedeCMS采集文章的审核时间同步文章发布时间
如遇下载链接蓝奏网盘打不开lanzous替换成lanzoux尝试! 广告
打开织梦后台目录,默认为dede,找到文件archives_do.php。修改之前,请记得先备份,然后打开文件找到如下代码:
$maintable = ( trim($row[‘maintable’])==” ? ‘dede_archives’ : trim($row[‘maintable’]) );
$dsql->ExecuteNoneQuery(“Update `dede_arctiny` set arcrank=’0′ where id=’$aid’ “);
if($row[‘issystem’]==-1) {
$dsql->ExecuteNoneQuery(“Update `”.trim($row[‘addtable’]).”` set arcrank=’0′ where aid=’$aid’ “);
} else {
$dsql->ExecuteNoneQuery(“Update `$maintable` set arcrank=’0′, dutyadmin='”.$cuserLogin->getUserID().”‘ where id=’$aid’ “);
}
$pageurl = MakeArt($aid,false);
将以上代码替换为:
$maintable = ( trim($row[‘maintable’])==” ? ‘dede_archives’ : trim($row[‘maintable’]) );
$newdate = time();
$dsql->ExecuteNoneQuery(“Update `dede_arctiny` set pubdate=’$newdate’,sortrank=’$newdate’,senddate=’$newdate’,arcrank=’0′ where id=’$aid’ “);
if($row[‘issystem’]==-1) {
$dsql->ExecuteNoneQuery(“Update `”.trim($row[‘addtable’]).”` set pubdate=’$newdate’,sortrank=’$newdate’,senddate=’$newdate’,arcrank=’0′ where aid=’$aid’ “);
} else {
$dsql->ExecuteNoneQuery(“Update `$maintable` set pubdate=’$newdate’,sortrank=’$newdate’,senddate=’$newdate’,arcrank=’0′ where id=’$aid’ “);
}
$pageurl = MakeArt($aid,false);
好了,当你再次审核文章时,审核的文章发布时间就会变成当前审核时间。
NOTICE:【咨询风格酷】客服微信:wwwxmamnet
NOTICE:【风格酷模板网②群】QQ群:288678775
☉免责声明:本站所有模板均来自用户分享和网络收集,仅供学习与参考,请勿用于商业用途,如果损害了您的权利,请联系网站客服,我们核实后会立即删除。
☉如果源码网盘地址失效!或有其他问题,请点我报错,谢谢合作!
☉人民币与积分汇率为1比10,即1元=10积分.有任何疑问请联系客服!
☉如有其他问题,请加网站客服QQ(1131734965)进行交流。
☉本站提供的源码、模板、软件工具等其他资源,都不包含技术服务,请大家谅解!
☉源码、模板等资源会随着技术、环境的升级而存在部分问题,还请慎重选择。