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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[修改] DX1.0正式版最漂亮的完美快速登陆框+去除DX1首页发贴图标

[复制链接]
admik 发表于 2010-6-24 23:22:24 | 显示全部楼层 |阅读模式
插件发布
插件名称: 最漂亮的DX完美快速登陆框+去除DX1首页发贴图标
插件来源:
适用版本: Discuz! X1
语言编码: GBK简体 
最后更新时间:
插件作者: 既然是整合我就写自己了:By冰少
插件简介: 最漂亮的DX完美快速登陆框+去除DX1首页发贴图标(本人原创.是整合7.2和X1弄出来滴完美)
作者原贴(感谢这两贴滴作者)
https://discuz.dismall.com/forum.php?mod=viewthread&tid=1459354
https://discuz.dismall.com/forum.php?mod=viewthread&tid=1679342
本帖最后由 admik 于 2010-7-13 02:36 编辑

如果以下内容好,顶大家一定要把此贴顶上,
顶贴是给于小冰滴最好鼓励.我也会整理更多东西出来谢谢
这个增加了浮动窗口注册


此处附上修改好了并去除了首页发贴滴包包
懒人可以用1金币购买.(小赚一笔,也算辛苦费拉)


下面是修改所需要滴图标文件(是必下文件哦)

2010.07.02更新带安全提问的快速登陆框地址:
https://discuz.dismall.com/thread-1797090-1-1.html
演示站点:http://bbs.maki-team.tk
去除DX1首页发贴图标
打开/template/default/forum/discuz.htm
搜索下面这段代码并删除:

  1. <button type="button" id="postbtn" class="pn pnc z vm" style="margin: -6px 10px 0 0;"><strong>{lang send_posts}</strong></button>
复制代码
最漂亮的DX完美快速登陆框(本人原创.是整合7.2和X1弄出来滴完美)
第一步:将images文件内的图片上传到 你的论坛/images/ 目录下.
第二步:修改
打开/template/default/forum/discuz.htm
搜索:
  1. <p>{lang home_welcome_guest}</p>
复制代码
替换为:
  1. <style>
  2. .txtz { padding-left:20px;background-repeat:no-repeat;background-position: 2px 2px; border:1px solid;width:135px;height:18px;border-color:#6eb1d5 #D3E8F2 #D3E8F2 #6eb1d5;}
  3. .grey { font-size: 12px;color:#444444;float: left;font-weight: bold; }
  4. .mima { float: right;margin-right: 5px; }
  5. .zhuce { float: right;margin-right: 5px;margin-top: 7px; }
  6. .denglu { width: 40px;height:23px;float: left;margin-top: 3px;margin-bottom: 2px;margin-right: 10px;}
  7. </style>
  8. <form id="loginform" method="post" name="loginsubmit" action="./member.php?mod=logging&action=login&loginsubmit=true">
  9. <table>
  10. <tr>
  11. <td>
  12. <input type="hidden" name="formhash" value="{FORMHASH}">
  13. <input type="hidden" name="cookietime" value="2592000">
  14. <input type="hidden" id="fl_qid_inp" name="questionid" value="0">
  15. <input type="hidden" name="referer" value="index.php">
  16. 用户名 :<input type="text" name="username" size="10" class="txtz" autocomplete="off" style="background-image:url('./images/username.gif')" tabindex="0">
  17. 密码:<input type="password" name="password" size="10" class="txtz" autocomplete="off" style="background-image:url('./images/password.gif')" tabindex="0">
  18. </td>
  19. <td><p id="fl_qa" style="display:none"><input type="text" name="answer" class="txtz" autocomplete="off" style="background-image:url('./images/warning.gif')" tabindex="1"></p>
  20. </div>
  21. <script>
  22. function switchqid(id, obj) {
  23. $('fl_qid_hover').innerHTML = id > 0 ? '{lang security_question} ' + id : '{lang security_question}';
  24. $('fl_qid_inp').value = id;
  25. 40. hideMenu();
  26. $('fl_qa').style.display = id > 0 ? '' : 'none';
  27. lastqid.style.fontWeight = '';
  28. lastqid = obj;
  29. lastqid.style.fontWeight = 'bold';
  30. }
  31. var lastqid = $('qid0');
  32. lastqid.style.fontWeight = 'bold';
  33. </script>
  34. </td>
  35. <td><input type="checkbox" CHECKED class="checkbox" name="cookietime" id="cookietime" tabindex="1" value="2592000" /><label for="cookietime">记住状态</label></td>
  36. <td><input type="image" src="./images/login.gif" id="login" name="loginsubmit" alt="登陆" /></td>
  37. <td><a href="./member.php?mod=register" 600, 400, '600,0');return false;" class="noborder"><img src="./images/reg.gif" alt="注册"></a></td>
  38. </tr>
  39. </table>
  40. </form>
复制代码
最后更新缓存,去看看效果吧.
如果还有关于此贴滴问题.请联系QQ:1307109984
新手初学者本人很乐意为你解答


作者原贴(感谢这两贴滴作者)
https://discuz.dismall.com/forum.php?mod=viewthread&tid=1459354
https://discuz.dismall.com/forum.php?mod=viewthread&tid=1679342


响水网 发表于 2010-6-24 23:49:33 | 显示全部楼层
这个贴子先帮顶一下
回复

使用道具 举报

qq5214 发表于 2010-6-25 00:34:43 | 显示全部楼层
支持你,兄弟
回复

使用道具 举报

lin_hui_5 发表于 2010-6-25 08:40:03 | 显示全部楼层
先回再慢慢修改
回复

使用道具 举报

 楼主| admik 发表于 2010-6-25 11:03:16 | 显示全部楼层
,悲剧,才3个人顶.
回复

使用道具 举报

苍鹰 发表于 2010-6-25 11:05:23 | 显示全部楼层
嗯,不错...
回复

使用道具 举报

闲筝 发表于 2010-6-25 12:52:00 | 显示全部楼层
好。。终于等到这个了。。呵呵。。支持。。
回复

使用道具 举报

lnk001 发表于 2010-6-25 13:47:54 | 显示全部楼层
我来顶帖的!!

团购导航网

www.tuan90.com


回复

使用道具 举报

安安工作室 发表于 2010-6-27 15:33:33 | 显示全部楼层
登陆后后怎么还于等级框呀
回复

使用道具 举报

wutaojsj 发表于 2010-6-27 21:56:27 | 显示全部楼层
顶  冰冰  蛮喜欢你的为人  
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-6-2 08:09 , Processed in 0.117313 second(s), 19 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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