繁體
|
簡體
Sclub交友聊天~加入聊天室當版主
(檢舉)
分享
新浪微博
QQ空间
人人网
腾讯微博
Facebook
Google+
Plurk
Twitter
Line
標題:
[分享]
帖子評分明細
[打印本頁]
作者:
n7197
時間:
2012-2-21 02:48
標題:
帖子評分明細
本帖最後由 n7197 於 2012-2-21 02:55 編輯
我不是原創~只是純分享有需要的人!
下載
(201.76 KB)
2012-2-21 02:45
下載
(29.18 KB)
2012-2-21 02:55
打開tempaltes/default/viewthread_node.htm文件,查找:
<!--{if !empty($post['ratelog'])}-->
<dl class="newrate">
<dt>
<!--{if !empty($postlist[$post[pid]]['totalrate'])}-->
<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>
<p>{lang thread_rate_count}</p>
<!--{/if}-->
</dt>
<dd>
<ul class="s_clear">
<div id="post_rate_$post[pid]"></div>
<!--{loop $post['ratelog'] $uid $ratelog}-->
<li>
<div id="rate_{$post[pid]}_{$uid}_menu" class="attach_popup" style="display: none;">
<p class="cornerlayger">$ratelog[reason]
<!--{loop $ratelog['score'] $id $score}-->
<!--{if $score > 0}-->
<em>{$extcredits[$id][title]} + $score $extcredits[$id][unit]</em>
<!--{else}-->
{$extcredits[$id][title]} $score $extcredits[$id][unit]
<!--{/if}-->
<!--{/loop}-->
</p>
<p class="minicorner"></p>
</div>
<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>
<p><a href="space.php?uid=$uid" target="_blank">$ratelog[username]</a></p>
</li>
<!--{/loop}-->
</ul>
</dd>
</dl>
<!--{else}-->
<div id="post_rate_div_$post[pid]"></div>
<!--{/if}-->
<!--{/if}-->
<!--{if $post['first']}-->
<!--{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}-->
<!--{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}-->
<div class="useraction">
<a id="ajax_favorite" {if $discuz_uid}href="my.php?item=favorites&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>
<a id="emailfriend" href="misc.php?action=emailfriend&tid=$tid" onclick="floatwin('open_emailfriend', this.href, 250, {if $discuz_uid}380{else}200{/if});return false;">{lang thread_email_friend}</a>
<a id="ratelink" {if $discuz_uid}href="misc.php?action=rate&tid=$tid&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>
</div>
<!--{/if}-->
複製代碼
替換為:
<!--{if !empty($post['ratelog'])}-->
<dl class="newrate">
<dt>
<!--{if !empty($postlist[$post[pid]]['totalrate'])}-->
<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>
<!--{/if}-->
</dt>
<dd>
<ul class="s_clear">
<div id="post_rate_$post[pid]"></div>
<!--{loop $post['ratelog'] $uid $ratelog}-->
<li>
<div id="rate_{$post[pid]}_{$uid}_menu" class="attach_popup" style="display: none;">
<p class="cornerlayger">$ratelog[reason]
<!--{loop $ratelog['score'] $id $score}-->
<!--{if $score > 0}-->
<em>{$extcredits[$id][title]} + $score $extcredits[$id][unit]</em>
<!--{else}-->
{$extcredits[$id][title]} $score $extcredits[$id][unit]
<!--{/if}-->
<!--{/loop}-->
</p>
<p class="minicorner"></p>
</div>
<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;">
<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>
</li>
<!--{/loop}-->
</ul>
</dd>
</dl>
<div></div>
<p class="cornerlayger">
<!--{loop $post['ratelog'] $uid $ratelog}-->
評分人:<a href="space.php?uid=$uid" target="_blank">$ratelog[username]</a>
<!--{loop $ratelog['score'] $id $score}-->
<!--{if $score > 0}-->
<em>{$extcredits[$id][title]} + $score $extcredits[$id][unit]</em>
<!--{else}-->
{$extcredits[$id][title]} $score $extcredits[$id][unit]
<!--{/if}-->
<!--{/loop}-->
理由:$ratelog[reason]<br>
----------------------------------------------------------------------------------------------------------------------------------------<br>
<!--{/loop}-->
</p>
<p class="minicorner"></p>
<!--{else}-->
<div id="post_rate_div_$post[pid]"></div>
<!--{/if}-->
<!--{/if}-->
<!--{if $post['first']}-->
<!--{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}-->
<!--{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}-->
<!--{/if}-->
複製代碼
注意:第28行"你的網址"
第47行的虛線~可自行調整!
最後要更新媛存
圖片附件:
sshot-1.jpg
(2012-2-21 02:45, 201.76 KB) / 下載次數 2923
http://sclub.com.tw/discuz/attachment.php?aid=1976&k=261b1e649ec5ffdc31f6ae4d0e6d19c7&t=1732273531&sid=04Tpee
圖片附件:
sshot-1.jpg
(2012-2-21 02:55, 29.18 KB) / 下載次數 2813
http://sclub.com.tw/discuz/attachment.php?aid=1977&k=0da6e28fc28d2a071e716e64a055e27a&t=1732273531&sid=04Tpee
作者:
thp008
時間:
2012-2-21 18:32
tempaltes/default/viewthread_node.htm=??
作者:
popmax
時間:
2012-2-21 20:14
本帖最後由 popmax 於 2012-2-21 21:57 編輯
改這可小心了...改錯模板會掛掉...
作者:
rosa1414
時間:
2012-2-22 05:43
嗯~~~樓上的說的沒有錯ㄛ、最好先作一份【備份】
作者:
kowloon
時間:
2012-2-22 13:15
好漂亮0.0來試用看看!
作者:
0857
時間:
2012-3-18 18:16
拿來用用看囉@@ 謝
作者:
cflingyu
時間:
2012-5-22 22:19
用用看{:5_124:}
作者:
psg
時間:
2012-5-22 22:21
改這可小心了...改錯模板會掛掉...
popmax 發表於 2012-2-21 20:14
我就曾經改錯導致整個磨板掛掉……
作者:
8301853
時間:
2012-5-22 23:22
改這可小心了...改錯模板會掛掉
作者:
4rphotoclub
時間:
2012-5-23 11:04
真的要好小心用
可是我仍不會用
作者:
☆~鼻ˇˇ野/
時間:
2012-7-8 02:56
好棒唷ˇˇ 謝謝囉
作者:
彌花
時間:
2017-11-7 02:02
先收藏了~謝分享
歡迎光臨 SCLUB免費論壇申請-使用者論壇 (http://sclub.com.tw/discuz/)
Powered by Discuz! 7.2