Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已解决] QQ登陆完善资料后登陆怎么跳转到论坛首页而不是门户?

[复制链接]
短线王 发表于 2013-6-11 23:10:33 | 显示全部楼层 |阅读模式
QQ登陆完善资料后登陆怎么跳转到论坛首页而不是门户?
冬日的白 发表于 2013-6-12 16:47:13 | 显示全部楼层
我完善资料后连跳转都不跳转  怎么办啊
回复

使用道具 举报

otherbank 发表于 2013-6-17 15:45:16 | 显示全部楼层
找到source\plugin\qqconnect\connect\connect_login.php文件,搜索代码大约290行到294行
if (substr($mobileId, 0, 7) == 'Mobile_') {
                                showmessage('login_succeed', $referer);
                        } else {
                                $utilService->redirect($referer);
                        }
改为
if (substr($mobileId, 0, 7) == 'Mobile_') {
                                showmessage('login_succeed', $referer);
                        } else {
                               dheader('Location:member.php?mod=connect&referer=forum.php');
                        }
这样设置之后试试
回复

使用道具 举报

FancyGary 发表于 2013-6-17 18:31:16 | 显示全部楼层
扣扣超 市   挺好玩,老被疯啊,木有好友啊,这的升级有点慢,郁闷中,为了加好友,冲啊!!!
回复

使用道具 举报

我爱china 发表于 2013-7-29 15:44:35 | 显示全部楼层
飘过,看看的嗯
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-25 11:42 , Processed in 0.033559 second(s), 6 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表