如題!
小弟在環境1.2.1版下使用了topreadposts這個外掛後
也啟用這個外掛了
在個人模版下也放了程式,程式如下
{if $topreadposts->isEnabled()}
<h2>熱門文章</h2>
<ul>
{assign var=readposts value=$topreadposts->getTopReadPosts()}
{if !empty($readposts) }
{foreach from=$readposts item=readpost}
<li><a href="{$url->postLink($readposts)}">{$readposts->getTopic()}</a> [{$readposts->getNumReads()} 次]</li>
{/foreach}
{/if}
</ul>
{/if}
雖然沒出現什麼錯誤但也沒有出現最多文章!
請問為什麼啊?
ps:已經在該論壇找過相關資料了,沒有1.2的topreadposts的相關資料