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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[发布] X2.5非常美观的帖子内容美化框,有懒人包。

[复制链接]
西部园丁 发表于 2012-5-20 10:55:19 | 显示全部楼层 |阅读模式
本帖最后由 西部园丁 于 2012-8-16 20:55 编辑

主题帖子效果


回复效果




进入ftp找到template/default/forum/
打开viewthread_node_body.htm文件
找到:
  1. <table cellspacing="0" cellpadding="0"><tr><td class="t_f" id="postmessage_$post[pid]">


  2. <!--{if !$_G['inajax']}-->


  3. <!--{if $ad_a_pr}-->


  4. $ad_a_pr


  5. <!--{/if}-->


  6. <!--{/if}-->


  7. $post[message]</td></tr></table>
复制代码
替换成
  1. <table cellspacing="0" cellpadding="0" border="0">


  2. <tr>


  3. <td width=14><img height=40 src=static/image/mh_plus/top_l.gif width=14/></td>


  4. <td width:=auto background=static/image/mh_plus/top_c.gif></td>


  5. <td width=14><img height=40 src=static/image/mh_plus/top_r.gif width=14/></td>


  6. </tr>


  7. <tr>


  8. <td valign=top width=14 background=static/image/mh_plus/center_l.gif></td>


  9. <td background="static/image/mh_plus/plus.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>




  10. <hr size="1" noshade="noshade" style="border-top:1px #dddddd dashed;margin-bottom: 0px;margin-top: -1px;"/>



  11. <div id="postmessage_$post[pid]" class="t_f">$post[message]</div>



  12. </td>


  13. <td valign=top width=16 background=static/image/mh_plus/center_r.gif></td>


  14. </tr>


  15. <tr>


  16. <td vAlign=top width=14><img height=42 src=static/image/mh_plus/foot_l1.gif width=14/></td>


  17. <td background=static/image/mh_plus/foot_c.gif><img height=42 src=static/image/mh_plus/foot_l3.gif width=36/></td>


  18. <td align=right width=16><img height=42 src=static/image/mh_plus/foot_r.gif width=16/></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_plus/face1.gif'>");
  39. if(myNum == 2) document.write("<img src='static/image/mh_plus/face2.gif'>"); //图片路径,可用http://


  40. if(myNum == 3) document.write("<img src='static/image/mh_plus/face3.gif'>");
  41. if(myNum == 4) document.write("<img src='static/image/mh_plus/face4.gif'>");
  42. if(myNum == 5) document.write("<img src='static/image/mh_plus/face5.gif'>");
  43. if(myNum == 6) document.write("<img src='static/image/mh_plus/face6.gif'>");
  44. if(myNum == 7) document.write("<img src='static/image/mh_plus/face7.gif'>");
  45. if(myNum == 8) document.write("<img src='static/image/mh_plus/face8.gif'>");
  46. if(myNum == 9) document.write("<img src='static/image/mh_plus/face9.gif'>");
  47. if(myNum == 10) document.write("<img src='static/image/mh_plus/face10.gif'>");
  48. else {


  49. document.write();


  50. }


  51. };


  52. document.write(" $post[author]说:</div>");


  53. //-->


  54. </SCRIPT>

复制代码
再往下找到:
  1.                         <table cellspacing="0" cellpadding="0"><tr><td class="t_f" id="postmessage_$post[pid]">


  2.                         <!--{if !$_G['inajax']}-->


  3.                                 <!--{if $ad_a_pr}-->


  4.                                         $ad_a_pr


  5.                                 <!--{/if}-->


  6.                         <!--{/if}-->


  7.                         <!--{if $post['invisible'] != '-2' || $_G['forum']['ismoderator']}-->$post[message]<!--{else}--><span class="xg1">{lang moderate_need}</span><!--{/if}--></td></tr></table>
