無論你手工發布,還是采集而來,免不了要進行手工操作弄縮略圖,不然標題圖片沒有,挺煩人的 只需一次設定,就可以在文章編輯框里自動勾選上分頁和生成縮略圖,免除你次次進行操作的麻煩,好了,廢話不多說,上菜“
先到 系統>管理數據表 > 后,在你需要進行設定的類型里更改,比如我要 這項的實現自動生成標題縮略圖和自動分頁(當然,你也可以單獨實現分頁和生成縮略圖)
找到 新聞系統數據表( phome_ ecms_ news ) >[管理字段]>新聞正文 后面點擊
輸入表單替換html代碼(增加字段時請留空)后面的代碼里增加幾個代碼
<?=ECMS_ShowEditorVar("newstext",$ecmsfirstpost==1?"":stripSlashes($r[newstext]),"Default","","300","100%")?>
<table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#DBEAF5">
<tr>
<td bgcolor="#FFFFFF"> <input name="dokey" type="checkbox" value="1"<?=$r[dokey]==1?' checked':''?>>
關鍵字替換 <input name="copyimg" type="checkbox" id="copyimg" value="1" checked>
遠程保存圖片(
<input name="mark" type="checkbox" id="mark" value="1">
<a href="SetEnews.php<?=$ecms_hashur[whehref]?>" target="_blank">加水印</a>)
<input name="copyflash" type="checkbox" id="copyflash" value="1">
遠程保存FLASH(地址前綴:
<input name="qz_url" type="text" id="qz_url" size="">
)</td>
</tr>
<tr>
<td bgcolor="#FFFFFF"><input name="repimgnexturl" type="checkbox" id="repimgnexturl" value="1"> 圖片鏈接轉為下一頁 <input name="autopage" type="checkbox" id="autopage" value="1" checked> 自動分頁
,每
<input name="autosize" type="text" id="autosize" value="5000" size="5">
個字節為一頁 取第
<input name="getfirsttitlepic" type="text" id="getfirsttitlepic" value="" size="1">
張上傳圖為標題圖片(
<input name="getfirsttitlespic" type="checkbox" id="getfirsttitlespic" value="1">
縮略圖: 寬
<input name="getfirsttitlespicw" type="text" id="getfirsttitlespicw" size="3" value="<?=$public_r[spicwidth]?>">
*高
<input name="getfirsttitlespich" type="text" id="getfirsttitlespich" size="3" value="<?=$public_r[spicheight]?>">
)</td>
</tr>
</table>
這是更改后的代碼。
OK, 改好后就提交 數據更新 到文章發布地方看看是不是已經自動勾選上了啊,從此以后發布文章寫好后直接發布,免除你次次手工操作的麻煩怎么樣,是不是挺方便了,這下懶人大大們有福了
在說明下,自動生成縮略圖的大小,是在系統參數設置里進行設定的,自己可以根據需要,到參數設置里進行更改,從而實現默認的大小