[Typo3] Can use TCEform in frontend / frontend plugin?

Dennis Cheung hkdennis2k at gmail.com
Thu Nov 3 08:06:26 CET 2005


I've found the problem,

defaine a tca.php as dynamicConfigFile in of related table.

I have to move all t3lib_extMgm::addTCAcolumns(...) from ext_tables.php to
tca.php.

But I still has a question......
What if I don't have any new table create by this plugin?
need overwrite ['ctrl']['dynamicConfigFile']?



On 11/3/05, Dennis Cheung <hkdennis2k at gmail.com> wrote:
>
> I've tried, but not working. May be I used it in the wrong way?
>
> I also found another problem, may be the cause of it.
>
> I started from extends the tt_products table, by the extension kickstart
> plugin.
> and do some others changes.
>
> In ext_tables.php, I wrote
> t3lib_extMgm :: addTCAcolumns('tt_products', (............)
> to add more columns, it works on backend.
>
> But I can't get the column by TCEforms in frontend, after my debug, I
> found
> t3lib_div::loadTCA do not load my columns,
> (but it can read tables create myself in $TCA)
>
> I guess the ['ctrl']['dynamicConfigFile'] cause the problem.
> Am i right?
>
> But it work in backend??
>
> thanks,
> Dennis
>
>
>
>
>
> On 11/3/05, Dmitry Dulepov <typo3 at fm-world.ru> wrote:
> >
> > Hi!
> >
> > Dennis Cheung wrote:
> > > May be this is a stupid question, but can I use TCEform in front end?
> > > I wanted to have some feature like selection box, data validation,
> > relation
> > > table column in front end.
> > > And I've search around the typo3, seem *t3lib_TCEforms *is something I
> > am
> > > looking for. But it likely only can used in back end modules( am I
> > wrong?)
> >
> > I took a look and found t3lib_TCEforms_FE class there. Its description
> > is: "Extension class for the rendering of TCEforms in the frontend". Try
> > it :)
> >
> > Dmitry.
> > _______________________________________________
> > Typo3-english mailing list
> > Typo3-english at lists.netfielders.de
> > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
> >
> _______________________________________________
> Typo3-english mailing list
> Typo3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>



More information about the TYPO3-english mailing list