雷火电竞-中国电竞赛事及体育赛事平台

歡迎來到入門教程網(wǎng)!

dedecms

當(dāng)前位置:主頁 > CMS教程 > dedecms >

dedecms 欄目目錄用首字母生成的方法

來源:本站原創(chuàng)|時間:2021-08-05|欄目:dedecms|點(diǎn)擊:

修改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文章列表中添加hot,new圖標(biāo)

欄    目:dedecms

下一篇:DedeCms系統(tǒng)未審核文檔禁止動態(tài)瀏覽修改方法

本文標(biāo)題:dedecms 欄目目錄用首字母生成的方法

本文地址:http://www.jygsgssxh.com/a1/dedecms/14408.html

更多dedecms

您可能感興趣的文章

閱讀排行

本欄相關(guān)

隨機(jī)閱讀

網(wǎng)頁制作CMS教程網(wǎng)絡(luò)編程軟件編程腳本語言數(shù)據(jù)庫服務(wù)器

如果侵犯了您的權(quán)利,請與我們聯(lián)系,我們將在24小時內(nèi)進(jìn)行處理、任何非本站因素導(dǎo)致的法律后果,本站均不負(fù)任何責(zé)任。

聯(lián)系QQ:835971066 | 郵箱:835971066#qq.com(#換成@)

Copyright © 2002-2020 腳本教程網(wǎng) 版權(quán)所有