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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[修改] 經驗值,魔法值,生命值 D5+ 用户信息美化 For 5.0

[复制链接]
wey2u 发表于 2006-9-20 12:37:03 | 显示全部楼层 |阅读模式
原帖:
經驗值,魔法值,生命值 D5
演示论坛 : http://www.xinyen.com/forum

因原帖是繁体..
http://www.alan888.com/Discuz/viewthread.php?tid=82741&extra=page%3D2###


用户信息美化 For 5.0
https://discuz.dismall.com/viewthread.php?tid=353167&extra=page%3D1%26amp%3Bfilter%3Dtype%26amp%3Btypeid%3D29###

打開 viewthread.php


  1. require_once DISCUZ_ROOT.'./include/discuzcode.func.php';
复制代码



下面加
  1. require("./include/add_function.php");
复制代码




  1. $post['dateline'] = gmdate("$dateformat $timeformat", $post['dateline'] + $timeoffset * 3600);
复制代码


下面加
  1. $daysreg = ($timestamp - $post['regdate']) / (24*3600);
  2. $ppd = $post['posts'] / $daysreg;
  3. $post['exp_mp_hp'] = exp_mp_hp($post['posts'],$ppd,$daysreg);
复制代码



打開 template/default/viewthread.htm




  1. <!--{if $post['nickname']}--> <span class="smalltxt">($post[nickname])</span><!--{/if}-->
  2.                 <br><div class="smalltxt">
  3.                 $post[authortitle]
  4.                 <br>{eval showstars($post['stars']);}<br><!--{if $post['customstatus']}-->$post[customstatus]<br><!--{/if}--><br>
  5.                 <!--{if $avatarshowpos == 3 && $post['avatarshow'] && $showavatars}-->
  6.                         <center>$post[avatarshow]</center><br>
  7.                 <!--{elseif $post['avatar'] && $showavatars}-->
  8.                         <table width="95%" border="0" cellspacing="0" cellpadding="0" style="table-layout: fixed; overflow: hidden">
  9.                         <tr><td align="center">$post[avatar]</td></tr></table><br>
  10.                 <!--{else}-->
  11.                         <br><br>
  12.                 <!--{/if}-->
  13.                 <!--{if $post['medals']}-->
  14.                         <!--{loop $post['medals'] $medal}-->
  15.                                 <img src="images/common/$medal[image]" border="0" alt="$medal[name]" /> &nbsp;
  16.                         <!--{/loop}-->
  17.                         <br>
  18.                 <!--{/if}-->
  19.                 {lang uid} $post[uid]<br>
  20.                 {lang digest_posts} <!--{if $post['digestposts']}--><a href="digest.php?authorid=$post[authorid]">$post[digestposts]</a><!--{else}-->$post[digestposts]<!--{/if}--><br>
  21.                 {lang credits} $post[credits]<br>
  22.                 {lang posts} $post[posts]<br>
  23.                 <!--{loop $extcredits_thread $key $credit}-->
  24.                         $credit[title] $post[$key] $credit[unit]<br>
  25.                 <!--{/loop}-->
  26.                 {lang readperm} $post[readaccess]<br>
  27.                 {lang regtime} $post[regdate]
  28.                 <!--{loop $_DCACHE['fields_thread'] $field}-->
  29.                         <br>$field[title]
  30.                         <!--{if $field['selective']}-->
  31.                                 $field['choices'][$post['field_'.$field['fieldid']]]
  32.                         <!--{else}-->
  33.                                 $post['field_'.$field['fieldid']]
  34.                         <!--{/if}-->
  35.                 <!--{/loop}-->
  36.                 <!--{if $post['location']}--><br>{lang location} $post[location]<!--{/if}--><br>
  37.                 <!--{if $vtonlinestatus && $post['authorid']}-->
  38.                         <!--{if ($vtonlinestatus == 2 && $onlineauthors[$post[authorid]]) || ($vtonlinestatus == 1 && ($timestamp - $post['lastactivity'] <= 10800) && !$post['invisible'])}-->
  39.                                 {lang online_status} <b>{lang online}</b>
  40.                         <!--{else}-->
  41.                                 {lang online_status} {lang offline}
  42.                         <!--{/if}-->
  43.                 <!--{/if}-->
  44.                 <!--{if $avatarshowpos == 2 && $showavatars}--><br><br><center>$post[avatarshow]</center><!--{/if}-->
  45.                 </div>
  46.                 <!--{if $post['alipay']}--><br><a href="https://www.alipay.com/payto:$post[alipay]?partner=20880020258585430156" target="_blank"><img src="{IMGDIR}/payto.gif" border="0" alt="{lang payto_author}" /></a><!--{/if}-->
  47.         <!--{else}-->
  48.                 <!--{if !$post['authorid']}-->
  49.                         <span class="bold">{lang guest}</span> <span class="smalltxt">$post[useip]</span><br><span class="smalltxt">{lang unregistered}
  50.                 <!--{elseif $post['authorid'] && $post['username'] && $post['anonymous']}-->
  51.                         <span class="bold">
  52.                         <!--{if $forum['ismoderator']}--><a href="viewpro.php?uid=$post[authorid]" target="_blank">{lang anonymous}</a><!--{else}-->{lang anonymous}<!--{/if}-->
  53.                         </span><br>{lang member_anonymous}
  54.                 <!--{else}-->
  55.                         <span class="bold">$post[author]</span><br>
  56.                         {lang member_deleted}
  57.                 <!--{/if}-->
  58.                 <br><br><br><br><br><br><br><br><br><br>
  59.         <!--{/if}-->
  60.         </td>

