[TYPO3-ttnews] catExcludeList and categorySelection?

ben van 't ende [netcreators] ben at netcreators.com
Wed Nov 22 21:45:50 CET 2006


Ryan Hayle wrote:
> I have the same scenario as many people on this list.  I need to display
> a top story along with a list of other stories.
> 
> To do this, I've created two news plugins with a category for top
> stories.  So far, though, I have found no way to exclude the top stories
> from the second latest news plugin.  I've set catExcludeList and
> categorySelection properly, but it seems they perhaps can't be used
> together?  Or it's just ignoring my catExcludeList.  I've also tried
> selecting (in the flexform) all other categories than the one I want
> with categoryMode=-2, but it doesn't work either--top stories are still
> shown.  Any help would be appreciated!

Hi Ryan,

Maybe you already found it, but you can use listStartId and limit to configure that.

lib.news1.1 {
	code >
	code = LIST
	catImageMode = 0
	catTextMode = 0
	singlePid >
	singlePid = 166
	categoryMode = 1
	categorySelection = 2
	listStartId = 0
	limit = 1
	noPageBrowser = 1
	}
	
gRTz

ben	
-- 
netcreators :: creation and innovation
www.netcreators.com -  www.typo3.nl



More information about the TYPO3-project-tt-news mailing list