[TYPO3-templavoila] include a plugin in a fce

carmen fröwis cf.modulor at gmail.com
Thu Apr 9 13:23:00 CEST 2009


2009/4/8 Claudius Heitz <typo3 at heitz.info>

> Hi carmen,
>
> > is it possible to include a plugin in a fce? the plugin should be
> > configurable in the fce-be.
> >
>
> yes, this is possible.
>
> For an example with the smoothgallery see here:
>
> http://lists.netfielders.de/pipermail/typo3-project-templavoila/2007-December/002738.html
>
>
> One drawback is that you cannot include the typoscript setup of the
> plugin by putting something like:
> <INCLUDE_TYPOSCRIPT: source="FILE: EXT:commerce/static/setup.txt">
> But you can solve this by copying the setup of the plugin into the
> datastructure.
>
>
> Greetings
> Claudius
> _______________________________________________
> TYPO3-project-templavoila mailing list
> TYPO3-project-templavoila at lists.netfielders.de
>
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-templavoila
>

hi!

thank you - the example with rgsmoothgallery works perfect. i also tried it
with an other plugin, but here i've experienced some problems:

i would like to pass some values to my function, but i get the fieldname
instead of the values....?!?
....
userFunc = tx_somePlugin_pi1->main
someThing = field_someThing
....
i mapped the field_someThing and in frontend i see the correct values ( i
inserted in fce), but if i debug in tx_somePlugin_pi1->main, i don't get the
values - i get the fieldname (field_someThing).


greets, carmen


More information about the TYPO3-project-templavoila mailing list