霸气网游公会

 找回密码
 加入霸气
查看: 263|回复: 0

贴内评分文字化显示(6.0+7.0样式)

[复制链接]
发表于 2009-4-26 16:33:55 | |阅读模式

欢迎加入霸气网游公会社区,马上注册,享用更多功能。

您需要 登录 才可以下载或查看,没有账号?加入霸气

x
打开 templates/default/viewthread_node.htm
找到

  1.                 <!--{else}-->
  2.                     <div id="post_rate_div_$post[pid]"></div>
  3.                 <!--{/if}-->
复制代码

在它前面加入以下

  1.                     <!--[评分文字显示] by leonlord-->
  2.                     <style>
  3.                         .ratebox { border-top:1px solid #D3E8F2;border-bottom:1px solid #D3E8F2; background:#EBF2F8; width:400px; padding-left:10px; }
  4.                         .ratebox span { width:400px; display:block; padding-left:10px; }
  5.                         .ratebox span em {clear:both;}
  6.                     </style>
  7.                     <div class="ratebox">
  8.                     <h2>本帖评分记录</h2>
  9.                     <!--{loop $post['ratelog'] $uid $ratelog}-->
  10.                         <span>
  11.                         <!--{loop $ratelog['score'] $id $score}-->
  12.                             <!--{if $score > 0}-->
  13.                                 <em>{$extcredits[$id][title]} + $score $extcredits[$id][unit]</em>
  14.                             <!--{else}-->
  15.                                 {$extcredits[$id][title]} $score $extcredits[$id][unit]
  16.                             <!--{/if}-->
  17.                         <!--{/loop}-->
  18.                         (<a href="space.php?uid=$uid" target="_blank">$ratelog[username]</a>)&nbsp;$ratelog[reason]
  19.                         </span><br />
  20.                     <!--{/loop}-->
  21.                     </div>
  22.                     <!--/end-->
复制代码


如果要纯粹象6.0那样显示 完成以上操作后删除以下代码

  1.                     <dl class="newrate">
  2.                         <dt>
  3.                             <!--{if !empty($postlist[$post[pid]]['totalrate'])}-->
  4.                                 <strong><a href="misc.php?action=viewratings&amp;tid=$tid&amp;pid=$post[pid]" onclick="floatwin('open_viewratings', this.href, 600, 410);return false;" title="{lang thread_rate_log_lately}">{echo count($postlist[$post[pid]][totalrate]);}</a></strong>
  5.                                 <p>{lang thread_rate_count}</p>
  6.                             <!--{/if}-->
  7.                         </dt>
  8.                         <dd>
  9.                             <ul class="s_clear">
  10.                             <div id="post_rate_$post[pid]"></div>
  11.                             <!--{loop $post['ratelog'] $uid $ratelog}-->
  12.                                 <li>
  13.                                     <div id="rate_{$post[pid]}_{$uid}_menu" class="attach_popup" style="display: none;">
  14.                                         <p class="cornerlayger">$ratelog[reason] &nbsp;&nbsp;
  15.                                             <!--{loop $ratelog['score'] $id $score}-->
  16.                                                 <!--{if $score > 0}-->
  17.                                                     <em>{$extcredits[$id][title]} + $score $extcredits[$id][unit]</em>
  18.                                                 <!--{else}-->
  19.                                                     {$extcredits[$id][title]} $score $extcredits[$id][unit]
  20.                                                 <!--{/if}-->
  21.                                             <!--{/loop}-->
  22.                                         </p>
  23.                                         <p class="minicorner"></p>
  24.                                     </div>
  25.                                     <p id="rate_{$post[pid]}_{$uid}" onmouseover="showMenu(this.id,false,2)" class="rateavatar"><a href="space.php?uid=$uid" target="_blank">{echo discuz_uc_avatar($uid, 'small');}</a></p>
  26.                                     <p><a href="space.php?uid=$uid" target="_blank">$ratelog[username]</a></p>
  27.                                 </li>
  28.                             <!--{/loop}-->
  29.                             </ul>
  30.                         </dd>
  31.                     </dl>
复制代码


4月26日 修改成6.0+70

Archiver|手机版|小黑屋|霸气网游公会 ( 蜀ICP备18016790号-3 )

GMT+8, 2024-11-5 04:59 , Processed in 0.065285 second(s), 19 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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