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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[发布] 防19楼【去其它城市】功能,绿色版本 FOR discuz7.2/x2.0/2.5

  [复制链接]
chricat 发表于 2011-6-28 20:13:33 | 显示全部楼层
回帖后跳转到最后一页


回复

使用道具 举报

106585 发表于 2011-6-28 20:34:11 | 显示全部楼层
不错看看
回复

使用道具 举报

晓眯渣 发表于 2011-6-28 20:35:32 | 显示全部楼层
在其下面添加以下代码(代码回复可见)
回复

使用道具 举报

xianew 发表于 2011-6-28 20:47:09 | 显示全部楼层
顶你,只是 市级 的门户论坛 好像用不上这个
回复

使用道具 举报

xianew 发表于 2011-6-28 20:56:43 | 显示全部楼层
X2.0版本的,打开:/template/default/common/header.htm (非默认风格,则修改风格中的header.htm)
搜索从下代码:
  1. <h2><!--{if !isset($_G['setting']['navlogos'][$mnid])}--><a href="./" title="$_G['setting']['bbname']">{$_G['style']['boardlogo']}</a><!--{else}-->$_G['setting']['navlogos'][$mnid]<!--{/if}--></h2>
复制代码


在其下面添加以下代码(代码回复可见)

  1. <!--城市切换 QQ719468490-->
  2. <style type="text/css">
  3. #city *{ margin:0;padding:0; z-index:1000000; top:0;left:0px; float:left;}
  4. #warpper{ position: relative; z-index:1000000; margin-top:20px;}
  5. #city { font:normal 12px Verdana, Arial, Helvetica, sans-serif; text-align:center; z-index:1000000;}
  6. #city a{ cursor:pointer; color:#666}
  7. #city dl{ height:18px; line-height:18px; padding:0 10px;}
  8. #city dt,.normal{ float:left; padding:0 10px 0 0 ; border-right:0px solid #ccc; text-decoration:none; width:auto; cursor:pointer; color:#FF3300; font-weight:bold;}
  9. #city dt.over{ position:relative;padding:0 10px 0px 0px; z-index:1000001;color:#FF3300; font-weight:bold; height:20px; }
  10. #city li{ float:left; list-style-type:none; margin:0px 5px; width:160px;}
  11. #city #c1 li a{ float:left; list-style-type:none; margin:0px 3px; 0 0 }
  12. #city dl dd{ position:absolute; width:160px; left:0;top:20px!important; border:1px solid #bbb; background:#fff; filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=120, color=#cccccc); padding:3px 0;}
  13. .block{ display:block;}
  14. .none{ display:none;}
  15. </style>
  16. <script language="javascript">
  17. function $(str){ return document.getElementById(str);}
  18. function $$(str){ return document.getElementsByTagName(str);}
  19. var timer;
  20. function changeMenu(thisObj,num){
  21. if(thisObj.className=="over") return false;
  22. hids(thisObj);
  23. thisObj.className="over";
  24. $("c"+(num+1)).className="block";

  25. $("c"+(num+1)).onmouseover=function(){clearTimeout(timer);}
  26. $("c"+(num+1)).onmouseout=function(){timer=setTimeout(function(){hids(thisObj);},500)}
  27. thisObj.onmouseout=function(){timer=setTimeout(function(){hids(thisObj);},3000)}

  28. }
  29. function hids(thisObj){
  30. clearTimeout(timer);
  31. var tabObj=thisObj.parentNode.getAttribute("id");
  32. var obj_dt=$(tabObj).getElementsByTagName("dt");
  33. for(var i=0;i<obj_dt.length;i++){
  34. obj_dt[i].className="normal";
  35. $("c"+(i+1)).className="none";
  36. }
  37. }
  38. </script>
  39. <div id="city">
  40. <dl id="warpper">
  41. <dt onMouseOver="changeMenu(this,0);">[去其他县市]</dt>
  42. <dd id="c1" class="none">
  43. <ul>
  44. <li><a href="forum-358-1.html">遂平</a> <a href="forum-360-1.html">西平</a> <a href="forum-361-1.html">上蔡</a> <a href="forum-364-1.html">汝南</a> <a href="forum-365-1.html">平舆</a> <a href="forum-365-1.html">新蔡</a> <a href="forum-365-1.html">正阳</a> <a href="forum-368-1.html">确山</a> <a href="forum-365-1.html">泌阳</a>
  45. </li>
  46. </ul>
  47. </dd>
  48. </dl>

  49. </div>
  50. <!--城市切换_结束QQ719468490-->
复制代码
备注:如果您的县市名称不是两个字,且排列不是 5个一行,出现错位的话

请修改代码中的:width:160px;中的160大小
既调整一下宽度,总共两处要同时修改即可

回复

使用道具 举报

sunhai520 发表于 2011-6-28 21:17:18 | 显示全部楼层
我正需要呢········
回复

使用道具 举报

gaopeng2010 发表于 2011-6-28 21:41:43 | 显示全部楼层
;P;P;P;P;P;P;P
回复

使用道具 举报

imkan 发表于 2011-6-28 21:44:33 | 显示全部楼层
离老乡这个么近
回复

使用道具 举报

imkan 发表于 2011-6-28 21:45:11 | 显示全部楼层
什么东西看看啊
回复

使用道具 举报

烦,烦,烦 发表于 2011-6-28 21:56:00 | 显示全部楼层
试试看!!
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-15 06:48 , Processed in 0.047189 second(s), 2 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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