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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[修改] 帖子页评分列表美化 For Discuz!X1.5

  [复制链接]
体无完肤 发表于 2010-10-29 08:42:12 | 显示全部楼层 |阅读模式
插件发布
插件名称: 帖子页评分列表美化
插件来源:
适用版本: Discuz! X1.5
语言编码: GBK简体 UTF8简体 BIG5繁体 UTF8繁体 
最后更新时间:
插件作者: 体无完肤
插件简介: 其实我觉得X1.5的评分列表已经很漂亮很整齐了,没必要美化了,但是还是好多站长要求升级之前那个仿PW8的评分列表,所以在原X1.5的基础上加了一些CSS样式,达到美化目的。
其实我觉得X1.5的评分列表已经很漂亮很整齐了,没必要美化了,但是还是好多站长要求升级之前那个仿PW8的评分列表,所以在原X1.5的基础上加了一些CSS样式,达到美化目的。


效果演示:http://bbs.7drc.com

修改方法:

打开template/default/forum/viewthread_node_body.htm文件查找(如果自己第三方模板中也有这个文件,那就修改第三方模板目录下的该文件):
游客,如果您要查看本帖隐藏内容请回复

替换为:
  1. <style type="text/css">
  2.                                                 <!--
  3.                                                 .ratl img { border:1px solid #CCCCCC; height:20px; padding:2px; width:20px; }
  4.                                                 -->
  5.                                         </style>
  6.                                         <table class="ratl" style="border:1px solid #CCCCCC;">
  7.                                                 <tr bgcolor="#efeeee">
  8.                                                         <th width="3"></th>
  9.                                                         <th class="xw1" width="120"><a href="forum.php?mod=misc&action=viewratings&tid=$_G[tid]&pid=$post[pid]" onclick="showWindow('viewratings', this.href)" title="{lang rate_view}">{lang have} <span class="xi1"><!--{echo count($postlist[$post[pid]][totalrate]);}--></span> {lang people_score}</a></th>
  10.                                                         <!--{loop $post['ratelogextcredits'] $id $score}-->
  11.                                                         <th width="50"><i>{$_G['setting']['extcredits'][$id][title]}</i></th>
  12.                                                         <!--{/loop}-->
  13.                                                         <th>
  14.                                                                 <a href="javascript:;" onclick="toggleRatelogCollapse('ratelog_$post[pid]', this);" class="y xi2 op"><!--{if !empty($_G['cookie']['ratecollapse'])}-->{lang open}<!--{else}-->{lang pack}<!--{/if}--></a>
  15.                                                                 <i>{lang reason}</i>
  16.                                                         </th>
  17.                                                 </tr>
  18.                                                 <tbody class="ratl_l">
  19.                                                         <!--{loop $post['ratelog'] $uid $ratelog}-->
  20.                                                         <tr id="rate_{$post[pid]}_{$uid}">
  21.                                                                 <td width="3"></td>
  22.                                                                 <td>
  23.                                                                         <a href="home.php?mod=space&uid=$uid" target="_blank" c="1"><!--{echo avatar($uid, 'small');}--></a> <a href="home.php?mod=space&uid=$uid" target="_blank">$ratelog[username]</a>
  24.                                                                 </td>
  25.                                                                 <!--{loop $post['ratelogextcredits'] $id $score}-->
  26.                                                                         <!--{if $ratelog['score'][$id] > 0}-->
  27.                                                                                 <td class="xi1"> + $ratelog[score][$id]</td>
  28.                                                                         <!--{else}-->
  29.                                                                                 <td class="xg1">$ratelog[score][$id]</td>
  30.                                                                         <!--{/if}-->
  31.                                                                 <!--{/loop}-->
  32.                                                                 <td class="xg1">$ratelog[reason]</td>
  33.                                                         </tr>
  34.                                                         <!--{/loop}-->
  35.                                                 </tbody>
  36.                                         </table>
  37.                                         <p class="ratc" style="border: 1px solid #cccccc; border-top:none;background-color:#efeeee;padding-left:5px;">
  38.                                                 {lang rate_total}:&nbsp;
  39.                                                 <!--{loop $post['ratelogextcredits'] $id $score}-->
  40.                                                         <!--{if $score > 0}-->
  41.                                                                 <span class="xi1">{$_G['setting']['extcredits'][$id][title]} + $score</span>&nbsp;
  42.                                                         <!--{else}-->
  43.                                                                 <span class="xg1">{$_G['setting']['extcredits'][$id][title]} $score</span>&nbsp;
  44.                                                         <!--{/if}-->
  45.                                                 <!--{/loop}-->
  46.                                                 &nbsp;<a href="forum.php?mod=misc&action=viewratings&tid=$_G[tid]&pid=$post[pid]" onclick="showWindow('viewratings', this.href)" title="{lang rate_view}" class="xi2">{lang rate_view}</a>
  47.                                         </p>
复制代码





评分

8

查看全部评分

beien 发表于 2010-10-29 08:44:18 | 显示全部楼层
沙发由飞吧拿下!
回复

使用道具 举报

xiaoyuyu5027 发表于 2010-10-29 08:54:30 | 显示全部楼层
kan kan
回复

使用道具 举报

aoling327 发表于 2010-10-29 08:57:10 | 显示全部楼层
接下来我占了
回复

使用道具 举报

heartzlp 发表于 2010-10-29 08:58:26 | 显示全部楼层
看看体哥的新发现
回复

使用道具 举报

jy100 发表于 2010-10-29 09:01:03 | 显示全部楼层
确实很漂亮!
回复

使用道具 举报

xiaoyuyu5027 发表于 2010-10-29 09:01:25 | 显示全部楼层
修改了然后也更新了!可以不管用啊
回复

使用道具 举报

long13374955 发表于 2010-10-29 09:05:00 | 显示全部楼层
回复

使用道具 举报

liktmart01 发表于 2010-10-29 09:05:06 | 显示全部楼层
有用吧?
回复

使用道具 举报

水叮当 发表于 2010-10-29 09:12:37 | 显示全部楼层
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-16 02:37 , Processed in 0.034682 second(s), 6 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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