当前位置: 首页 > 站长资讯 > 正文页面

织梦DEDECMS网站会员中心添加企业模板的方法

织梦DEDECMS网站会员中心添加企业模板的方法:oNx网站目录_网站网址收录与提交入口

关于在dedecms模板会员中心添加企业模板的问题,想了很久找了一些方法终于解决了。oNx网站目录_网站网址收录与提交入口

把风格模板拷贝到memberspace下在会员后台“风格选择”竟然找不到刚加的模板.....oNx网站目录_网站网址收录与提交入口

解决办法:oNx网站目录_网站网址收录与提交入口

第1种把memberspaceskinlist.inc下的删掉oNx网站目录_网站网址收录与提交入口

第2种 打开memberspaceskinlist.inc把你的模板文件夹名字写进去oNx网站目录_网站网址收录与提交入口

终于把普通个人会员的模板搞定了,注册个企业会员试试,竟然还是只有1个风格模板..........oNx网站目录_网站网址收录与提交入口

解决方法 打开你的企业模板文件夹把info.txt中的“type:企业”改成“type:个人”就OK了oNx网站目录_网站网址收录与提交入口

由此推算新建一个商家的会员模型 那添家模板风格的时候只要写成“type:商家”就好了oNx网站目录_网站网址收录与提交入口

当然还要去修改,reg_new.php文件中198行的oNx网站目录_网站网址收录与提交入口

Copy to Clipboard引用的内容:[www.veryhuo.com]oNx网站目录_网站网址收录与提交入口

if($mtype=='个人'){oNx网站目录_网站网址收录与提交入口

$space='person';oNx网站目录_网站网址收录与提交入口

}else if($mtype=='企业'){oNx网站目录_网站网址收录与提交入口

$space='company';oNx网站目录_网站网址收录与提交入口

}else{oNx网站目录_网站网址收录与提交入口

$space='person';oNx网站目录_网站网址收录与提交入口

}oNx网站目录_网站网址收录与提交入口

改成oNx网站目录_网站网址收录与提交入口

if($mtype=='个人'){oNx网站目录_网站网址收录与提交入口

$space='person';oNx网站目录_网站网址收录与提交入口

}else if($mtype=='企业'){oNx网站目录_网站网址收录与提交入口

$space='company';oNx网站目录_网站网址收录与提交入口

}oNx网站目录_网站网址收录与提交入口

else if($mtype=='商家){oNx网站目录_网站网址收录与提交入口

$space='这里是商家的默认模板';oNx网站目录_网站网址收录与提交入口

}oNx网站目录_网站网址收录与提交入口

else{oNx网站目录_网站网址收录与提交入口

$space='person';oNx网站目录_网站网址收录与提交入口

}oNx网站目录_网站网址收录与提交入口

OK了。oNx网站目录_网站网址收录与提交入口

  

此文由 网站目录_网站网址收录与提交入口 编辑,未经允许不得转载!:

相关文章