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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[发布] 帖内说话气泡显示(可选择楼层显示)FORDZ6.1

[复制链接]
czdos 发表于 2008-7-21 21:52:15 | 显示全部楼层 |阅读模式
演示:看本贴http://cnzoz.com/bbs/viewthread.php?tid=376&extra=page%3D1

内说话气泡显示(可选择楼层显示)FORDZ6.1
可以自定义 哪些楼层使用气泡
1楼不使用气泡  后面使用
演示:
http://www.cnzoz.com 看本贴http://cnzoz.com/bbs/viewthread.php?tid=376&extra=page%3D1
修改方法:
1.打开模板 viewthread.htm文件
查找
  1. <div id="postmessage_$post[pid]" class="t_msgfont">$post[message]</div>
复制代码
替换成
  1. <!--{if $post['number'] == 1}-->
  2. <table cellspacing=0 cellpadding=0 border=0 >
  3. <tr >
  4. <td width=14><img height=8 src=images/plus/top_l.gif width=14/></td>
  5. <td width:=auto background=images/plus/top_c.gif></td>
  6. <td width=16><img height=8 src=images/plus/top_r.gif width=16/></td>
  7. </tr>
  8. <tr>
  9. <td valign=top width=14 background=images/plus/center_l.gif></td>
  10. <td bgColor=#fffff1> <div id="postmessage_$post[pid]" class="t_msgfont">$post[message]</div> </td>
  11. <td valign=top width=16 background=images/plus/center_r.gif></td>
  12. </tr>
  13. <tr>
  14. <td vAlign=top width=14><img height=42 src=images/plus/foot_l1.gif width=14/></td>
  15. <td background=images/plus/foot_c.gif><img height=42 src=images/plus/foot_l3.gif width=36/></td>
  16. <td align=right width=16><img height=42 src=images/plus/foot_r.gif width=16/></td>
  17. </tr>
  18. </table>
  19. <SCRIPT language="JavaScript">
  20. <!--
  21. today=new Date();
  22. jran=today.getTime();
  23. function rnd() {
  24. ia=9301;
  25. ic=49297;
  26. im=233280;
  27. jran = (jran*ia+ic) % im;
  28. return jran/(im*1.0);
  29. };
  30. function rand(number) {
  31. return Math.ceil(rnd()*number);
  32. };
  33. document.write("<div>");
  34. for(i=1;i<=1;i++) {
  35. myNum=(rand(10)); //改成你要随机显示的图片数;
  36. if(myNum == 1) document.write("<img src='images/plus/face1.gif'>");
  37. if(myNum == 2) document.write("<img src='images/plus/face2.gif'>"); //图片路径,可用http://
  38. if(myNum == 3) document.write("<img src='images/plus/face3.gif'>");
  39. if(myNum == 4) document.write("<img src='images/plus/face4.gif'>");
  40. if(myNum == 5) document.write("<img src='images/plus/face5.gif'>");
  41. if(myNum == 6) document.write("<img src='images/plus/face6.gif'>");
  42. if(myNum == 7) document.write("<img src='images/plus/face7.gif'>");
  43. if(myNum == 8) document.write("<img src='images/plus/face8.gif'>");
  44. if(myNum == 9) document.write("<img src='images/plus/face9.gif'>");
  45. if(myNum == 10) document.write("<img src='images/plus/face10.gif'>");
  46. else {
  47. document.write();
  48. }
  49. };
  50. document.write(" $post[author]说:</div>");
  51. //-->
  52. </SCRIPT>
  53. <br>
  54. <!--{else}-->
  55. <div id="postmessage_$post[pid]" class="t_msgfont">$post[message]</div>
  56. <!--{/if}-->
复制代码

2.打开模板css_common.htm
找到
  1. .mainbox tbody th, .mainbox tbody td { border-top: 1px solid {BGBORDER}; padding: 5px; }
复制代码
删除

应用
这里的if $post['number'] == 1  1楼使用气泡
if $post['number'] >= 2  2楼以下使用气泡(包括2楼)
if $post['number'] <= 2   2楼以上使用气泡(包括2楼)
自己修改哦


把images覆盖你的论坛,更新缓存!
OK完成
下载地址:

台州新青年社区,台州新青年论坛 http://cnzoz.com/




[ 本帖最后由 czdos 于 2008-8-7 16:11 编辑 ]
alucared 发表于 2008-7-21 21:58:05 | 显示全部楼层
什么意思?有演示吗?
回复

使用道具 举报

豬頭豬腦 发表于 2008-7-21 23:46:28 | 显示全部楼层
什么东西啊?  没理解了
回复

使用道具 举报

dzg007 发表于 2008-7-22 00:17:53 | 显示全部楼层
回复

使用道具 举报

dzg007 发表于 2008-7-22 01:18:32 | 显示全部楼层
有问题,评分框消失了
回复

使用道具 举报

 楼主| czdos 发表于 2008-7-22 09:23:23 | 显示全部楼层
回复

使用道具 举报

admin-king 发表于 2008-7-22 09:30:19 | 显示全部楼层
你的论坛被人挂马了
回复

使用道具 举报

liuzhly 发表于 2008-7-22 10:08:45 | 显示全部楼层
realplay 漏洞木马,或许就是他自己挂的!!这类人鄙视!!
回复

使用道具 举报

 楼主| czdos 发表于 2008-7-22 10:20:43 | 显示全部楼层
不 知道谁这么缺德啊 在我网站乱搞
回复

使用道具 举报

catgmat 发表于 2008-8-6 08:01:36 | 显示全部楼层
怎么乱搞啊?
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-13 14:16 , Processed in 0.042102 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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