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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

X1.5帖子美化框.

[复制链接]
西部园丁 发表于 2010-10-19 18:45:17 | 显示全部楼层 |阅读模式
插件发布
插件名称: X1.5帖子美化框.
插件来源:
适用版本: Discuz! X1.5
语言编码: GBK简体 
最后更新时间:
插件作者: 烛光社区
插件简介: X1.5帖子美化框.从7.2升级到1.0再升级到1.5
本帖最后由 西部园丁 于 2011-3-6 18:59 编辑


依次进入template/default/forum/打开viewthread_node_body.htm文件
第57行查找
  1. <table cellspacing="0" cellpadding="0"><tr><td class="t_f" id="postmessage_$post[pid]">$post[message]</td></tr></table>
复制代码
替换为
  1.    <table cellspacing="0" cellpadding="0" border="0">
  2.       <tr>
  3.          <td width="40"><img height="40" src="static/image/mh/td_01.gif" width="40"/></td>
  4.          <td width:=auto background="static/image/mh/td_02.gif"></td>
  5.          <td width="40"><img height="40" src="static/image/mh/td_03.gif" width="40"/></td>
  6.       </tr>
  7.       <tr>
  8.           <td valign="top" background="static/image/mh/td_04.gif"></td>
  9.           <td background="static/image/mh/td_05.gif"><font color=#a7a7a7>本帖<!--{if $thread['special'] != 3 || $thread['price'] >= 0 || $thread['dateline'] + 1 != $post['dbdateline'] || $post['first']}-->{lang poston} $post[dateline]...<!--{/if}-->阅读 <font color="#0000FF"><span class="smalltxt">{echo $thread[views]+1}</span></font> 人...加油,亲爱的楼主...<a href="space.php?uid=$post['authorid']" target="_blank"><font color="#0000FF">$post[author]</a></font></font></span></span><br /><br />
  10.                   <hr size="1" noshade="noshade"  style="border-top:1px #dddddd dashed;margin-bottom: 0px;margin-top: -1px;"/><br />
  11.            <div id="postmessage_$post[pid]" class="t_f">$post[message]</div><br />
  12.           </td>
  13.           <td valign="top" width="40" background="static/image/mh/td_06.gif"></td>
  14.       </tr>
  15.       <tr>
  16.            <td vAlign="top" width="40"><img height="40" src="static/image/mh/td_07.gif" width="40"/></td>
  17.            <td background="static/image/mh/td_08.gif"></td>
  18.            <td align="right" width="40"><img height="40" src="static/image/mh/td_09.gif" width="40"/></td>
  19.            </tr>
  20.       </table>
  21. <SCRIPT language="JavaScript">
  22. <!--
  23. today=new Date();
  24. jran=today.getTime();
  25. function rnd() {
  26.     ia=9301;
  27.     ic=49297;
  28.     im=233280;
  29.     jran = (jran*ia+ic) % im;
  30.     return jran/(im*1.0);
  31. };
  32. function rand(number) {
  33.     return Math.ceil(rnd()*number);
  34. };
  35. document.write("<div>");
  36. for(i=1;i<=1;i++) {
  37.     myNum=(rand(10)); //改成你要随机显示的图片数;
  38.     if(myNum == 1) document.write("<img src='static/image/mh/face1.gif'>");
  39. if(myNum == 2) document.write("<img src='static/image/mh/face2.gif'>"); //图片路径,可用http://
  40. if(myNum == 3) document.write("<img src='static/image/mh/face3.gif'>");
  41. if(myNum == 4) document.write("<img src='static/image/mh/face4.gif'>");
  42. if(myNum == 5) document.write("<img src='static/image/mh/face5.gif'>");
  43. if(myNum == 6) document.write("<img src='static/image/mh/face6.gif'>");
  44. if(myNum == 7) document.write("<img src='static/image/mh/face7.gif'>");
  45. if(myNum == 8) document.write("<img src='static/image/mh/face8.gif'>");
  46. if(myNum == 9) document.write("<img src='static/image/mh/face9.gif'>");
  47. if(myNum == 10) document.write("<img src='static/image/mh/face10.gif'>");
  48.     else {
  49. document.write();
  50. }
  51. };
  52. document.write(" $post[author]说:</div>");
  53. //-->
  54. </SCRIPT>
  55. <br>
复制代码
再往下72行找
  1. <table cellspacing="0" cellpadding="0"><tr><td class="t_f" id="postmessage_$post[pid]">$post[message]</td></tr></table>
