织梦dedecms商业教程 织梦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); |
相关文章
- DNF单机版真100级真女鬼剑风法全职业三觉 Win7亲测可玩 (内含教程GM工具 需要虚拟机)
- 网络游戏 决战掉率列表
- 决战游戏地图坐标
- 决战数据库0nlineshop表NPC卖东西的
- 决战GameUser数据表详解说明 DROIYAN ONLINE
- 决战DROIYAN ONLINE 7.0版本怪物列表
- 决战DROIYAN ONLINE如何16进制刷刷教程
- 传奇教程 GOM引擎RMB地图脚本,传奇私服一条龙设置RMB点进入地图的方法 传奇脚本
- 传奇教程 GOM引擎转生地图脚本,传奇开区时添加需要转生进入地图的命令 传奇脚本
- 传奇教程 GOM引擎九零土豪脚本,传奇一条龙开区时添加VIP称号地图命令 传奇脚本