[TYPO3] Refer to plug-in in plug-in
Tapio Markula
tapio.markula at xetpoint.fi
Sun Aug 10 12:00:37 CEST 2008
Christian Lerrahn :
> Hi,
> I'd like to write an extension which makes use of certain other
> extensions/plug-ins. Now, I'm wondering if there is an easy way of
> delegating tasks within my plug-in to other plug-ins for rendering.
> E.g. I'd like to display something which also uses e.g. a gallery
> plug-in and want to just have the gallery plug-in render everything in
> place. How do I do that?
easy way for that is just setting parameters, which another plugin uses
page 1 - you plugin as CE
page 2 - gallery as CE
Your plugin refers with reasonable parameters to the page, which has
gallery as CE - and that's it!
You must just create as an additional CE a backlink.
More information about the TYPO3-english
mailing list