织梦Dedecms使用拼音首字母做栏目名称的方法

时间:2026-02-16 01:09:46

1、85行 $toptypedir = GetPinyin(stripslashes($toptypename));

修改为 $toptypedir = GetPinyin(stripslashes($toptypename),1);

2、108 行 $typedir = $toptypedir.'/'.GetPinyin(stripslashes($v));

修改为 $typedir = $toptypedir.'/'.GetPinyin(stripslashes($v),1);

3、134行  $toptypedir = GetPinyin(stripslashes($toptypename));

修改为$toptypedir = GetPinyin(stripslashes($toptypename),1);

4、187行 $typedir = GetPinyin(stripslashes($typename));

修改为 $typedir = GetPinyin(stripslashes($typename),1);

© 2026 一点资料
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com