質問

how can I show only "next" and "prev" links under the tt_news list? The typoscript already contains:

plugin.tt_news {
 pageBrowser {
   maxPages = 10
   showResultCount = 0
   showPBrowserText = 1
   dontLinkActivePage = 0

   showFirstLast = 0
   showRange = 0
   hscText = 1

   browseBoxWrap = <ul>|</ul>
   activeLinkWrap = <li class="active">|</li>
   disabledLinkWrap = <li>|</li>
   inactiveLinkWrap = <li>|</li>
  }
}

Oh and what does "hscText" stands for?

役に立ちましたか?

解決

The solution gives Daimi's Skinnablepagebrowser (currently alpha!) which provides additional parameters for the next and prev button. With that and by clearing the normal pagebrowser link wrappers you can only show the next and prev buttons ;D

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top