复制代码
替换成:
  1. <table cellspacing="0" cellpadding="0" border="0">


  2. <tr>


  3. <td width="40"><img height="40" src="static/image/mh_plus/td_01.gif" width="40"/></td>


  4. <td width:=auto background="static/image/mh_plus/td_02.gif"></td>


  5. <td width="40"><img height="40" src="static/image/mh_plus/td_03.gif" width="40"/></td>


  6. </tr>


  7. <tr>


  8. <td valign="top" background="static/image/mh_plus/td_04.gif"></td>


  9. <td background="static/image/mh_plus/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="#009933">$post[author]</font>对本帖的认真回复,你的回复是对楼主莫大的鼓舞</font></span></span>




  10. <hr size="1" noshade="noshade" style="border-top:1px #dddddd dashed;margin-bottom: 0px;margin-top: -1px;"/>



  11. <div id="postmessage_$post[pid]" class="t_f">$post[message]</div>



  12. <hr size="1" noshade="noshade" style="border-top:1px #dddddd dashed;margin-bottom: 0px;margin-top: -1px;"/>


  13. </td>


  14. <td valign="top" width="40" background="static/image/mh_plus/td_06.gif"></td>


  15. </tr>


  16. <tr>


  17. <td vAlign="top" width="40"><img height="40" src="static/image/mh_plus/td_07.gif" width="40"/></td>


  18. <td background="static/image/mh_plus/td_08.gif"></td>


  19. <td align="right" width="40"><img height="40" src="static/image/mh_plus/td_09.gif" width="40"/></td>


  20. </tr>


  21. </table>


  22. <SCRIPT language="JavaScript">


  23. <!--


  24. today=new Date();


  25. jran=today.getTime();


  26. function rnd() {


  27. ia=9301;


  28. ic=49297;


  29. im=233280;


  30. jran = (jran*ia+ic) % im;


  31. return jran/(im*1.0);


  32. };


  33. function rand(number) {


  34. return Math.ceil(rnd()*number);


  35. };


  36. document.write("<div>");


  37. for(i=1;i<=1;i++) {


  38. myNum=(rand(10)); //改成你要随机显示的图片数;


  39. if(myNum == 1) document.write("<img src='static/image/mh_plus/face1.gif'>");
  40. if(myNum == 2) document.write("<img src='static/image/mh_plus/face2.gif'>"); //图片路径,可用http://


  41. if(myNum == 3) document.write("<img src='static/image/mh_plus/face3.gif'>");
  42. if(myNum == 4) document.write("<img src='static/image/mh_plus/face4.gif'>");
  43. if(myNum == 5) document.write("<img src='static/image/mh_plus/face5.gif'>");
  44. if(myNum == 6) document.write("<img src='static/image/mh_plus/face6.gif'>");
  45. if(myNum == 7) document.write("<img src='static/image/mh_plus/face7.gif'>");
  46. if(myNum == 8) document.write("<img src='static/image/mh_plus/face8.gif'>");
  47. if(myNum == 9) document.write("<img src='static/image/mh_plus/face9.gif'>");
  48. if(myNum == 10) document.write("<img src='static/image/mh_plus/face10.gif'>");
  49. else {


  50. document.write();


  51. }


  52. };


  53. document.write(" $post[author]说:</div>");


  54. //-->


  55. </SCRIPT>

复制代码
把下面的文件上传到static/image/里面。
美化图片下载

后台更新缓存。OK!

懒人包(给不会改的朋友下载),如果你事先修改过viewthread_node_body.htm请备份,如果没有修改这个文件,解压后直接上传到空间覆盖,会自动替换掉viewthread_node_body.htm文件,文件是我改好的。


今天2012年5月29日本站停止演示

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
 楼主| 西部园丁 发表于 2012-5-20 11:01:37 | 显示全部楼层
占位好编辑
回复

使用道具 举报

 楼主| 西部园丁 发表于 2012-5-20 11:59:56 | 显示全部楼层
九洲.双锤 发表于 2012-5-20 11:45
确实值得好好看看,顶先

谢谢支持
回复

使用道具 举报

gongchao2010 发表于 2012-5-20 12:00:41 | 显示全部楼层
谢谢了。你这种主题效果不错。下载下来试试看。
回复

使用道具 举报

233000988 发表于 2012-5-20 12:01:56 | 显示全部楼层
很不错。。。。和I风差不多!
回复

使用道具 举报

zzsns 发表于 2012-5-20 13:00:24 | 显示全部楼层
主要是不想改源码 否则 升级是个麻烦
回复

使用道具 举报

 楼主| 西部园丁 发表于 2012-5-20 13:03:38 | 显示全部楼层
zzsns 发表于 2012-5-20 13:00
主要是不想改源码 否则 升级是个麻烦

呵呵,想法和我一样。
回复

使用道具 举报

zsf888866 发表于 2012-5-20 15:11:51 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

很久以前玩网络 发表于 2012-5-20 18:12:02 | 显示全部楼层
你。。。OK,赞一个吧 呵呵
回复

使用道具 举报

nbbgg 发表于 2012-5-21 10:50:56 | 显示全部楼层
这个貌似很不错,
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-15 10:47 , Processed in 0.029130 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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