首頁
新聞
功能
下載
開發
支援
論壇
文件
搜尋
關於我們
LifeType 1.0/Plugins/topcommentvisitors
原始碼
出自LifeType 中文文件計畫
LifeType 1.0/Plugins/topcommentvisitors
的原始碼
跳轉到:
導航
,
搜尋
根據以下的原因,您並無權限去做編輯頁面:
您剛才的請求只有
用戶
使用者組的使用者才能使用。
你可以檢視並複製本頁面的原始碼。
__NOTOC__ '''名稱''': 最多迴響訪客(Top Comment Visitors) '''版本''': 1.0 '''下載連結''': http://prdownloads.sourceforge.net/lifetype/topcommentvisitors.zip?download '''程式授權''': GPL '''作者''': [http://blog.markplace.net Mark Wu] = 用途 = 本外掛程式提供訪客迴響次數的排名列表。 = 設定 = 本外掛程式的設定頁位於 '''設定中心'''->'''最近活動管理''' 之下。 您可以使用 # '''$topcommentvisitors->isEnabled()''' 來檢查此外掛程式是否啟用。 # '''$topcommentvisitors->getTopCommentVisitors( $maxVisitors , $based )''' 可以取得最多迴響的訪客清單。 其中: # '''$maxVisitors''' 是你想顯示迴響數前多少名的訪客清單,預設值是10。 # '''$based''' 是要傳回排名的計算範圍是全站台或是僅限於某一個部落格內。"BLOG"表示是部落格限定,而"SITE"表示是全站台。預設值是"BLOG"。 把以下的程式碼加到 '''footer.template''' 模版或是 '''header.template'''模版: <smarty> {if $topcommentvisitors->isEnabled()} <h2>Top Comment Visitors</h2> <ul> {assign var=commentvisitors value=$topcommentvisitors->getTopCommentVisitors()} {foreach from=$commentvisitors item=commentvisitor} <li><a href="{$commentvisitor.user_url}">{$commentvisitor.user_name} ({$commentvisitor.user_count} Comments)</a></li> {/foreach} </ul> {/if} </smarty> = 注意事項 = 其他需要使用者特別注意的事項,或是告知潛在的問題。 [[Category:Plugins]]
返回到
LifeType 1.0/Plugins/topcommentvisitors
。
個人工具
登入
檢視
頁面
討論
原始碼
歷史
搜尋
導航
首頁
社群入口
現時事件
近期變動
隨機頁面
使用說明
工具箱
鏈入頁面
相關頁面修訂記錄
特殊頁面