免費論壇 繁體 | 簡體
Sclub交友聊天~加入聊天室當版主
分享
返回列表 發帖

[分享] 帖子評分明細

本帖最後由 n7197 於 2012-2-21 02:55 編輯

我不是原創~只是純分享有需要的人!

sshot-1.jpg
2012-2-21 02:45


sshot-1.jpg
2012-2-21 02:55


打開tempaltes/default/viewthread_node.htm文件,查找:
  1.     <!--{if !empty($post['ratelog'])}-->
  2.      <dl class="newrate">
  3.       <dt>
  4.        <!--{if !empty($postlist[$post[pid]]['totalrate'])}-->
  5.         <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>
  6.         <p>{lang thread_rate_count}</p>
  7.        <!--{/if}-->
  8.       </dt>
  9.       <dd>
  10.        <ul class="s_clear">
  11.        <div id="post_rate_$post[pid]"></div>
  12.        <!--{loop $post['ratelog'] $uid $ratelog}-->
  13.         <li>
  14.          <div id="rate_{$post[pid]}_{$uid}_menu" class="attach_popup" style="display: none;">
  15.           <p class="cornerlayger">$ratelog[reason] &nbsp;&nbsp;
  16.            <!--{loop $ratelog['score'] $id $score}-->
  17.             <!--{if $score > 0}-->
  18.              <em>{$extcredits[$id][title]} + $score $extcredits[$id][unit]</em>
  19.             <!--{else}-->
  20.              {$extcredits[$id][title]} $score $extcredits[$id][unit]
  21.             <!--{/if}-->
  22.            <!--{/loop}-->
  23.           </p>
  24.           <p class="minicorner"></p>
  25.          </div>
  26.          <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>
  27.          <p><a href="space.php?uid=$uid" target="_blank">$ratelog[username]</a></p>
  28.         </li>
  29.        <!--{/loop}-->
  30.        </ul>
  31.       </dd>
  32.      </dl>
  33.     <!--{else}-->
  34.      <div id="post_rate_div_$post[pid]"></div>
  35.     <!--{/if}-->
  36.     <!--{/if}-->
  37.     <!--{if $post['first']}-->
  38.      <!--{if $lastmod['modaction']}--><div class="modact"><a href="misc.php?action=viewthreadmod&amp;tid=$tid" title="{lang thread_mod}" onclick="floatwin('open_viewthreadmod', this.href, 600, 410);return false;">{lang thread_mod_by}</a></div><!--{/if}-->
  39.      <!--{if $lastmod['magicname']}--><div class="modact"><a href="misc.php?action=viewthreadmod&amp;tid=$tid" title="{lang thread_mod}" onclick="floatwin('open_viewthreadmod', this.href, 600, 410);return false;">{lang magics_logs}</a></div><!--{/if}-->
  40.      <div class="useraction">
  41.       <a id="ajax_favorite" {if $discuz_uid}href="my.php?item=favorites&amp;tid=$tid" onclick="ajaxmenu(event, this.id, 3000, 0)"{else}href="logging.php?action=login" onclick="floatwin('open_login', this.href, 600, 400);return false;"{/if}>{lang thread_favorite}</a>
  42.       <a id="emailfriend" href="misc.php?action=emailfriend&amp;tid=$tid" onclick="floatwin('open_emailfriend', this.href, 250, {if $discuz_uid}380{else}200{/if});return false;">{lang thread_email_friend}</a>
  43.       <a id="ratelink" {if $discuz_uid}href="misc.php?action=rate&amp;tid=$tid&amp;pid=$post[pid]" onclick="floatwin('open_rate', this.href, 250, 270);return false;"{else}href="logging.php?action=login" onclick="floatwin('open_login', this.href, 600, 400);return false;"{/if}>{lang rate}</a>
  44.      </div>
  45.     <!--{/if}-->
複製代碼
替換為:
  1. <!--{if !empty($post['ratelog'])}-->
  2. <dl class="newrate">
  3. <dt>
  4. <!--{if !empty($postlist[$post[pid]]['totalrate'])}-->
  5. <strong><a href="misc.php?action=viewratings&tid=$tid&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>

  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]   
  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. <div id="rate_{$post[pid]}_{$uid}" onmouseover="showMenu(this.id,false,2)" style="padding: 5px 0 0 0px; width: 60px; margin-right:9px; height: 60px; background: url(http://homepage8.seed.net.tw/web@5/n7197/48_avatar_bg.gif) no-repeat;">
  26. <a href="你的網址/space.php?uid=$uid" target="_blank"><img src="你的網址/uc_server/avatar.php?uid=$uid&size=small" style="height:48px;width:48px;"></a></div>
  27. </li>
  28. <!--{/loop}-->
  29. </ul>
  30. </dd>
  31. </dl>

  32. <div></div>
  33. <p class="cornerlayger">
  34. <!--{loop $post['ratelog'] $uid $ratelog}-->
  35. 評分人:<a href="space.php?uid=$uid" target="_blank">$ratelog[username]</a>  
  36. <!--{loop $ratelog['score'] $id $score}-->
  37. <!--{if $score > 0}-->
  38. <em>{$extcredits[$id][title]} + $score $extcredits[$id][unit]</em>
  39. <!--{else}-->
  40. {$extcredits[$id][title]} $score $extcredits[$id][unit]
  41. <!--{/if}-->
  42. <!--{/loop}-->
  43.     理由:$ratelog[reason]<br>
  44. ----------------------------------------------------------------------------------------------------------------------------------------<br>
  45. <!--{/loop}-->
  46. </p>
  47. <p class="minicorner"></p>
  48. <!--{else}-->
  49. <div id="post_rate_div_$post[pid]"></div>
  50. <!--{/if}-->
  51. <!--{/if}-->
  52. <!--{if $post['first']}-->
  53. <!--{if $lastmod['modaction']}--><div class="modact"><a href="misc.php?action=viewthreadmod&tid=$tid" title="{lang thread_mod}" onclick="floatwin('open_viewthreadmod', this.href, 600, 410);return false;">{lang thread_mod_by}</a></div><!--{/if}-->
  54. <!--{if $lastmod['magicname']}--><div class="modact"><a href="misc.php?action=viewthreadmod&tid=$tid" title="{lang thread_mod}" onclick="floatwin('open_viewthreadmod', this.href, 600, 410);return false;">{lang magics_logs}</a></div><!--{/if}-->
  55. <!--{/if}-->
複製代碼
注意:第28行"你的網址"
第47行的虛線~可自行調整!
最後要更新媛存
1

評分人數

  • Xclub

tempaltes/default/viewthread_node.htm=??

TOP

本帖最後由 popmax 於 2012-2-21 21:57 編輯

改這可小心了...改錯模板會掛掉...

TOP

嗯~~~樓上的說的沒有錯ㄛ、最好先作一份【備份】

TOP

好漂亮0.0來試用看看!

TOP

拿來用用看囉@@  謝

TOP

用用看{:5_124:}

TOP

改這可小心了...改錯模板會掛掉...
popmax 發表於 2012-2-21 20:14

我就曾經改錯導致整個磨板掛掉……

TOP

改這可小心了...改錯模板會掛掉

TOP

真的要好小心用

可是我仍不會用

TOP

返回列表