码迷,mamicode.com
首页 > 其他好文 > 详细

dedecms文章的更新时间问题 每次更改文章时间变成最新的

时间:2014-07-26 00:05:56      阅读:285      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   文件   width   art   re   c   

bubuko.com,布布扣

 

dedecms 每次更改文章,更新时间这里每次改了后再来看又变成当前最新时间的了。

 

解决方法:

查找后台目录的 templets/article_edit.htm 这个文件。 然后打开,查找如下代码:

<?php
          $nowtime = GetDateTimeMk(time());
          echo "<input name=\"pubdate\" value=\"$nowtime\" type=\"text\" id=\"pubdate\" style=\"width:120px;\">";
            ?>

 

把此代码替换成

 

<input name="pubdate" value="<?php echo $nowtime1 = GetDateTimeMk($arcRow["pubdate"]);?>" type="text" id="pubdate" style="width:120px;">

dedecms文章的更新时间问题 每次更改文章时间变成最新的,布布扣,bubuko.com

dedecms文章的更新时间问题 每次更改文章时间变成最新的

标签:style   blog   http   文件   width   art   re   c   

原文地址:http://www.cnblogs.com/php411161555/p/3868161.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!