[TYPO3-ttnews] How to display the Pagebroser within the Single View
    Christoph Burchartz 
    christioph-burchartz at gmx.de
       
    Wed Mar 18 19:14:16 CET 2009
    
    
  
Hi,
having implemented the pagebrowser for the list view quite nicely, I'm kind 
of stuck when it comes to achieving the same within the single view! The 
pagebrowser should toggle the news and not work as a splitter for long news.
My TS so far:
#-------------------------------------------------------------------
# Pagebrowser
  plugin.tt_news{
     usePiBasePagebrowser = 1
       pageBrowser {
        showResultCount  = 1
        maxPages         = 3
        pagefloat        = center
        showRange        = 0
        showResultCount  = 0
        showPBrowserText = 0
        hscText          = 0
        showFirstLast    = 0
        browseBoxWrap          = |
        showResultsWrap        = |
        browseLinksWrap        = |
        showResultsNumbersWrap = |
        disabledLinkWrap       = <li>|</li>
        inactiveLinkWrap       = <li>|</li>
        activeLinkWrap         = <li>|</li>
    }
  }
1) Which marker will I use for the browser?
###NEWS_SINGLE_PAGEBROWSER### or ###BROWSE_LINKS###
(the later gets not replaced at all)
2) Does the pagebrowser use the same config?
Thanks for reading and looking forward to seing someone pointing out the 
rather easy solution for this :-) 
    
    
More information about the TYPO3-project-tt-news
mailing list