首页 >

织梦DedeCMS上传附件不自动改名,织梦DedeCMS中文名附件自动改为拼音文件

织梦DedeCMS的系统在上传附件后,会将文件自动改名字,那怎么样才能让附件上传后不自动改名字呢,让附件上传后不自动改名字(中文名的附件将会改成拼音文件名称),现在说一下方法吧:
打开网站目录下include\dialog\select_soft_post.php文件
一 | 找到以下代码
$filename = $cuserLogin->getUserID().’-‘.dd2char(MyDate(‘ymdHis’,$nowtme));

修改为:

织梦DedeCMS上传附件不自动改名,织梦DedeCMS中文名附件自动改为拼音文件
//$filename = $cuserLogin->getUserID().’-‘.dd2char(MyDate(‘ymdHis’,$nowtme));


二 | 找到:

$filename = $filename.’.’.$fs[count($fs)-1];

修改为:
$filename = GetPinyin($fs[0]).’.’.$fs[count($fs)-1];


这样就可以完成修改了。
织梦DedeCMS上传附件不自动改名,织梦DedeCMS中文名附件自动改为拼音文件
  • 超全织梦DedeCMS autoindex和itemindex标签的使用介绍
  • 超全织梦DedeCMS autoindex和itemindex标签的使用介绍 | 超全织梦DedeCMS autoindex和itemindex标签的使用介绍 ...

    织梦DedeCMS上传附件不自动改名,织梦DedeCMS中文名附件自动改为拼音文件
  • 织梦DedeCMS模板移动版设置二级域名的教程
  • 织梦DedeCMS模板移动版设置二级域名的教程 | 织梦DedeCMS模板移动版设置二级域名的教程 ...

    织梦DedeCMS上传附件不自动改名,织梦DedeCMS中文名附件自动改为拼音文件
  • 织梦DedeCMS在模板中加入代码为每篇文章添加二维码
  • 织梦DedeCMS在模板中加入代码为每篇文章添加二维码 | 织梦DedeCMS在模板中加入代码为每篇文章添加二维码 ...

    © 牛的日记 | www.liuzhongwei.com
    网站部分内容来源于网友供稿,若有侵权请联系删除,970928#QQ.com