dedecms会员空间更换模板教程,织梦技术
导读:织梦技术织梦技术关键字描述:模板 教程 更换 空间 会员 lt spacetemplededecms会员空间更换模板教程:1、数据库member表spacename后增加字段s织梦模板修改织梦cms模板。
关键字描述:模板 教程 更换 空间 会员 " spacetemplets < spacetemple
dedecms会员空间更换模板教程:
1、数据库member表spacename后增加字段spacetemplets字段
2、在member/templets/space/目录增加几个自选模板文件夹如:member/templets/space/1/member/templets/space/2/member/templets/space/3/
3、修改member/index.php
104行require_once(dirname(__FILE__)."/templets/space/".$spacetemplets."/member_info.htm");132行require_once(dirname(__FILE__)."/templets/space/".$spacetemplets."/member_guestbook_form.htm");167行require_once(dirname(__FILE__)."/templets/space/".$spacetemplets."/member_index.htm");213行require_once(dirname(__FILE__)."/templets/space/".$spacetemplets."/member_group.htm");253行require_once(dirname(__FILE__)."/templets/space/".$spacetemplets."/member_threads.htm");287行require_once(dirname(__FILE__)."/templets/space/".$spacetemplets."/member_asks.htm");321行require_once(dirname(__FILE__)."/templets/space/".$spacetemplets."/member_infos.htm");
增加".$spacetemplets."/路径
115行$spaceInfos = $dsql->GetOne("Select ID,uname,spacename,spacetemplets,spaceimage,news,sex,c1,c2,spaceshow,logintime,scores From dede_member where `$fieldname`='{$fieldvalue}'; ");143行$spaceInfos = $dsql->GetOne("Select ID, userid, `type`, uname,c1,c2,spaceshow,logintime,spacename,spacetemplets,spaceimage,news,scores From dede_member where `$fieldname`='{$fieldvalue}'; ");184行$spaceInfos = $dsql->GetOne("Select ID, userid, `type`, uname,c1,c2,spaceshow,logintime,spacename,spacetemplets,spaceimage,news,scores From dede_member where `$fieldname`='{$fieldvalue}'; ");224行$spaceInfos = $dsql->GetOne("Select ID, userid, `type`, uname,c1,c梦织模板2,spaceshow,logintime,spacename,spacetemplets,spaceimage,news,scores From dede_member where `$fieldname`='{$fieldvalue}'; ");258行$spaceInfos = $dsql->GetOne("Select ID, userid, `type`, uname,c1,c2,spaceshow,logintime,spacename,spacetemplets,spaceimage,news,scores From dede_member where `$fieldname`='{$fieldvalue}'; ");292行$spaceInfos = $dsql->GetOne("Select ID, userid, `type`, uname,c1,c2,spaceshow,logintime,spacename,spacetemplets,spaceimage,news,scores From dede_member where `$fieldname`='{$fieldvalue}'; ");dede下瓻模板下载
增加spacetemplets字段
4、member/space_info.php
7行require_once(dirname(__FILE__)."/templets/space/".$spacetemplets."/member_infos.htm");
增加spacetemplets字段
声明: 本文由我的SEOUC技术文章主页发布于:2023-07-20 ,文章dedecms会员空间更换模板教程,织梦技术主要讲述模板,标签,织梦网站建设源码以及服务器配置搭建相关技术文章。转载请保留链接: https://www.seouc.com/article/web_31801.html