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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[美化] 【for D4.0】个人资料发帖回帖数分别显示,各积分不同颜色显示

[复制链接]
whitegerry 发表于 2005-12-26 10:15:35 | 显示全部楼层 |阅读模式
演示:http://xxgarden.net/bbs/viewthread.php?tid=113658


一、发帖回帖数分开显示

1. 打开viewthread.php,查找
  1. $postlist[$post['pid']] = $post;
复制代码


在上面添加
  1. //---------------------------------发帖回帖分开显示
  2.                 $topicquery = $db->query("SELECT tid FROM {$tablepre}threads WHERE author='$post[author]'");
  3.                 $post[topicallnum] = $db->num_rows($topicquery);
  4.                 $post[posts] = $post[posts] - $post[topicallnum];
  5.                 $post[alls] = $post[posts] + $post[topicallnum];
  6. //---------------------------------
复制代码



2. 打开viewthread.htm,查找
  1. {lang posts} $post[posts]<br>
复制代码


替换为
  1. 主题 $post[topicallnum]<br>
  2.             回贴 $post[posts]<br>
复制代码




二、各后台扩展积分不同颜色显示

我只用笨办法,在后台积分设置中把积分在帖子中显示的勾去掉

打开viewthread.htm,查找
  1. <!--{loop $extcredits_thread $key $credit}-->
  2.                         $credit[title] $post[$key] $credit[unit]<br>
  3.                 <!--{/loop}-->
复制代码


在上面添加

  1. <!--{if $post['extcredits1']}-->威望 <font color=#FF6633>$post[extcredits1]</font> <img src="images/weiwang.gif" border="0"><br><!--{/if}-->
  2.             <!--{if $post['extcredits4']}-->银币 <font color=#AFAFAF>$post[extcredits4]</font> <img src="images/yinbi.gif" border="0"><br><!--{/if}-->
  3.             <!--{if $post['extcredits5']}-->金币 <font color=#FF7C3E>$post[extcredits5]</font> <img src="images/jinbi.gif" border="0"><br><!--{/if}-->
复制代码


其中的 “extcredits1-威望” “extcredits4-银币”  “extcredits5-金币” 及颜色值根据你的情况来修改,如果你的积分设置多余上面的3个,可仿照添加。


修改完毕:)

[ 本帖最后由 whitegerry 于 2006-3-22 08:57 编辑 ]
fjch1986 发表于 2005-12-26 10:17:56 | 显示全部楼层
沙发!
回复

使用道具 举报

bonusboy29 发表于 2005-12-26 10:18:37 | 显示全部楼层
看在你头像不错  支持一下 会有人喜欢的
回复

使用道具 举报

 楼主| whitegerry 发表于 2005-12-26 10:20:33 | 显示全部楼层
我前两天是看这两个修改都有人要,呵呵
回复

使用道具 举报

 楼主| whitegerry 发表于 2005-12-26 10:22:02 | 显示全部楼层
原帖由 fjch1986 于 2005-12-26 10:17 发表
沙发!


魔王。。好像童虎~!!!
回复

使用道具 举报

freddy 发表于 2005-12-26 10:23:54 | 显示全部楼层
没转好~$post[alls]就删了吧:)
回复

使用道具 举报

fjch1986 发表于 2005-12-26 10:25:59 | 显示全部楼层
嘿嘿~俺比较喜欢这个图!所以改了
回复

使用道具 举报

 楼主| whitegerry 发表于 2005-12-26 10:26:14 | 显示全部楼层
原帖由 freddy 于 2005-12-26 10:23 发表
没转好~$post[alls]就删了吧:)


管它的,又不碍事,前面那个发帖功勋就用你的,发帖回帖分开显示,结果显示不出来,才忘了.php里面没定义,嘿嘿 借用借用
回复

使用道具 举报

 楼主| whitegerry 发表于 2005-12-26 10:27:52 | 显示全部楼层
原帖由 fjch1986 于 2005-12-26 10:25 发表
嘿嘿~俺比较喜欢这个图!所以改了


中了,来搞了链接成不
回复

使用道具 举报

fjch1986 发表于 2005-12-26 10:30:23 | 显示全部楼层
友情吗?可以啊!
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-5-6 10:42 , Processed in 0.138186 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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