复制代码



改成:



  1. // 用户信息美化 For 5.0

  2. <!--{if $post['nickname']}--> <span class="smalltxt">($post[nickname])</span><!--{/if}-->
  3.                 <br><div class="smalltxt">
  4.                 {eval showstars($post['stars']);}<br><!--{if $post['customstatus']}-->$post[customstatus]<br><!--{/if}--><br>
  5.                 <!--{if $avatarshowpos == 3 && $post['avatarshow'] && $showavatars}-->
  6.                         <center>$post[avatarshow]</center><br>
  7.                 <!--{elseif $post['avatar'] && $showavatars}-->
  8.                         <table width="95%" border="0" cellspacing="0" cellpadding="0" style="table-layout: fixed">
  9.                         <tr><td align="center">$post[avatar]</td></tr></table><br>
  10.                 <!--{else}-->
  11.                         <br><br>
  12.                 <!--{/if}-->
  13. <table width="155" border="0" align="center" cellpadding="0" cellspacing="0">
  14. <tr><td background="{IMGDIR}/pic/kuan03.gif">
  15. <table cellSpacing=0 cellPadding=0 border=0>
  16. <tr><td width=8></td>
  17. <td background="{IMGDIR}/pic/kuan04.gif"><span class=smalltxt><IMG src="{IMGDIR}/pic/rb01.gif" width=1>
  18. $post[authortitle]&nbsp;
  19. <!--{if $credits < 100}--><IMG src="{IMGDIR}/pic/money0.gif" align=absMiddle border=0>
  20. <!--{else}-->
  21. <IMG src="{IMGDIR}/pic/money1.gif" align=absMiddle border=0>
  22. <!--{/if}-->
  23. </span></td></tr></table></td></tr>
  24. <tr>
  25. <td background="{IMGDIR}/pic/kuan02.gif" bgColor="#f8f8f8" align="middle">
  26. <table cellSpacing="0" cellPadding="0" border="0" width="85%" align="center">
  27. <tr><td colspan="2">


  28. //經驗值,魔法值,生命值 D5
  29. $post[exp_mp_hp]<br>
  30. //經驗值,魔法值,生命值 D5



  31. <img src="{IMGDIR}/pic/icon_1.gif" border="0"> &nbsp;{lang uid}: $post[uid] <br>
  32. <img src="{IMGDIR}/pic/icon_2.gif" border="0"> {lang digest_posts}: <font color="#9B21E8"><!--{if $post['digestposts']}--><a href="digest.php?authorid=$post[authorid]">$post[digestposts]</a><!--{else}-->$post[digestposts]<!--{/if}--></font><br>
  33. <img src="{IMGDIR}/pic/icon_1.gif" border="0"> {lang credits}: <font color="#FD289B">$post[credits]</font><br>
  34. <img src="{IMGDIR}/pic/icon_2.gif" border="0"> {lang posts}: <font color="#33CC33">$post[posts]</font><br>
  35. <!--{loop $extcredits_thread $key $credit}--><img src="{IMGDIR}/pic/icon_1.gif" border="0"> $credit[title]: <font color="red">
  36. $post[$key] $credit[unit]</font><br><!--{/loop}-->
  37. <img src="{IMGDIR}/pic/icon_2.gif" border="0"> {lang readperm}: <font color="#5D8D12">$post[readaccess]</font><br>
  38. <img src="{IMGDIR}/pic/icon_1.gif" border="0"> {lang regtime}: <font color="#CC3333">$post[regdate]</font>

  39. <!--{loop $_DCACHE['fields_thread'] $field}-->
  40.                         <br><img src="{IMGDIR}/pic/icon_2.gif" border="0"> $field[title]: <font color="#6699CC"></font>
  41.                         <!--{if $field['selective']}-->
  42.                                 $field['choices'][$post['field_'.$field['fieldid']]]
  43.                         <!--{else}-->
  44.                                 $post['field_'.$field['fieldid']]
  45.                         <!--{/if}-->
  46.                 <!--{/loop}-->

  47. <!--{if $post['location']}--><br>
  48. <img src="{IMGDIR}/pic/icon_1.gif" border="0"> {lang location}: <font color="#990033">$post[location]</font><!--{/if}-->

  49. <!--{if $vtonlinestatus && $post['authorid']}-->
  50. <!--{if $timestamp - $post['lastactivity'] <= 10800 && !$post['invisible']}--><br>
  51. <img src="{IMGDIR}/pic/icon_2.gif" border="0"> {lang online_status}: <img src="{IMGDIR}/pic/on.gif">
  52. <!--{else}--><br>
  53. <img src="{IMGDIR}/pic/icon_2.gif" border="0"> {lang online_status}: <img src="{IMGDIR}/pic/off.gif">
  54. <!--{/if}--><!--{/if}-->

  55. </td></tr></table></td></tr><tr><td><IMG height="4" src="{IMGDIR}/pic/kuan01.gif" width="155"></td></tr><TR><TD height=5>
  56. </TD></TR></table>

  57. <!--{if $post['medals']}-->
  58. <table width="155" border="0" align="center" cellpadding="0" cellspacing="0">
  59. <tr><td background="{IMGDIR}/pic/kuan03.gif">
  60. <table cellSpacing=0 cellPadding=0 border=0><tr><td width=8></td>
  61. <td background="{IMGDIR}/pic/kuan04.gif" height=15>
  62. <font color=red>荣誉勋章</font></td></tr></table></td></tr>
  63. <tr><td background="{IMGDIR}/pic/kuan02.gif" bgColor=#f8f8f8 align=middle >
  64. <table cellSpacing="0" cellPadding="0" border="0" width="85%" align="center">
  65. <tr><td bgColor=#f8f8f8 align="center">
  66. <!--{loop $post['medals'] $medal}-->
  67. <img src="images/common/$medal[image]" border="0" alt="$medal[name]">
  68. <!--{/loop}-->
  69. </td></tr></table></td></tr>
  70.   <tr><td><IMG height=4 src="{IMGDIR}/pic/kuan01.gif" width=155></td></tr>
  71. <TR><TD height=10>
  72. </TD></TR></table>
  73.                 <!--{/if}-->

  74. <!--{if $avatarshowpos == 2}--><center>$post[avatarshow]</center><!--{/if}-->

  75. <!--{else}-->
  76. <!--{if $allowviewip && $forum['ismoderator']}--><a href="topicadmin.php?action=getip&fid=$fid&tid=$tid&pid=$post[pid]"><img src="{IMGDIR}/ip.gif" border="0" align="right" alt="{lang admin_getip}"></a><!--{/if}-->
  77.                 <!--{if !$post['authorid']}-->
  78.                         <span class="bold">{lang guest}</span> <span class="smalltxt">$post[useip]</span><br><span class="smalltxt">{lang unregistered}
  79.                 <!--{else}-->
  80.                         <span class="bold">$post[author]</span><br>
  81.                         {lang member_deleted}
  82.                 <!--{/if}-->
  83.                 <br><br><br><br><br>
  84.         <!--{/if}-->
  85. // 用户信息美化 For 5.0
