首頁
新聞
功能
下載
開發
支援
論壇
文件
搜尋
關於我們
LifeType 1.0/Plugins/recentcomments
原始碼
出自LifeType 中文文件計畫
LifeType 1.0/Plugins/recentcomments
的原始碼
跳轉到:
導航
,
搜尋
根據以下的原因,您並無權限去做編輯頁面:
您剛才的請求只有
用戶
使用者組的使用者才能使用。
你可以檢視並複製本頁面的原始碼。
__NOTOC__ '''名稱''': 最近迴響 '''版本''': 1.0 '''下載連結''': http://prdownloads.sourceforge.net/plog/recentcomments.zip?download '''程式授權''': GPL '''作者''': [http://blog.markplace.net Mark Wu] = 用途 = 本外掛程式提供網誌的最近迴響列表。 = 設定 = 你可以在 '''設定中心'''->'''最近活動管理'''下找到本外掛設定頁面。 你可以使用: # '''$recentcomments->isEnabled()''' 來檢查外掛是否啟用。 # '''$recentcomments->getRecentComments( $maxComments , $based )''' 來取得最近迴響。 其中: # '''$maxComments''' 是你所要顯示的最大迴響數目。預設值是10。 # '''$based''' 是用來傳回整個網站或是整個網誌的迴響。 "BLOG"表示整個網誌,"SITE"表示整個網站。預設值是"BLOG"。 將下列代碼新增到'''footer.template''' 或 '''header.template''': <pre> {if $recentcomments->isEnabled()} <h2>Recent Comments</h2> {assign var=comments value=$recentcomments->getRecentComments()} <ul> {foreach from=$comments item=comment} {assign var=commentpostid value=$comment->getArticleId()} {assign var=commentpost value=$recentcomments->getArticle($commentpostid)} <li><a title="View comments by {$comment->getUsername()}" href="{$url->postPermalink($commentpost)}#{$comment->getId()}"><b>{$comment->getUsername()}:</b>{$comment->getText()|truncate:100:"..."|strip_tags}</a></li> {/foreach} </ul> {/if} </pre> = 注意事項 = [[Category:Plugins]]
返回到
LifeType 1.0/Plugins/recentcomments
。
個人工具
登入
檢視
頁面
討論
原始碼
歷史
搜尋
導航
首頁
社群入口
現時事件
近期變動
隨機頁面
使用說明
工具箱
鏈入頁面
相關頁面修訂記錄
特殊頁面