这一处,把这一处下面出现的中文改成英文 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!