[TYPO3-english] Cascading for typo3 content element

bernd wilke t3ng at pi-phi.tk
Thu Jun 10 01:21:54 CEST 2010


Am Wed, 09 Jun 2010 09:43:40 +0100 schrieb Karl Wallace:

> Hi
> 
> If I have understood your requirements correctly maybe you could use
> "kb_tv_cont_slide" extension, It cascades content elements and plugins
> from parent pages to sub-pages.
> 
> You will have to manually add the plugin to the parent page of course.
> 
> There is also a non templavoila version of the extension, search for
> content slide in the repository.
> 
the version without TV is plain typoscript [1]. something like:

... = COA
... {
	10 < styles.content.getLeft
	10.slide = -1
	# 10.slide.collect = ...

	20 < styles.content.get

	30 < styles.content.getRight
}

and inserting your plugin somewhere in the tree in a low entrylevel for 
further sliding


[1] http://wiki.typo3.org/index.php/Content_Slide

bernd
-- 
http://www.pi-phi.de/cheatsheet.html


More information about the TYPO3-english mailing list