[TYPO3-seminars] Configuration of PageBrowser

Andri Grossenbacher andrigro at hotmail.com
Thu Jun 24 15:51:31 CEST 2010


Hello,

I want to change the look of the PageBrowser in Listview, i saw that the extension uses the core tslib_pibase PageBrowser. So i was thinkinig it has to be configurable.

i was trying something like this:

plugin.tx_seminars_pi1.pageBrowser{
    showPBrowserText = 0
    showResultCount = 0
    alwaysPrev = 1
    showFirstLast = 0
    hscText = 0
    showRange = 0
    maxPages = 5
    
    wrap{
        browseBoxWrap = <div class="pageBrowser clearfix">|</div>
        showResultsWrap = <div class="showResultsWrap">|</div>
        browseLinksWrap = <div class="browseLinksWrap">|</div>
        showResultsNumbersWrap = <span class="showResultsNumbersWrap">|</span>
        disabledLinkWrap = <span class="disabledLinkWrap">|</span>
        inactiveLinkWrap = <span class="inactiveLinkWrap">|</span>
        activeLinkWrap = <span class="activeLinkWrap">|</span>
        showPBrowserText = 0
    }
}

or some other paths like "plugin.tx_seminars.pageBrowser" or "plugin.tx_seminars_pi1.listView.pageBrowser" but nothing of this works.

Can you tell me, how i can change the look of the PageBrowser?

Thank you for your help!

regard,

Andri Grossenbacher
 		 	   		  


More information about the TYPO3-project-seminars mailing list