加入收藏 | 设为首页 | 会员中心 | 我要投稿 宿州站长网 (https://www.0557zz.com/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 建站 > 正文

dedecms 栏目目录用首字母生成的办法

发布时间:2022-05-18 14:18:16 所属栏目:建站 来源:互联网
导读:修改dede/catalog.add.php文件 85行 $toptypedir = GetPinyin(stripslashes($toptypename)); 修改为 $toptypedir = GetPinyin(stripslashes($toptypename),1); 108 行 $typedir = $toptypedir./.GetPinyin(stripslashes($v)); 修改为 $typedir = $toptypedir
        修改dede/catalog.add.php文件
 
        85行 $toptypedir = GetPinyin(stripslashes($toptypename));
        修改为 $toptypedir = GetPinyin(stripslashes($toptypename),1);
 
        108 行 $typedir = $toptypedir.'/'.GetPinyin(stripslashes($v));
        修改为 $typedir = $toptypedir.'/'.GetPinyin(stripslashes($v),1);
 
        134行 $toptypedir = GetPinyin(stripslashes($toptypename));
        修改为 $toptypedir = GetPinyin(stripslashes($toptypename),1);
 
        187行 $typedir = GetPinyin(stripslashes($typename));
        修改为 $typedir = GetPinyin(stripslashes($typename),1);

(编辑:宿州站长网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!