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

 找回密码
 立即注册
搜索

[求助] 不登陆,点击【论坛菜单】跳到首页了,登录可以进入论坛页面

[复制链接]
M3网络 发表于 2011-2-18 13:33:49 | 显示全部楼层 |阅读模式
问题描述
适用版本: Discuz! 7.2
浏览器: IE6 IE7 IE8 IE9 TT 360 IE10 firefox 其他(帖子中请注明浏览器) 
使用模板: 其他模板(请在回帖中说明模板的名称或者是模板的下载地址)
BUG地址: artery_free18
本人的论坛 www.mamibaobei.org,大家可以点进去看一下问题所在


我先描述一下,当我登陆的时候,打开网页首先是显示首页,然后点击论坛菜单可以进入论坛页面
                        当我没登陆的时候,点击论坛菜单,他跳回首页了
                        我想要的结果是,不登陆的情况下,点击论坛菜单可以进去论坛

下面我把论坛页,源代码发出来,大家帮忙分析分析

<?php

/*
        [Discuz!] (C)2001-2009 Comsenz Inc.
        This is NOT a freeware, use is subject to license terms

        $Id: index.php 21048 2009-11-09 05:59:18Z monkey $
*/

define('BINDDOMAIN', 'index');

require_once './include/common.inc.php';

if(!$loadforum) {
        if($indextype) {
                $op = empty($op) ? $indextype : $op;
                $indexfile = in_array($op, array('classics', 'feeds')) ? $op : 'classics';
        } else {
                $indexfile = 'classics';
        }

        if($indexfile == 'classics' || !empty($gid)) {
                require_once DISCUZ_ROOT.'./include/index_classics.inc.php';
        } elseif($indexfile == 'feeds') {
                require_once DISCUZ_ROOT.'./include/index_feeds.inc.php';
        } else {
                showmessage('undefined_action');
        }
} else {
        require_once './forumdisplay.php';
}

?>





回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-9-7 20:52 , Processed in 0.106334 second(s), 16 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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