欢迎来到润旭源码网
帮助中心

润旭源码网

热门搜索: 企业源码    免费源码   

dede标题栏目按字母首字母命名

  • 时间:2020-07-28 10:00 编辑: 来源: 阅读:194
  • 扫一扫,手机访问
摘要:dede添加栏目的时候,默认栏目名称是拼音全称,对于一些名称很长的此语全拼就会显得***长,不仅难看,而且对于优化来说是冗长。 下面来说下dede标题栏目按字母首字母命名的方法。 打开dede/catalog.add.php文件,找到85行: $toptypedir = GetPinyin(stripslashes($toptypename));修改为: $toptypedir = GetPiny

dede添加栏目的时候,默认栏目名称是拼音全称,对于一些名称很长的此语全拼就会显得***长,不仅难看,而且对于优化来说是冗长。

 

下面来说下dede标题栏目按字母首字母命名的方法。

 

打开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);


  • 全部评论(0)
资讯详情页最新发布上方横幅
联系我们

QQ:888477 {点击直接联系}

邮箱:runxu123@qq.com

时间:周1——周6 【9:00-23:00

联系客服
购买源码 源码咨询 投诉建议 联系客服
0373-6621888
手机版

扫一扫进手机版
返回顶部