[TYPO3] News and pageBrowser, some settings are ignored?
Martin Koch Andersen
martin at 925.dk
Sat Feb 18 19:04:52 CET 2006
Hi,
This has the expected effect:
plugin.tt_news {
pageBrowser {
showResultCount = 0
}
}
In the next example, the dontLinkActivePage is ignored
plugin.tt_news {
pageBrowser {
showResultCount = 0
dontLinkActivePage = 1
}
}
And here none of the wraps have effect
plugin.tt_news {
pageBrowser {
browseBoxWrap.wrap = <div id="browse">|</div>
browseLinksWrap.wrap = <div class="abrowseLinksWrap">|</div>
disabledLinkWrap.wrap = <span class="adisabledLinkWrap">|</span>
inactiveLinkWrap.wrap = <span class="ainactiveLinkWrap">|</span>
activeLinkWrap.wrap = <span class="aactiveLinkWrap">|</span>
}
}
Any ideas as to why the settings do not have effect?
Using latest TYPO3 version 4 from CVS.
--
Martin
More information about the TYPO3-english
mailing list