
修改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=G...

1、首先在include/helpers下创建一个member.helper.php,这个名字自己可以随便改吧然后写辅助函数如下:代码如下:/***获得会员的某个字段的值**@paramint$mid会员id*@paramstring$field需要返回的字段*@returnstring*/if(!function_exists('GetMemberField')){functionGetMemberField($mid,$field=null){$field=$field?$field:'uname';global$dsql;$query="SELECT$fieldFROM`dede_member`WHEREmid='$mid'";$ro...

本帖最后由Nanu于2008-12-2914:58编辑官方支持:http://http://www.zjjv.com///forum-64-1.htmlComsenzEXP2.0.0更新日志(ChangeLog):【2008-12-26】==========#版本:2.0.0Build1226*集成Discuz!7.0.0;*集成UCenterHome1.5.0;*集成UCenter1.5.0;*更新Apache到2.2.10;*更新MySQL到5.0.67;*更新PHP到5.2.8;*更新ZendOptimizer到3.3.3;*增加eAccelerator0.9.5.3PHP缓存加速器支持;*增加PHPM...