tt_news pagebrowser - How to disable page selector

1.1k Views Asked by At

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?

1

There are 1 best solutions below

0
On BEST ANSWER

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