LifeType 1.0/Plugins/topcommentvisitors |
出自LifeType 中文文件計畫
(修訂版本間差異)
(→設定) |
|||
(1個中途的修訂版本沒有顯示。) | |||
第5行: | 第5行: | ||
'''版本''': 1.0 | '''版本''': 1.0 | ||
- | '''下載連結''': http://sourceforge.net/ | + | '''下載連結''': http://prdownloads.sourceforge.net/lifetype/topcommentvisitors.zip?download |
'''程式授權''': GPL | '''程式授權''': GPL | ||
第29行: | 第29行: | ||
把以下的程式碼加到 '''footer.template''' 模版或是 '''header.template'''模版: | 把以下的程式碼加到 '''footer.template''' 模版或是 '''header.template'''模版: | ||
- | < | + | <smarty> |
{if $topcommentvisitors->isEnabled()} | {if $topcommentvisitors->isEnabled()} | ||
<h2>Top Comment Visitors</h2> | <h2>Top Comment Visitors</h2> | ||
第39行: | 第39行: | ||
</ul> | </ul> | ||
{/if} | {/if} | ||
- | </ | + | </smarty> |
= 注意事項 = | = 注意事項 = |
當前修訂版本
名稱: 最多迴響訪客(Top Comment Visitors)
版本: 1.0
下載連結: http://prdownloads.sourceforge.net/lifetype/topcommentvisitors.zip?download
程式授權: GPL
作者: Mark Wu
用途
本外掛程式提供訪客迴響次數的排名列表。
設定
本外掛程式的設定頁位於 設定中心->最近活動管理 之下。
您可以使用
- $topcommentvisitors->isEnabled() 來檢查此外掛程式是否啟用。
- $topcommentvisitors->getTopCommentVisitors( $maxVisitors , $based ) 可以取得最多迴響的訪客清單。
其中:
- $maxVisitors 是你想顯示迴響數前多少名的訪客清單,預設值是10。
- $based 是要傳回排名的計算範圍是全站台或是僅限於某一個部落格內。"BLOG"表示是部落格限定,而"SITE"表示是全站台。預設值是"BLOG"。
把以下的程式碼加到 footer.template 模版或是 header.template模版:
<h2>Top Comment Visitors</h2> <ul> <li><a href="{$commentvisitor.user_url}">{$commentvisitor.user_name} ({$commentvisitor.user_count} Comments)</a></li> </ul>
注意事項
其他需要使用者特別注意的事項,或是告知潛在的問題。