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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已答复] 我自己做的ss模板在未登录的情况下不显示登陆框(panel文件的问题,帮我检查下)?

[复制链接]
xujiang103 发表于 2009-6-9 12:20:39 | 显示全部楼层 |阅读模式
本帖最后由 xujiang103 于 2009-6-9 13:25 编辑

RT,登陆之后就会显示登录信息,登陆之前却没有,请问是什么原因啊??
达人指点一下,谢谢

缓存什么的都更新过了

改回官方默认的也不能显示了


panel文件在下面!!

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
紫琼 发表于 2009-6-9 12:22:22 | 显示全部楼层
你自己做的模板有问题没法帮你解决,这里只解决标准程序标准模板出现的安装和使用方面的问题~
回复

使用道具 举报

 楼主| xujiang103 发表于 2009-6-9 12:28:54 | 显示全部楼层
哪请问下可能会是什么原因呢?
我自己好排查一下
回复

使用道具 举报

 楼主| xujiang103 发表于 2009-6-9 12:41:47 | 显示全部楼层
紫琼吃饭去了...
回复

使用道具 举报

lidq.jingwu 发表于 2009-6-9 12:49:42 | 显示全部楼层
可能是CSS的原因。
回复

使用道具 举报

 楼主| xujiang103 发表于 2009-6-9 12:56:06 | 显示全部楼层
本帖最后由 xujiang103 于 2009-6-9 12:58 编辑

不对啊,我用的官方默认的登陆文件也是一样不行
回复

使用道具 举报

 楼主| xujiang103 发表于 2009-6-9 13:09:13 | 显示全部楼层
<?php

/*
        [SupeSite] (C) 2007-2009 Comsenz Inc.
        $Id: batch.panel.php 11626 2009-03-13 02:27:20Z zhanglijun $
*/

include_once('./common.php');
include_once(S_ROOT.'./language/batch.lang.php');

$uid = $_SGLOBAL['supe_uid'];
$ucurl = avatar($uid);
$siteurl = S_URL_ALL;
if(!empty($uid)) {
        if($channels['menus']['bbs']) {
                $bbshtml = ' | <a href="'.$_SC['bbsurl'].'" target="_blank">'.$blang['forum_visit'].'</a>';
        }
        if($channels['menus']['uchblog'] || $channels['menus']['uchimage']) {
                $uchhtml = ' | <a href="'.$_SC['uchurl'].'" target="_blank">'.$blang['home_visit'].'</a>';
        }
        $showpost = 0;
        $showposturl = '';
        $divhtml = '<div id="contribute_op" style="display:none;"><ul>';
        if(!in_array('news', $_SCONFIG['closechannels']) && !empty($_SGLOBAL['group']['managespacenews'])) {
                $divhtml .= '<li><a href="'.$siteurl.'/admincp.php?action=spacenews&op=add" target="_blank" onclick="hidendivop();">'.$lang['news'].'</a></li>';
                $showpost++;
                $showposturl = $siteurl.'/admincp.php?action=spacenews&op=add';
        }
       
        include_once(S_ROOT.'./function/model.func.php');
        $midarr = getuserspacemid();
        if(!empty($midarr)) {
                foreach($midarr as $tmpkey => $tmpvalue) {               
                        $divhtml .= '<li><a href="'.$siteurl.'/admincp.php?action=modelmanages&mid='.$tmpvalue['mid'].'&op=add" onclick="hidendivop();" target="_blank">'.$tmpvalue['modelalias'].'</a></li>';
                        $showpost++;
                        $showposturl = $siteurl.'/admincp.php?action=modelmanages&mid='.$tmpvalue['mid'].'&op=add';
                }
        }
       
        if($showpost == 1) {
                $showposturl = "document.write('<a href=\"$showposturl\" class=\"contribute_txt\" target=\"_blank\">$lang[pannel_contribution]</a> ');";
        } elseif($showpost > 1) {
                $showposturl = "document.write('<a href=\"javascript:contributeop();\" class=\"contribute_txt\">$lang[pannel_contribution]</a> ');";
        }
       
        $divhtml .= '</ul></div>';
       
        print <<<END
        function contributeop() {
                if($('contribute_op').style.display != 'block') {
                        $('contribute_op').style.display = 'block';
                } else {
                        $('contribute_op').style.display = 'none';
                }       
        }
        function hidendivop(){
                $('contribute_op').style.display = 'none';
        }
        document.write('<div class="loggingin">');
        document.write('<span class="text-key">');
        document.write('$blang[welcome], <a href="$siteurl/space.php?uid=$uid">$_SGLOBAL[supe_username]</a> [<a href="$siteurl/batch.login.php?action=logout">$blang[safe_logout]</a>]');
        document.write('</span>|');
        document.write('<a href="$siteurl/space.php?uid=$uid">$blang[my_space]</a>  |<a href="$siteurl/batch.search.php"> $blang[search] </a>');
        document.write('$bbshtml');
        document.write('$uchhtml');
        document.write(' <a href="$siteurl/admincp.php" target="_blank">$blang[management]</a> </div>');
       
END;
} else {

        $formhash = formhash();
        print <<<END
        var noseccode = $_SCONFIG[noseccode];
        document.write('<div class="loggingin">');
        document.write('<form action="$siteurl/batch.login.php?action=login" name="loginform" method="post">');
        document.write('<input type="hidden" name="formhash" value="$formhash" />');
        document.write('用户名&nbsp;<input id="username" name="username" type="text" class="input_b1" onmouseover="this.className='input_b2'" onmouseout="this.className=input_b1" tabindex="1" />');
        document.write('&nbsp;&nbsp;密&nbsp;&nbsp;&nbsp;&nbsp;码&nbsp;<input name="password" id="password" type="password" class="input_b1" onmouseover="this.className=input_b2" onmouseout="this.className=input_b1" tabindex="2" />');
        document.write('<input type="hidden" name="formhash" value="c773b6d7" />');
        document.write('<input name="dosubmit" type="submit" id="button" value="立即登录" class="putin_b1" onmouseover="this.className='putin_b2'" onmouseout="this.className=putin_b1" tabindex="3" /><a href="do.php?action=lostpasswd" target="_blank">找回密码</a></form></div>');
       
END;
}

/**
* 取得用户后台模型mid
* return array
*/
function getuserspacemid() {
       
        $cachefile = S_ROOT.'./cache/model/model.cache.php';
        $cacheinfo = '';
        if(file_exists($cachefile)) {
                include_once($cachefile);
        }
        if(!empty($cacheinfo) && is_array($cacheinfo)) {
                return $cacheinfo;
        } else {
                include_once(S_ROOT.'./function/cache.func.php');
                return updateuserspacemid();
        }
}

?>


这个是我的pannel文件,麻烦帮我修改下,我已经确定是这个文件的问题了
回复

使用道具 举报

紫琼 发表于 2009-6-9 13:39:10 | 显示全部楼层
1、默认的程序默认的模板登录这里没有你说的问题;
2、都已经明确跟你说了,这里不提供模板修改支持,只提供标准程序标准模板的安装和使用问题。
回复

使用道具 举报

 楼主| xujiang103 发表于 2009-6-9 13:42:50 | 显示全部楼层
紫琼,你很牛X
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-15 14:45 , Processed in 0.024548 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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