开发者

How to always show the page browser in tt_news?

Is there a way to always show the page browser, reg开发者_StackOverflow中文版ardless of the set limit?


No built-in switch for this I suppose. Maybe you can place a generic marker to your template which is always replaced with a browsebox:

In the template:

<div class="pagebrowser>###MYPAGEBROWSER###</div>

In tt_news setup:

plugin.tt_news {
     genericmarkers {
         MYPAGEBROWSER < plugin.tt_news.pageBrowser
         MYPAGEBROWSER {
               (some config goes here) 
         }
     }
}
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