四月 24, 2008

[LifeType 1.2.6 模版修正] 有關模版迴響標題

由於新版本的模版有些將「迴響標題」顯示註解了!

所以迴響就不能填入標題。 (其實沒有也好啦!)

你可以修改 commentform.template ,將下面程式段的 {* *} 刪除就可以了!

<tr>
<TD ><LABEL for=url0>{$locale->pr("comment_topic")}: </LABEL></TD>
<TD><INPUT id=url name="commentTopic"></TD>
</tr>

此外 postandcomments.template 可能需要於 <div class="comment">後加入

<h3 class="commentheader">{if $comment->getTopic() != null} {$comment->getTopic()|strip_tags}{else}Re: <em>{$post->getTopic()|strip_tags}</em>{/if}</h3>

這樣才會顯示迴響者鍵入的標題!



發佈者: 陳怡杰 老師 at 04:11│  點閱次數 (294)│ 修改文章管理迴響迴響 (0)精華置頂 , 2008部落格建置班
回應文章
(必要)
authimage