1.打开dedecms网站根目录,找到 /templets/article_add.htm(发表普通模板)和article_edit.htm(修改普通模板)这两个文件,分别把:
<input name="source" type="text" id="source" style="width:160px" value="<?php echo $source; ?>" size="16"/>和<input name="writer" type="text" id="writer" style="width:120px" value="<?php echo $arcRow["writer"]?>"><input name="selwriter" type="button" id="selwriter" value="选择" />
分别改为:
<input name="source" type="text" id="source" style="width:160px" value="www.网址.com" size="16"/>和<input name="writer" type="text" id="writer" style="width:120px" value="作者名字"><input name="selwriter" type="button" id="selwriter" value="选择" />
2.登陆dedecms后台―>模板―>默认模板管理―>article_article.htm(文章内容页模板),把<small>时间:</small>{dede:field.pubdate function="MyDate('Y-m-dH:i',@me)"/}<small>来源:</small> {dede:field.source/} <small>作者:</small>{dede:field.writer/} <small>点击:</small><scriptsrc="{dede:field name='phpurl'/}/count.php?view=yes&aid={dede:fieldname='id'/}&mid={dede:field name='mid'/}" type='text/javascript'language="javascript"></script>次</small>
改为:
<small>时间:</small>{dede:field.pubdate function="MyDate('Y-m-dH:i',@me)"/}<small>来源:</small> www.网址.com<small>作者:</small>作者名字<small>点击:< /small><script src="{dede:fieldname='phpurl'/}/count.php?view=yes&aid={dede:field name='id'/}&mid={dede:field name='mid'/}" type='text/javascript'language="javascript"></script>次
3.保存之后,进入dede后台,依次选择:内容维护―>全选―>审核
4.生成―>一键更新网站―>更新所有 ―>开始更新。