打开viewthraed_node模板,找到:
- <!--{else}-->
- <div id="post_rate_div_$post[pid]"></div>
- <!--{/if}-->[/mw_shl_code]
- 在上面添加:
- [mw_shl_code=css,true]<!--[评分文字显示]-->
- <style>
- .ratebox { border-top:1px solid #ffffff;border-bottom:1px solid #cdcdcd; background:#ffffff; width:750px; padding-left:1px; }
- .ratebox span { width:750px; display:block; padding-left:1px; }
- .ratebox span em {clear:both;}
- </style>
- <div class="ratebox">
- <H2><font color=#29ACE5>本帖评分记录</font></H2>
- <!--{loop $post['ratelog'] $uid $ratelog}-->
- <span>
- <!--{loop $ratelog['score'] $id $score}-->
- <!--{if $score > 0}-->
- <font color="red"><strong>{$extcredits[$id][title]} +$score $extcredits[$id][unit]</strong></font>
- <!--{else}-->
- <strong>{$extcredits[$id][title]} $score $extcredits[$id][unit]</strong>
- <!--{/if}-->
- <!--{/loop}-->
- 评分人:<a href="space.php?uid=$uid" target="_blank">$ratelog[username]</a> 理由:$ratelog[reason]
- </span><br />
- <!--{/loop}-->
- </div>
- <!--/end-->
复制代码
文章来源:oocn.258club.com
|