[TYPO3-english] 2 variants of extension on the same page with different configurations

Jigal van Hemert jigal at xs4all.nl
Mon May 17 20:23:22 CEST 2010


bernd wilke wrote:
> Am Mon, 17 May 2010 08:03:13 -0700 schrieb ktt:
>> Is it possible to use two variants of extension on the same page? Can I
>> refer to extension by column where it is inserted?
> 
> only if the extension does support individual configuration. There is no 
> possibility inside of TYPO3.
> 
> If the extension does not give you fields for individual configuration of 
> each plugin, you (or the extension author) may modify the extension to 
> get individual configuration.
> Then my suggestion would be to make it individual depending on uid of 
> tt_content-record and not column. so yoou can show two differnt 
> configured plugins everywhere on a page.

The extension 'cal' has included a TypoScript field in the flexform to 
allow configuration which is not possible otherwise within the flexform.

Another solution is to put the plugins on your page with TypoScript.

10 < plugin.tx_someplugin_pi1
	# the pervious line makes a copy of the plugin
	# allowing configuration per copy
10 {
	templateFile = whatever.tmpl
	singlePid = 12
}

If you need to put plugins in the Page module in the backend you can use 
the extension typoscript_ce [1] to enter the TS configuration.

[1] http://typo3.org/extensions/repository/view/typoscriptce/current/

-- 
Jigal van Hemert
skype:jigal.van.hemert
msn: jigal at xs4all.nl
http://twitter.com/jigalvh


More information about the TYPO3-english mailing list