码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2016-10-03 10:42:15      阅读:121      评论:0      收藏:0      [点我收藏+]

标签:

修改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);

 

Editplus编辑器
查找: GetPinyin\(stripslashes\(\$\w+\)
替换: \0,1

技术分享

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

标签:

原文地址:http://www.cnblogs.com/gggzly/p/5928807.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!