复制代码
替换为
  1. <table cellspacing="0" cellpadding="0" border="0">
  2.       <tr>
  3.          <td width="40"><img height="40" src="static/image/mh/td_01.gif" width="40"/></td>
  4.          <td width:=auto background="static/image/mh/td_02.gif"></td>
  5.          <td width="40"><img height="40" src="static/image/mh/td_03.gif" width="40"/></td>
  6.       </tr>
  7.       <tr>
  8.           <td valign="top" background="static/image/mh/td_04.gif"></td>
  9.           <td background="static/image/mh/td_05.gif"><font color=#a7a7a7>本回复帖<!--{if $thread['special'] != 3 || $thread['price'] >= 0 || $thread['dateline'] + 1 != $post['dbdateline'] || $post['first']}-->{lang poston} $post[dateline]...<!--{/if}--> ... 认真回复,您的回复对楼主是莫大的鼓舞</font></span></span><br /><br />
  10.                   <hr size="1" noshade="noshade"  style="border-top:1px #dddddd dashed;margin-bottom: 0px;margin-top: -1px;"/><br />
  11.            <div id="postmessage_$post[pid]" class="t_f">$post[message]</div><br />
  12.           </td>
  13.           <td valign="top" width="40" background="static/image/mh/td_06.gif"></td>
  14.       </tr>
  15.       <tr>
  16.            <td vAlign="top" width="40"><img height="40" src="static/image/mh/td_07.gif" width="40"/></td>
  17.            <td background="static/image/mh/td_08.gif"></td>
  18.            <td align="right" width="40"><img height="40" src="static/image/mh/td_09.gif" width="40"/></td>
  19.            </tr>
  20.       </table>
  21. <SCRIPT language="JavaScript">
  22. <!--
  23. today=new Date();
  24. jran=today.getTime();
  25. function rnd() {
  26.     ia=9301;
  27.     ic=49297;
  28.     im=233280;
  29.     jran = (jran*ia+ic) % im;
  30.     return jran/(im*1.0);
  31. };
  32. function rand(number) {
  33.     return Math.ceil(rnd()*number);
  34. };
  35. document.write("<div>");
  36. for(i=1;i<=1;i++) {
  37.     myNum=(rand(10)); //改成你要随机显示的图片数;
  38.     if(myNum == 1) document.write("<img src='static/image/mh/face1.gif'>");
  39. if(myNum == 2) document.write("<img src='static/image/mh/face2.gif'>"); //图片路径,可用http://
  40. if(myNum == 3) document.write("<img src='static/image/mh/face3.gif'>");
  41. if(myNum == 4) document.write("<img src='static/image/mh/face4.gif'>");
  42. if(myNum == 5) document.write("<img src='static/image/mh/face5.gif'>");
  43. if(myNum == 6) document.write("<img src='static/image/mh/face6.gif'>");
  44. if(myNum == 7) document.write("<img src='static/image/mh/face7.gif'>");
  45. if(myNum == 8) document.write("<img src='static/image/mh/face8.gif'>");
  46. if(myNum == 9) document.write("<img src='static/image/mh/face9.gif'>");
  47. if(myNum == 10) document.write("<img src='static/image/mh/face10.gif'>");
  48.     else {
  49. document.write();
  50. }
  51. };
  52. document.write(" $post[author]说:</div>");
  53. //-->
  54. </SCRIPT>
  55. <br>
复制代码
下载文件并解压,上传文件到static/image/内
免费下载地址http://www.zg47.com/forum.php?mod=viewthread&tid=2198&fromuid=46

评分

1

查看全部评分

li79830517 发表于 2010-10-19 19:16:44 | 显示全部楼层
回复

使用道具 举报

skoy03 发表于 2010-10-19 19:31:44 | 显示全部楼层
本帖最后由 skoy03 于 2010-10-19 19:32 编辑

收藏了...
回复

使用道具 举报

hencn 发表于 2010-10-19 19:40:45 | 显示全部楼层
回复

使用道具 举报

tomfe 发表于 2010-10-19 19:52:57 | 显示全部楼层
比上次那个垃圾的好多了!!!
回复

使用道具 举报

tomfe 发表于 2010-10-19 20:13:35 | 显示全部楼层
成功!!!
回复

使用道具 举报

 楼主| 西部园丁 发表于 2010-10-19 20:18:10 | 显示全部楼层
回复 tomfe 的帖子

看看你的网站可以吗?我看看效果。
回复

使用道具 举报

meiont345 发表于 2010-10-19 20:48:07 | 显示全部楼层
好花哨,呵呵
回复

使用道具 举报

tomfe 发表于 2010-10-19 20:53:17 | 显示全部楼层
回复 西部园丁 的帖子

tomfe.cn
回复

使用道具 举报

 楼主| 西部园丁 发表于 2010-10-19 21:13:10 | 显示全部楼层
回复 meiont345 的帖子

你可以不用嘛。
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-16 15:43 , Processed in 0.059628 second(s), 6 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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