這一處,把這一處下面出現的中文改成英文 2.生成文章地址去掉文章數字ID 用記事本打開 include/inc_channel_unit_function.php 找到 $articleRule = str_replace("{pinyin}",GetPinyin($title)."_".$aid,$articleRule); 改成 $articleRule = str_replace("{pinyin}",GetPinyin($title),$articleRule); 簡單的說就是去掉 ."_".$aid 然后在后臺把 欄目的 高級選項里 文章命名規則:{typedir}/{pinyin}.html 3.改掉DEDECMS的提示窗口 改成英文。 這個必須用Dreamweaver編輯,不能用記事本編輯否則會出現后臺空白的情況! 用Dreamweaver打開include/inc_functions.php 找到 ShowMsg 然后往下看。依次找到: DedeCms 系統提示 DedeCms 提示信息: 如果你的瀏覽器沒反應,請點擊這里... 對應修改成 DedeCms Message DedeCms Message: If your browser is no response, please click here ...
4.更改轉向提示為英文 用記事本打開 include/jump.html 依次找到: 正在轉向: 請稍候... 內容簡介: TO: 對應修改成 TO: Are turning to: Please wait ... Brief Introduction:
5.搜索顯示該成英文提示 用記事本打開 plus/search.php 依次找到: 服務器忙,請稍后搜索 你的關鍵詞輸入不合法! 你的信息中存在非法內容,被系統禁止![返回] 關鍵字長度必須要3-30字節之間! 對應修改成 Server is busy,please search later You do not legally enter the keywords! Your information in the illegal content,the system was prohibited! [Back] Keyword length must be between 3-30 bytes!