Is there a way to always show the page browser, regardless of the set limit?
问问题
527 次
1 回答
0
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)
}
}
}
于 2011-06-27T17:07:16.393 回答