織夢怎麼批量取代所有文章來源和作者?
織夢DEDECMS批量取代所有文章「來源」和「作者」的方法
第一步:
開啟:dede (後台目錄)\templets\article_add.htm (發表普通模板)和article_edit.htm(修改普通模板)
推薦學習:dedecms教學
#分別把:
<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="" size="16"/>
和:
<input name="writer" type="text" id="writer" style="width:120px" value="织梦猫"> <input name="selwriter" type="button" id="selwriter" value="选择" />
(上面把:“”換成你自己的來源,“織夢吧」換成自己的作者。)
第二步:登陸後台--模板--預設模板管理--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><scriptsrcscriptsrc="{dede:field/}/count.php?view=yes&aid= {dede:fieldname='id'/}&mid={dede:field/}" type='text/javascript'language="javascript"> </script>次</div& gt;<!-- /info -->改為:
<small>时间:</small>{dede:field.pubdate function="MyDate('Y-m-dH:i',@me)"/} <small>来源:</small> <small>作者:</small>织梦猫<small>点击:< /small> <script src="{dede:fieldname='phpurl'/}/count.php?view=yes&aid= {dede:field/}&mid={dede:field/}" type='text/javascript'language="javascript"></script>次</div>(上面把:「」換成你自己的來源,「織夢貓」換成你自己的作者。)然後:儲存第三步:內容維護--全選--審核第三:產生--一鍵更新網站--更新所有--開始更新以後發布新文章時也不用再選「來源」和「作者」了
#
以上是織夢怎麼批量替換所有文章來源和作者的詳細內容。更多資訊請關注PHP中文網其他相關文章!