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

织梦dedecms会员登陆或退出后如何跳转到网站主页

默认dede模板中.会员在主页登陆或退出后,默认会跳转到会员中心.如果我们想登陆或退出后,跳转到网站主页,可以这样来修改dede文件:7tL网站目录_网站网址收录与提交入口

在dede源码的/member目录中找到index_do.php这个文件,然后把这个文件里的"index.php",0,2000修改为:"/",0,2000详细如下:(也就是把红色的部分改为蓝色)7tL网站目录_网站网址收录与提交入口

if(empty($gourl) || eregi("action|_do",$gourl))7tL网站目录_网站网址收录与提交入口

{7tL网站目录_网站网址收录与提交入口

ShowMsg("成功登录,5秒钟后转向系统主页...","index.php",0,2000);7tL网站目录_网站网址收录与提交入口

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

替换为:{7tL网站目录_网站网址收录与提交入口

ShowMsg("成功登录,5秒钟后转向系统主页...","/",0,2000);7tL网站目录_网站网址收录与提交入口

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

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

{7tL网站目录_网站网址收录与提交入口

ShowMsg("成功登录,现在转向指定页面...",$gourl,0,2000);7tL网站目录_网站网址收录与提交入口

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

exit();7tL网站目录_网站网址收录与提交入口

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

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

//退出登录7tL网站目录_网站网址收录与提交入口

else if($dopost=="exit")7tL网站目录_网站网址收录与提交入口

{7tL网站目录_网站网址收录与提交入口

$cfg_ml->ExitCookie();7tL网站目录_网站网址收录与提交入口

#api{{7tL网站目录_网站网址收录与提交入口

if(defined('UC_API') && @include_once DEDEROOT.'/uc_client/client.php')7tL网站目录_网站网址收录与提交入口

{7tL网站目录_网站网址收录与提交入口

$ucsynlogin = uc_user_synlogout();7tL网站目录_网站网址收录与提交入口

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

#/aip}}7tL网站目录_网站网址收录与提交入口

ShowMsg("成功退出登录!","index.php",0,2000);7tL网站目录_网站网址收录与提交入口

替换为:ShowMsg("成功退出登录!","/",0,2000);7tL网站目录_网站网址收录与提交入口

exit();7tL网站目录_网站网址收录与提交入口

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

这样,dede会员在登陆与退出的时候就不会返回dede会员中心了。7tL网站目录_网站网址收录与提交入口

  

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

相关文章