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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[疑难] 凤翔人风格问题 希望高手帮忙解决问题 问题查出 但不会升级

[复制链接]
f0546 发表于 2009-12-5 21:56:52 | 显示全部楼层 |阅读模式
5微币
本帖最后由 f0546 于 2009-12-5 23:23 编辑

我用的是SS7.5安装凤翔人风格后   网站头部的登录框可以正常登陆  但是登陆后没有了

您好, xx欢迎回家! [退出] | 我的个人主页 | 凤翔论坛 | 老乡社区 | 个人中心 | 发布信息资讯

这个导航  请问大家这是什么原因?

或者大家发出补丁 共享下    7.0升级到7.5登录框 就这个问题 难死我了

经过观察发现batch.panel.php 是这个文件的错误  现在我发上来 希望高手升级到7.5后共享 然后我奖励给你金币

  1. <?php

  2. /*
  3.         [SupeSite] (C) 2007-2009 Comsenz Inc.
  4.         $Id: batch.panel.php 11538 2009-03-09 08:15:35Z zhaofei $
  5. */

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

  8. $uid = $_SGLOBAL['supe_uid'];
  9. $ucurl = avatar($uid);
  10. $siteurl = S_URL_ALL;
  11. if(!empty($uid)) {
  12.         if($channels['menus']['bbs']) {
  13.                 $bbshtml = ' | <a href="/action-bbs.html" target="_blank">社区论坛</a>';
  14.         }
  15.         if($channels['menus']['uchblog'] || $channels['menus']['uchimage']) {
  16.                 $uchhtml = ' | <a href="/action-uchblog.html" target="_blank">社区家园</a>';
  17.         }
  18.         $showpost = 0;
  19.         $showposturl = '';
  20.         $divhtml = '<div id="contribute_op" style="display:none;"><ul>';
  21.         if(!in_array('news', $_SCONFIG['closechannels']) && !empty($_SGLOBAL['group']['managespacenews'])) {
  22.                 $divhtml .= '<li><a href="'.$siteurl.'/admincp.php?action=spacenews&op=add" target="_blank" onclick="hidendivop();">'.$lang['news'].'</a></li>';
  23.                 $showpost++;
  24.                 $showposturl = $siteurl.'/admincp.php?action=spacenews&op=add';
  25.         }
  26.         
  27.         include_once(S_ROOT.'./function/model.func.php');
  28.         $midarr = getuserspacemid();
  29.         if(!empty($midarr)) {
  30.                 foreach($midarr as $tmpkey => $tmpvalue) {               
  31.                         $divhtml .= '<li><a href="'.$siteurl.'/admincp.php?action=modelmanages&mid='.$tmpvalue['mid'].'&op=add" onclick="hidendivop();" target="_blank">'.$tmpvalue['modelalias'].'</a></li>';
  32.                         $showpost++;
  33.                         $showposturl = $siteurl.'/admincp.php?action=modelmanages&mid='.$tmpvalue['mid'].'&op=add';
  34.                 }
  35.         }
  36.         
  37.         if($showpost == 1) {
  38.                 $showposturl = "document.write('<li class="t_divbox"><a href="$showposturl" class="contribute_txt">发布信息</a></li>');";
  39.         } elseif($showpost > 1) {
  40.                 $showposturl = "document.write('<li class="t_divbox"><a href="javascript:contributeop();" class="contribute_txt">发布信息</a></li>');";
  41.         }
  42.         
  43.         $divhtml .= '</ul></div>';
  44.         
  45.         print <<<END
  46.         function contributeop() {
  47.                 if($('contribute_op').style.display != 'block') {
  48.                         $('contribute_op').style.display = 'block';
  49.                 } else {
  50.                         $('contribute_op').style.display = 'none';
  51.                 }        
  52.         }
  53.         function hidendivop(){
  54.                 $('contribute_op').style.display = 'none';
  55.         }
  56.         document.write('<li>');
  57.         document.write('$blang[welcome], <a href="$siteurl/space.php?uid=$uid" target="_blank"><span style="color:#c63902">$_SGLOBAL[supe_username]</span></a><span style="color:#36C"> 欢迎回家!</span> [<a href="$siteurl/batch.login.php?action=logout">$blang[safe_logout]</a>]');
  58.         document.write(' | <a href="$siteurl/space.php?uid=$uid" target="_blank">$blang[my_space]</a> ');
  59.         document.write(' | <a href="http://hi.721club.cn/cp.php" target="_blank">设置</a> | <a href="http://hi.721club.cn/cp.php?ac=privacy" target="_blank">我的隐私</a> | <a href="http://hi.721club.cn/space.php?do=pm" target="_blank">我的消息</a>')
  60.         document.write('$bbshtml');
  61.         document.write('$uchhtml');
  62.         document.write(' | <a href="$siteurl/admincp.php" target="_blank">个人中心</a> | ');
  63.         $showposturl
  64.         document.write('</li>');
  65.         document.write('$divhtml');
  66. END;
  67. } else {

  68.         $formhash = formhash();
  69.         print <<<END
  70.         var noseccode = $_SCONFIG[noseccode];
  71.         document.write('<form id="login_box" action="$siteurl/batch.login.php?action=login" method="post">');
  72.         document.write('<li class="t_text01 t_left_line">凤翔人社区欢迎您!</li>');
  73.         document.write('<li class="int_top"><input type="hidden" name="formhash" value="$formhash" />');
  74.         document.write('</li>');
  75.         document.write('<li class="int_top">');
  76.         document.write('$blang[username]: <input type="text"  name="username" class="int" size="18" onfocus="addseccode();" /> ');
  77.         document.write('$blang[password]: <input type="password" name="password" class="int" size="18" onfocus="addseccode();" /> ');
  78.         document.write('</li>');
  79.         document.write('<li class="int_top">');
  80.         document.write('<input id="cookietime" type="checkbox" value="315360000" name="cookietime" class="input_remember"/>');
  81.         document.write('<label class="label_remember" for="cookietime">$blang[i_remember]</label>');
  82.         document.write('</li>');
  83.         document.write('<li class="s_bn">');
  84.         document.write('<input type="submit" name="loginsubmit" class="input_bn" value=" " />');
  85.         document.write('</li>');
  86.         document.write('</form>');
  87.         document.write('<li class="t_text01">');
  88.         document.write('<a href="$siteurl/do.php?action=register">$blang[registration]</a>| <a href="$siteurl/do.php?action=lostpasswd">$blang[find_passwords]</a>');
  89.         document.write('</li>');
  90. END;
  91. }

  92. /**
  93. * 取得用户后台模型mid
  94. * return array
  95. */
  96. function getuserspacemid() {
  97.         
  98.         $cachefile = S_ROOT.'./cache/model/model.cache.php';
  99.         $cacheinfo = '';
  100.         if(file_exists($cachefile)) {
  101.                 include_once($cachefile);
  102.         }
  103.         if(!empty($cacheinfo) && is_array($cacheinfo)) {
  104.                 return $cacheinfo;
  105.         } else {
  106.                 include_once(S_ROOT.'./function/cache.func.php');
  107.                 return updateuserspacemid();
  108.         }
  109. }

  110. ?>

复制代码

草上蚂蚱 发表于 2009-12-8 11:29:58 | 显示全部楼层
参考ss7.5官方的标准代码,将以document.write('开头的部分替换即可。
回复

使用道具 举报

xingwei2008 发表于 2009-12-27 20:34:03 | 显示全部楼层
楼上的可以详细的说明吗?
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-16 15:24 , Processed in 0.020539 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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