« 上一篇 | 下一篇»

[新增外掛]RecentComments
post by HKPLOGadmin @ 10 八月, 2005 21:08
本外掛程式提供網誌的最近迴響列表。
你可以在 個人網誌設定->網誌最近活動管理下找到本外掛設定頁面。

將下列代碼新增到panel.template

{if $recentcomments->isEnabled()}
<h2>最新迴響</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}

發表迴響
標題

內容*

暱稱*

電子郵件

個人網頁


authimage
  

Power by pLog. Template design by JamesHuang. Valid XHTML and CSS