Domanda

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?

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top