复制代码



upload pic ->/images/风格/
演示:

[ 本帖最后由 wey2u 于 2006-11-18 12:51 编辑 ]

本帖子中包含更多资源

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

x
云心飞扬 发表于 2006-9-20 12:47:19 | 显示全部楼层
哦!沙发是偶的
回复

使用道具 举报

taro0401 发表于 2006-9-20 12:50:17 | 显示全部楼层
有什么用处???
回复

使用道具 举报

Seika 发表于 2006-9-20 14:22:47 | 显示全部楼层

回复 #3 taro0401 的帖子

美化作用!
回复

使用道具 举报

月光淡了 发表于 2006-9-20 16:46:05 | 显示全部楼层
那經驗值,魔法值,生命值这几个有什么用啊  按什么增加的 增加幅度是什么啊 (已安装成功 谢谢LZ)
回复

使用道具 举报

疾风烈火 发表于 2006-9-20 16:50:19 | 显示全部楼层
啥玩意我
回复

使用道具 举报

vincentkoo 发表于 2006-9-20 17:13:51 | 显示全部楼层
好像没有效
回复

使用道具 举报

 楼主| wey2u 发表于 2006-9-20 17:30:16 | 显示全部楼层
原帖由 月光淡了 于 2006-9-20 16:46 发表
那經驗值,魔法值,生命值这几个有什么用啊  按什么增加的 增加幅度是什么啊 (已安装成功 谢谢LZ)





这个我也不大清楚....等级根发帖有关的....
我只是觉得满美才装的~
回复

使用道具 举报

5025488.net 发表于 2006-9-20 17:44:45 | 显示全部楼层
支持你
回复

使用道具 举报

onlyalone 发表于 2006-9-21 03:11:00 | 显示全部楼层
為什麼都一直顯示離線???
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-15 14:19 , Processed in 0.068922 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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