문제

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