基本步骤:q85网站目录_网站网址收录与提交入口
1、增加新的会员列表模板,模板命名:“数字.php”;q85网站目录_网站网址收录与提交入口
2、会员列表用tempid变量指定使用的列表模板:/e/member/list/?tempid=模板文件。q85网站目录_网站网址收录与提交入口
一、增加新的会员列表模板:q85网站目录_网站网址收录与提交入口
1、复制一份默认会员列表模板文件再修改:q85网站目录_网站网址收录与提交入口
复制“/e/template/memberlist/1.php”文件,并重命名为“2.php”。q85网站目录_网站网址收录与提交入口
2、修改“/e/template/memberlist/2.php”模板文件,为如下:(推荐用dreamweaver修改)q85网站目录_网站网址收录与提交入口
<?phpq85网站目录_网站网址收录与提交入口
if(!defined('InEmpireCMS'))q85网站目录_网站网址收录与提交入口
{q85网站目录_网站网址收录与提交入口
exit();q85网站目录_网站网址收录与提交入口
}q85网站目录_网站网址收录与提交入口
?>q85网站目录_网站网址收录与提交入口
<?phpq85网站目录_网站网址收录与提交入口
//配置查询自定义字段列表,逗号开头,多个用逗号格开,格式“ui.字段名”q85网站目录_网站网址收录与提交入口
$useraddf=',ui.userpic,ui.company';q85网站目录_网站网址收录与提交入口
//分页SQLq85网站目录_网站网址收录与提交入口
$query='select u.'.$user_userid.',u.'.$user_username.',u.'.$user_email.',u.'.$user_registertime.',u.'.$user_group.$useraddf.' from '.$user_tablename.' u'.$add." order by u.".$user_userid." desc limit $offset,$line";q85网站目录_网站网址收录与提交入口
$sql=$empire->query($query);q85网站目录_网站网址收录与提交入口
//导航q85网站目录_网站网址收录与提交入口
$url="首页 > 会员列表";q85网站目录_网站网址收录与提交入口
require(ECMS_PATH.'e/data/template/cp_1.php');q85网站目录_网站网址收录与提交入口
?>q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
<?phpq85网站目录_网站网址收录与提交入口
while($r=$empire->fetch($sql))q85网站目录_网站网址收录与提交入口
{q85网站目录_网站网址收录与提交入口
//注册时间q85网站目录_网站网址收录与提交入口
$registertime=$user_register?date("Y-m-d H:i:s",$r[$user_registertime]):$r[$user_registertime];q85网站目录_网站网址收录与提交入口
//用户组q85网站目录_网站网址收录与提交入口
$groupname=$level_r[$r[$user_group]]['groupname'];q85网站目录_网站网址收录与提交入口
//用户头像q85网站目录_网站网址收录与提交入口
$userpic=$r['userpic']?$r['userpic']:$public_r[newsurl].'e/data/images/nouserpic.gif';q85网站目录_网站网址收录与提交入口
?>q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
[会员资料]q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
[会员空间]q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
<?q85网站目录_网站网址收录与提交入口
}q85网站目录_网站网址收录与提交入口
?>q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
<?phpq85网站目录_网站网址收录与提交入口
require(ECMS_PATH.'e/data/template/cp_2.php');q85网站目录_网站网址收录与提交入口
?>q85网站目录_网站网址收录与提交入口
二、会员列表用tempid变量指定使用的列表模板:q85网站目录_网站网址收录与提交入口
1、默认的列表模板q85网站目录_网站网址收录与提交入口
链接:/e/member/list/q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
2、使用新增的列表模板(企业会员)q85网站目录_网站网址收录与提交入口
链接:/e/member/list/?groupid=3,4&tempid=2q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口
至此本节讲解完毕。q85网站目录_网站网址收录与提交入口
q85网站目录_网站网址收录与提交入口 q85网站目录_网站网址收录与提交入口 q85网站目录_网站网址收录与提交入口 q85网站目录_网站网址收录与提交入口 q85网站目录_网站网址收录与提交入口 q85网站目录_网站网址收录与提交入口 q85网站目录_网站网址收录与提交入口 q85网站目录_网站网址收录与提交入口 q85网站目录_网站网址收录与提交入口 q85网站目录_网站网址收录与提交入口 q85网站目录_网站网址收录与提交入口 q85网站目录_网站网址收录与提交入口 q85网站目录_网站网址收录与提交入口 q85网站目录_网站网址收录与提交入口
此文由
网站目录_网站网址收录与提交入口 编辑,未经允许不得转载!: