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

 找回密码
 立即注册
搜索

[修改] DZ个人信息美化7.2+帖子发言框美化整合+2套用户组等级【内详】

[复制链接]
cjbase 发表于 2009-12-28 15:00:37 | 显示全部楼层 |阅读模式
插件发布
插件名称: DZ7.2个人信息美化 整合版
插件来源:
适用版本: Discuz! 7.2
语言编码: GBK简体 
最后更新时间:
插件作者: 原作者
插件简介: 1、个人信息美化 修改版 【原作者发过了 我只是做了下修改和加了些图片】
2、帖子发言框美化 【原作者已经发了 我只是和信息个人美化做了下整合】
3、2套 用户组等级图片 【有演示比较全 一为前苏联军衔 二为绿色五星加QQ钻石 版权 网络搜集】
4、1套 在线列表图标 【共10个 为圣斗士星矢 图标 版权 网络搜集】
5、1套 虎年表情 【已经有人发了 我只是顺便发下 要的就下 不要的也没关系】
一、个人信息美化DZ7.2修改版

在原作者的基础上 加了个发帖等级和XXXX论坛欢迎您的 图片 【演示如下】


简介  及 安装方法 【不是我的 是原作者的】

更改头像背景框的大小.使用用户组图标后,也不会被挤出外.

增加经验条显示...

增加vip等级徽章

更改用户名在头像之上.

更改贡献值,魅力值.金钱值图标在最下.

