dedecms好代码教程:栏目目录用首字母生成

走自己的路,让别人说去吗!美好的日子带来快乐,阴暗的日子带来经验,所以别对任何一天怀有遗憾。

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

到此这篇关于dedecms好代码教程:栏目目录用首字母生成就介绍到这了。若是时间允许,自己还会在哪些地方做得更好等等,只有坚持这样,你才可能有快速的进步。更多相关dedecms好代码教程:栏目目录用首字母生成内容请查看相关栏目,小编编辑不易,再次感谢大家的支持!

您可能有感兴趣的文章
织梦TAG标签生成静态并且命名是拼音首字母加tag标签ID

Dedecms后台添加栏目如何使用拼音首字母做栏目名称

织梦dede栏目的首字母作为栏目名称

dedecms5.7添加栏目时以简拼作目录名 以拼音首字母作文件夹名称

dedecms织梦获得首字母或拼音的方法,并如何实现文章列表按首字母归类