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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[修改] 论坛首页快速登陆 for DZ5.5 [3.18更新]

[复制链接]
月黑风高夜 发表于 2007-3-18 17:54:03 | 显示全部楼层
谢谢,这个登陆条没有安全提问?

设置了安全提问的不就不能登陆了吗?
回复

使用道具 举报

变性娱乐 发表于 2007-3-18 20:54:06 | 显示全部楼层
http://bianxing.cn/index.php
演示  


但对设置了安全访问问题的不行?
回复

使用道具 举报

liuzuhong 发表于 2007-3-18 21:41:20 | 显示全部楼层
原帖由 autolst 于 2007-3-17 16:23 发表
用了首页四格以后怎么加代码啊?

我的也是用了首页四格,用了首页四格的话则在首页四格的最前面的代码上面加上楼主的代码就可以了。
我用的是完美无错版的首页四格,我则在首页四格开始的位置上面加了楼主的快速登录代码
<!--首页四格开始-->
<div class="spaceborder" style="width: {TABLEWIDTH}">
<table cellspacing="{INNERBORDERWIDTH}" cellpadding="{TABLESPACE}" width="100%" align="center" >
    <tr class="header">
    <td class="header" width="25%" align="center"><b><img src={IMGDIR}/dot.gif BORDER=0>≡论坛图片≡</b></td>
    <td class="header" width="25%" align="center"><b><img src={IMGDIR}/dot.gif BORDER=0>≡最新话题≡</b></td>
    <td class="header" width="25%" align="center"><b><img src={IMGDIR}/dot.gif BORDER=0>≡最新回复≡</b></td>
    <td class="header" width="25%" align="center"><b><img src={IMGDIR}/dot.gif BORDER=0>≡论坛精华≡</b></td>
  </tr>
  <tr>
    <td class="altbg1" align="center"><iframe name="I1" src="pic.php" width="270" height="210" frameborder=0 scrolling=no marginwidth="9" marginheight="2" align="right"></iframe>
    </td>
    <td><!--{loop $new_post_threadlist $nthread}-->
        <table border="0" width='100%' cellspacing="2">
          <tr>
            <td height="12" width='100%'><FONT face=Wingdings>z</FONT>
                <!--{if $nthread[replies]}-->
                <a href="viewthread.php?tid=$nthread[tid]" $nthread['highlight'] title="最新话题 {LF}所在论坛: $nthread[forumname]{LF}主题标题: $nthread[subject] {LF}主题作者: $nthread[author]{LF}发表时间: $nthread[date]{LF}浏览次数: $nthread[views] 次 {LF}回复次数: $nthread[replies] 次{LF}最后回复: $nthread[lastreplytime]{LF}{lang lastpost}: $nthread[lastposter]" >$nthread[view_subject]</a>
                <!--{else}-->
                <a href="viewthread.php?tid=$nthread[tid]" $nthread['highlight'] title="最新话题 {LF}所在论坛: $nthread[forumname]{LF}主题标题: $nthread[subject] {LF}主题作者: $nthread[author]{LF}发表时间{lang time}: $nthread[date]{LF}浏览次数: $nthread[views] 次 {LF}回复次数: $nthread[replies] 次{LF}{lang replies}: 暂时没有回复" >$nthread[view_subject]</a>
              <!--{/if}-->
            </td>
          </tr>
        </table>
      <!--{/loop}--></td>
    <td><!--{loop $new_reply_threadlist $rthread}-->
        <table border="0" width='100%' cellspacing="2">
          <tr>
            <td height="12" width='100%'><FONT face=Wingdings>z</FONT>  </font><a href="viewthread.php?tid=$rthread[tid]" $rthread['highlight'] title="最新回复 {LF}所在论坛: $rthread[forumname]{LF}主题标题: $rthread[subject]{LF}主题作者: $rthread[author]{LF}发表时间: $rthread[date]{LF}浏览次数: $rthread[views] 次{LF}回复次数: $rthread[replies] 次{LF}最后回复: $rthread[lastreplytime]{LF}{lang lastpost}: $rthread[lastposter]">$rthread[view_subject]</a></td>
          </tr>
        </table>
      <!--{/loop}--></td>
<td>
<!--{loop $new_digest_threadlist $dthread}-->
       <table border="0" width='100%' cellspacing="2">
          <tr>
            <td height=12 width='76%'><FONT face=Wingdings>z</FONT>  </font><a href="viewthread.php?tid=$dthread[tid]"  $dthread['highlight'] title="精华文章 {LF}所在论坛: $dthread[forumname]{LF}主题标题: $dthread[subject]{LF}主题作者: $dthread[author]{LF}发表时间: $dthread[date]{LF}浏览次数: $dthread[views] 次{LF}回复次数: $dthread[replies] 次{LF}最后回复: $dthread[lastreplytime]{LF}{lang lastpost}: $dthread[lastposter]">$dthread[view_subject]</a></td>         
          </tr>
        </table>
      <!--{/loop}--></td>
  </tr>
</table></div>
<!--首页四格结束-->


演示地址:http://www.ganyue.com/bbs
回复

使用道具 举报

qiuxiaoj 发表于 2007-3-18 21:55:02 | 显示全部楼层

我加了代码后,文字部分全是代码!

我加了代码后,文字部分全是代码!
这是怎么回事啊!?高手帮忙啊!
回复

使用道具 举报

dytianyuan 发表于 2007-3-18 22:16:41 | 显示全部楼层
谢谢分享,不错,正在找
回复

使用道具 举报

liuzuhong 发表于 2007-3-18 22:28:46 | 显示全部楼层
原帖由 qiuxiaoj 于 2007-3-18 21:55 发表
我加了代码后,文字部分全是代码!
这是怎么回事啊!?高手帮忙啊!

你是在后台直接编辑的dicuz.htm吗?一般是没事的
如果你是用FTP上传和下载这个文件编辑的话,记得用DW编辑,不要用记事本编辑,另外上传时候记得用二进制上传方式,不然很容易出错的
回复

使用道具 举报

6129868 发表于 2007-3-18 22:33:27 | 显示全部楼层

回复 #1 和山论坛 的帖子

正好需要哦.刚安好http://bbs.81844.com
回复

使用道具 举报

mefhxy 发表于 2007-3-19 12:53:16 | 显示全部楼层
验证码问题。。。。。
回复

使用道具 举报

ggap 发表于 2007-3-20 04:26:08 | 显示全部楼层
大家帮我看看..我怎么改都不行..加了/不行.不加也不行.更新了N次.还是不行..怎么办..我很喜欢这个???www.ggap.com.cn
回复

使用道具 举报

zifeiyu811 发表于 2007-3-21 16:50:17 | 显示全部楼层
我照做了可是没反映 不知道为什么、、、
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-15 20:50 , Processed in 0.027796 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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