更改帖子标题为蓝色荧光效果.(不喜欢可以在viewthread_node.htm改回

安装方法

1.压缩包内的images和include上传到你的根目录!


2.templates文件夹下的show.htm和viewthread_node.htm文件上传到你当前使用的模板风格目录下.

例如:使用的是默认风格,则上传到templates/default目录下!


很多人说不会修改经验值和等级变量,下面说出方法!

一.修改经验条
右键编辑show.htm文件找到如下代码
  1. <!-- UID end --><span class="gray"><img src="images/img/group/1.gif" width="16" height="16" />经验值: </span>
  2. <!--{if $post[posts]<10}--><img src=images/show/upexplB.gif height=12 width=2><img src=images/show/upbgB.gif height=12 width=1><img src=images/show/upexpB.gif height=12 width=6></span><br />
  3. <!--{elseif $post[posts]<20}--><img src=images/show/upexplB.gif height=12 width=2><img src=images/show/upbgB.gif height=12 width=10><img src=images/show/upexpB.gif height=12 width=6></span><br />
  4. <!--{elseif $post[posts]<30}--><img src=images/show/upexplB.gif height=12 width=2><img src=images/show/upbgB.gif height=12 width=15><img src=images/show/upexpB.gif height=12 width=6></span><br />
  5. <!--{elseif $post[posts]<40}--><img src=images/show/upexplB.gif height=12 width=2><img src=images/show/upbgB.gif height=12 width=20><img src=images/show/upexpB.gif height=12 width=6></span><br />
  6. <!--{elseif $post[posts]<50}--><img src=images/show/upexplB.gif height=12 width=2><img src=images/show/upbgB.gif height=12 width=25><img src=images/show/upexpB.gif height=12 width=6></span><br />
  7. <!--{elseif $post[posts]<60}--><img src=images/show/upexplB.gif height=12 width=2><img src=images/show/upbgB.gif height=12 width=30><img src=images/show/upexpB.gif height=12 width=6></span><br />
  8. <!--{elseif $post[posts]<70}--><img src=images/show/upexplB.gif height=12 width=2><img src=images/show/upbgB.gif height=12 width=35><img src=images/show/upexpB.gif height=12 width=6></span><br />
  9. <!--{elseif $post[posts]<80}--><img src=images/show/upexplB.gif height=12 width=2><img src=images/show/upbgB.gif height=12 width=40><img src=images/show/upexpB.gif height=12 width=6></span><br />
  10. <!--{elseif $post[posts]<90}--><img src=images/show/upexplB.gif height=12 width=2><img src=images/show/upbgB.gif height=12 width=45><img src=images/show/upexpB.gif height=12 width=6></span><br />
  11. <!--{elseif $post[posts]<100}--><img src=images/show/upexplB.gif height=12 width=2><img src=images/show/upbgB.gif height=12 width=50><img src=images/show/upexpB.gif height=12 width=6></span><br />
  12. <!--{elseif $post[posts]<200}--><img src=images/show/upexplB.gif height=12 width=2><img src=images/show/upbgB.gif height=12 width=55><img src=images/show/upexpB.gif height=12 width=6></span><br />
  13. <!--{elseif $post[posts]<300}--><img src=images/show/upexplB.gif height=12 width=2><img src=images/show/upbgB.gif height=12 width=60><img src=images/show/upexpB.gif height=12 width=6></span><br />
  14. <!--{elseif $post[posts]<400}--><img src=images/show/upexplB.gif height=12 width=2><img src=images/show/upbgB.gif height=12 width=65><img src=images/show/upexpB.gif height=12 width=6></span><br />
  15. <!--{elseif $post[posts]<500}--><img src=images/show/upexplB.gif height=12 width=2><img src=images/show/upbgB.gif height=12 width=70><img src=images/show/upexpB.gif height=12 width=6></span><br />
  16. <!--{elseif $post[posts]<600}--><img src=images/show/upexplB.gif height=12 width=2><img src=images/show/upbgB.gif height=12 width=71><img src=images/show/upexpB.gif height=12 width=6></span><br />
  17. <!--{elseif $post[posts]<700}--><img src=images/show/upexplB.gif height=12 width=2><img src=images/show/upbgB.gif height=12 width=72><img src=images/show/upexpB.gif height=12 width=6></span><br />
  18. <!--{elseif $post[posts]<800}--><img src=images/show/upexplB.gif height=12 width=2><img src=images/show/upbgB.gif height=12 width=73><img src=images/show/upexpB.gif height=12 width=6></span><br />
  19. <!--{elseif $post[posts]<900}--><img src=images/show/upexplB.gif height=12 width=2><img src=images/show/upbgB.gif height=12 width=74><img src=images/show/upexpB.gif height=12 width=6></span><br />
  20. <!--{elseif $post[posts]<1000}--><img src=images/show/upexplB.gif height=12 width=2><img src=images/show/upbgB.gif height=12 width=75><img src=images/show/upexpB.gif height=12 width=6></span><br />
  21. <!--{elseif $post[posts]<2000}--><img src=images/show/upexplB.gif height=12 width=2><img src=images/show/upbgB.gif height=12 width=80><img src=images/show/upexpB.gif height=12 width=6></span><br />
  22. <!--{elseif $post[posts]<3000}--><img src=images/show/upexplB.gif height=12 width=2><img src=images/show/upbgB.gif height=12 width=81><img src=images/show/upexpB.gif height=12 width=6></span><br />
  23. <!--{elseif $post[posts]<4000}--><img src=images/show/upexplB.gif height=12 width=2><img src=images/show/upbgB.gif height=12 width=82><img src=images/show/upexpB.gif height=12 width=6></span><br />
  24. <!--{elseif $post[posts]<5000}--><img src=images/show/upexplB.gif height=12 width=2><img src=images/show/upbgB.gif height=12 width=83><img src=images/show/upexpB.gif height=12 width=6></span><br />
  25. <!--{elseif $post[posts]<6000}--><img src=images/show/upexplB.gif height=12 width=2><img src=images/show/upbgB.gif height=12 width=84><img src=images/show/upexpB.gif height=12 width=6></span><br />
  26. <!--{elseif $post[posts]<7000}--><img src=images/show/upexplB.gif height=12 width=2><img src=images/show/upbgB.gif height=12 width=85><img src=images/show/upexpB.gif height=12 width=6></span><br />
  27. <!--{elseif $post[posts]<8500}--><img src=images/show/upexplB.gif height=12 width=2><img src=images/show/upbgB.gif height=12 width=86><img src=images/show/upexpB.gif height=12 width=6></span><br />
  28. <!--{elseif $post[posts]<9000}--><img src=images/show/upexplB.gif height=12 width=2><img src=images/show/upbgB.gif height=12 width=87><img src=images/show/upexpB.gif height=12 width=6></span><br />
  29. <!--{elseif $post[posts]<10000}--><img src=images/show/upexplB.gif height=12 width=2><img src=images/show/upbgB.gif height=12 width=88><img src=images/show/upexpB.gif height=12 width=6></span><br />
  30. <!--{elseif $post[posts]<15000}--><img src=images/show/upexplB.gif height=12 width=2><img src=images/show/upbgB.gif height=12 width=90><img src=images/show/upexpB.gif height=12 width=6></span><br />
  31. <!--{elseif $post[posts]<80000}--><img src=images/show/upexplB.gif height=12 width=2><img src=images/show/upbgB.gif height=12 width=100><img src=images/show/upexpB.gif height=12 width=6></span><br />
复制代码
其中[posts]变量,代表发帖数. "<"后面接你想改变的发帖数量即可!
"images/show/upbgB.gif height=12 width=100"  width代表经验条的长度.可以自行更改!

二.修改VIP图标等级
右键编辑show.htm.找到如下代码:
  1. <span class="gray"><img src="images/img/group/2.gif" width="16" height="16" />Level: </span>
  2. <!--{if $post[posts]<50}--><img src=images/img/vip/1.gif height=20 width=30></span><br />
  3. <!--{elseif $post[posts]<100}--><img src=images/img/vip/2.gif height=20 width=30></span><br />
  4. <!--{elseif $post[posts]<200}--><img src=images/img/vip/3.gif height=20 width=30></span><br />
  5. <!--{elseif $post[posts]<500}--><img src=images/img/vip/4.gif height=20 width=30></span><br />
  6. <!--{elseif $post[posts]<1000}--><img src=images/img/vip/5.gif height=20 width=30></span><br />
  7. <!--{elseif $post[posts]<15000}--><img src=images/img/vip/6.gif height=20 width=30></span><br />
  8. <!--{elseif $post[posts]<80000}--><img src=images/img/vip/7.gif height=20 width=30></span><br />
复制代码
其中[posts]变量代表发帖数."<"后面接你想改变的发帖数量即可!一共7个等级图标!


三.修改贡献值,魅力值,金钱值三个图标中的数值
右键编辑show.htm.找到如下代码:
  1. <div class="haor" title="发表1个新回复→增加2点YTA币">
  2. <span style="color:#FBA820">$post[extcredits3]</span></div></a>

  3. <div class="ziz" title="主题被加精华→增加10点贡献值">
  4. <span style="color:#0279C4">$post[extcredits1]</span></div></a>

  5. <div class="tuid" title="发表1个新主题→增加1点魅力值">
  6. <span style="color:#FD4691">$post[extcredits2]</span></div></a><br /><br />
复制代码
把[extcredits3][extcredits1][extcredits2]改成你相应的积分代号就可以了!
积分代号可以在后台-全局-积分设置查看.

注:附作者原帖地址:https://discuz.dismall.com/viewth ... 5%CF%A2%C3%C0%BB%AF

二、帖子发言框美化  【版权归原作者 我只是做了整合】

演示见上演示

修改方法

在templates\default或者你的风格 里找到viewthread_node.htm
  1. <table cellspacing="0" cellpadding="0"><tr><td class="t_msgfont" id="postmessage_$post[pid]">$post[message]</td></tr></table>
复制代码
替换为
  1. <table   cellspacing=0 cellpadding=0 border=0  >
  2.                                                <tr  >
  3.                                                       <td width=14><img height=8 src=images/plus/top_l.gif width=14/></td>
  4.                                                       <td width:=auto background=images/plus/top_c.gif></td>
  5.                                                       <td width=16><img height=8 src=images/plus/top_r.gif width=16/></td>
  6.                                                    </tr>
  7.                                                    <tr>
  8.                                                       <td valign=top width=14  background=images/plus/center_l.gif></td>
  9.                                                       <td  bgColor=#fffff1> <div id="postmessage_$post[pid]" class="t_msgfont">$post[message]</div> </td>
  10.                                                       <td valign=top width=16 background=images/plus/center_r.gif></td>
  11.                                                    </tr>
  12.                                                    <tr>
  13.                                                       <td vAlign=top width=14><img height=42 src=images/plus/foot_l1.gif width=14/></td>
  14.                                                       <td background=images/plus/foot_c.gif><img height=42 src=images/plus/foot_l3.gif width=36/></td>
  15.                                                       <td align=right width=16><img height=42 src=images/plus/foot_r.gif width=16/></td>
  16.                                                 </tr>
  17.                                               </table>
  18. <SCRIPT language="JavaScript">
  19. <!--
  20. today=new Date();
  21. jran=today.getTime();
  22. function rnd() {
  23.     ia=9301;
  24.     ic=49297;
  25.     im=233280;
  26.     jran = (jran*ia+ic) % im;
  27.     return jran/(im*1.0);
  28. };
  29. function rand(number) {
  30.     return Math.ceil(rnd()*number);
  31. };
  32. document.write("<div>");
  33. for(i=1;i<=1;i++) {
  34.     myNum=(rand(10)); //改成你要随机显示的图片数;

  35.     if(myNum == 1) document.write("<img src='images/plus/face1.gif'>");

  36. if(myNum == 2) document.write("<img src='images/plus/face2.gif'>"); //图片路径,可用http://

  37. if(myNum == 3) document.write("<img src='images/plus/face3.gif'>");

  38. if(myNum == 4) document.write("<img src='images/plus/face4.gif'>");

  39. if(myNum == 5) document.write("<img src='images/plus/face5.gif'>");

  40. if(myNum == 6) document.write("<img src='images/plus/face6.gif'>");

  41. if(myNum == 7) document.write("<img src='images/plus/face7.gif'>");

  42. if(myNum == 8) document.write("<img src='images/plus/face8.gif'>");

  43. if(myNum == 9) document.write("<img src='images/plus/face9.gif'>");

  44. if(myNum == 10) document.write("<img src='images/plus/face10.gif'>");

  45.     else {
  46. document.write();
  47. }
  48. };
  49. document.write(" $post[author]说:</div>");
  50. //-->
  51. </SCRIPT>
  52. <br>
复制代码
注:附 原帖作者地址:https://discuz.dismall.com/thread-1506735-1-2.html

三、2套用户组等级 【一为前苏联军衔 二为绿色五星加QQ钻石 版权 网络搜集】

见演示:





四、1套 在线列表图标 【共10个 为圣斗士星矢 图标 版权 网络搜集】

见演示:



五、1套 虎年表情

见演示:



六、压缩包内容演示



七、附件 免费下载

1、用户组等级一 二


2、个人信息美化整合


3、在线列表图标


4、虎年表情


八、新站 最后找链接

有愿意链接的 可以直接在帖子里说下

AD: 海安人论坛

    http://bbs.haianren.com

九、如有在安装过程中 有疑问的 欢迎回复留言

我尽我所能帮助大家

十、 鼠标点 发表新话题
回复

使用道具 举报

 楼主| cjbase 发表于 2009-12-28 15:10:29 | 显示全部楼层
呵呵 没人要
回复

使用道具 举报

baiweisong 发表于 2009-12-28 15:33:15 | 显示全部楼层
我要~~~~~~~~~~~~~
回复

使用道具 举报

baiweisong 发表于 2009-12-28 15:38:39 | 显示全部楼层
确实是好东西 我顶~
回复

使用道具 举报

朱大强 发表于 2009-12-28 15:42:55 | 显示全部楼层
谢谢lz的分享啊,看起来好不错
回复

使用道具 举报

ngwinking 发表于 2009-12-28 15:50:06 | 显示全部楼层
哇~
不错~
支持呀
回复

使用道具 举报

muz520 发表于 2009-12-28 16:01:33 | 显示全部楼层
次帖必火 留下脚Y
回复

使用道具 举报

 楼主| cjbase 发表于 2009-12-28 19:44:09 | 显示全部楼层
第5个主题帖 呵呵
回复

使用道具 举报

zhpengyu 发表于 2009-12-31 10:12:20 | 显示全部楼层
此帖必火 留下脚Y
回复

使用道具 举报

20听战歌网 发表于 2010-1-8 01:38:08 | 显示全部楼层
http://bbs.haianren.com
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-9-7 06:39 , Processed in 0.114567 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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