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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[疑问] 登陆完后 还是现实登陆的模式

[复制链接]
yuyu1630 发表于 2010-3-8 22:09:34 | 显示全部楼层 |阅读模式
想自己修改下 登陆的模板  就按照网上教程 把batch.panel.php修改成了这样
  1. <?php

  2. include('./common.php');

  3. $uid = $_SGLOBAL['supe_uid'];

  4. $siteurl = S_URL_ALL;

  5. if(!empty($uid)) {

  6.         print <<<END

  7.         document.write('欢迎回来:<a href="$siteurl/space.php?uid=$uid">$_SGLOBAL[supe_username]</a> [<a href="$siteurl/batch.login.php?action=logout">退出</a>]·<a class="tx_blue" href="$siteurl/space.php?uid=$uid">我的主页</a>·<a class="tx_blue" href="$siteurl/cp.php">个人中心</a>·<a href="{$_SC[bbsurl]}" target="_blank">论坛</a>·<a href="{$_SC[uchurl]}" target="_blank">博客</a>');

  8. END;

  9.         if(checkperm('manageadmincp')) {

  10.         echo("document.write('·<a href="$siteurl/admincp.php" target="_blank">管理</a>');");}

  11. } else {

  12.         $formhash = formhash();

  13.         print <<<END

  14. document.write('<form id="login_box" action="$siteurl/batch.login.php?action=login" method="post"><label>用户名:</label><input type="text"  name="username" class="input_tx" size="23"  tabindex="1" /><label>密 码:</label><input type="password" name="password" class="input_tx" size="23" tabindex="2" /><input type="submit" name="loginsubmit" class="input_sub" value="登陆" tabindex="5" /><input type="button" class="reg" value="注册" onclick="window.open(\'$siteurl/do.php?action=register\')"/>');

  15.         document.write('<input type="hidden" name="formhash" value="$formhash" /></form>');



  16. END;

  17. }

  18. ?>
复制代码
但是修改完 登陆后 还是现实 登陆的模式    按往常应该是现实  “个人中心”“我的主页”等 东西啊  这是怎么回事  ??
 楼主| yuyu1630 发表于 2010-3-8 22:26:49 | 显示全部楼层
在线等 希望高手指点下
回复

使用道具 举报

lidq.jingwu 发表于 2010-3-9 09:57:14 | 显示全部楼层
回复 2# yuyu1630


    你的网址是?是否开启了静态配置?
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-18 07:43 , Processed in 0.027205 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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