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

 找回密码
 立即注册
搜索

[修改] [Junway]个人信息美化最新优化版[7.2][2009-11-27]

[复制链接]
Junway 发表于 2009-11-27 02:34:52 | 显示全部楼层 |阅读模式
插件发布
插件名称: Discuz7.2个人信息美化
插件来源:
适用版本: Discuz! 7.2
语言编码: GBK简体 
最后更新时间:
插件作者: Junway
插件简介: Discuz7.2个人信息美化!
本帖最后由 Junway 于 2009-11-29 20:37 编辑

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

增加经验条显示...

增加vip等级徽章


更改用户名在头像之上.


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


更改帖子标题为蓝色荧光效果.(不喜欢可以在viewthread_node.htm改回.详细方法见压缩包)


演示地址:http://www.shaiya2.com.cn/thread-40-1-1.html

1.jpg 2.jpg 3.jpg 4.jpg
安装方法:


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


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

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


看见楼下有朋友说需要7.1版本.如果需要请在楼下跟帖!我抽时间改一下放出来!

免费下载地址:http://www.shaiya2.com.cn/thread-40-1-1.html

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

一.修改经验条
右键编辑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]改成你相应的积分代号就可以了!
积分代号可以在后台-全局-积分设置查看.

个人信息美化7.2.zip

155.18 KB, 下载次数: 915

回复

使用道具 举报

 楼主| Junway 发表于 2009-11-27 02:41:05 | 显示全部楼层
帖子荧光效果更改方法忘记放进压缩包里了,下面贴出来..

打开viewthread_node.htm文件
查找:
  1.                                                 <table><tr><td style="filter: glow(color:DeepSkyBlue, strength=3); color:white; font-weight:900; text-shadow: 1px 1px 5px DeepSkyBlue; color:white;"><h1>$thread[subject]</h1></td></tr></table>
复制代码
替换成:
  1. <h1>$thread[subject]</h1>
复制代码
更新缓存即可!
回复

使用道具 举报

cdmmye 发表于 2009-11-27 03:24:43 | 显示全部楼层
看看飘过收藏不一定用~
回复

使用道具 举报

157900052 发表于 2009-11-27 03:26:56 | 显示全部楼层
没有钱呀  郁闷
回复

使用道具 举报

duyi136 发表于 2009-11-27 03:32:25 | 显示全部楼层
看看,支持一下!
回复

使用道具 举报

 楼主| Junway 发表于 2009-11-27 08:31:02 | 显示全部楼层
看看,支持一下!
duyi136 发表于 2009-11-27 03:32



    谢谢支持.
回复

使用道具 举报

金字塔¢月 发表于 2009-11-27 13:46:25 | 显示全部楼层
回复

使用道具 举报

 楼主| Junway 发表于 2009-11-27 19:08:13 | 显示全部楼层
请按照规范修改标题:
金字塔¢月 发表于 2009-11-27 13:46



    好的,谢谢提醒.
回复

使用道具 举报

中华赌胜 发表于 2009-11-27 19:12:15 | 显示全部楼层
走,去看看免费的。
回复

使用道具 举报

xiaoxiao168 发表于 2009-11-27 19:57:09 | 显示全部楼层
真的吗 我要了啊
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-9-6 08:46 , Processed in 0.098931 second(s), 19 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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