您现在的位置是:首页 > 教程 > dedecms教程dedecms教程

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

凡旋2023-09-30 16:25:36dedecms教程已有人查阅

导读dede 修改dede/catalog.add.php文件 85行 $toptypedir = GetPinyin(stripslashes($topty

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

本文标签:

很赞哦! ()

留言与评论 (共有 条评论)
验证码:

本栏推荐

相关标签