Вопрос

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