
歡迎訪問全國企業(yè)網(wǎng)站設計NO.1網(wǎng)站開發(fā)商平臺 | 付款方式 |
POST TIME:2020-10-09
在織夢網(wǎng)站程序中對不同的字段都有一定長度的限制,對文章內容頁中的字段也是如此,想要在文章內容頁中標題、來源、作者等字段字數(shù)不受到限制,還要在程序文件中做一些修改。
找到dede目錄下的以下文件:
/archives_add.php
/archives_edit.php
/article_add.php
/article_edit.php
如果修改專題摘要,還得修改:
/spec_add.php
/spec_edit.php
依次打開查找以下代碼:
$title= cn_substrR($title,$cfg_title_maxlen);
$shorttitle = cn_substrR($shorttitle,36);//簡略標題字符數(shù)
$color = cn_substrR($color,7);
$writer = cn_substrR($writer,20);//作者字符數(shù)
$source = cn_substrR($source,30);//文章來源字符數(shù)
$description = cn_substrR($description,600);//摘要字符數(shù)
$keywords = trim(cn_substrR($keywords,30));//關鍵詞字符數(shù)
$filename = trim(cn_substrR($filename,40));//文件名字符數(shù)
if(!TestPurview('a_Check,a_AccCheck,a_MyCheck'))
在代碼括號中的數(shù)字就是字符數(shù),修改成自己想要的字符數(shù)就可以了。
巨號網(wǎng)網(wǎng)站開發(fā)部為全國企業(yè)提供網(wǎng)頁設計和專業(yè)的公司網(wǎng)站制作等相關建站服務,并提供24小時企業(yè)網(wǎng)站設計咨詢!