[TYPO3-dev] Extending tt_content

Widmann, Manfred mpunktw at gmx.net
Tue Apr 17 15:13:49 CEST 2007


"Widmann, Manfred" <mpunktw at gmx.net> schrieb im Newsbeitrag 
news:mailman.1.1176498341.1278.typo3-dev at lists.netfielders.de...
> Hi!
>
> I try to write an extension which extends tt_content with some fields. As 
> ever I used the kickstarter and everything worked fine until I came to the 
> point where I wanted to set those fields using the standard content form - 
> the new fields simply did not show up!?
>
> What's wrong?
>
> Uhm: I use TYPO3 4.1.1 ... and Yes, I installed the extension and did the 
> static include in the template ... and I also cleared every cache which 
> came under my trembling fingers!
>
> Please help!
>
> Ciao, Manfred

Found the solution with the hint of other newsgroups! In the ext_tables.php 
I had to add:
t3lib_extMgm::addToAllTCAtypes ("tt_content"
                              ,"tx_wmcontentteaser_teaseme,tx_wmcontentteaser_teasertext,tx_wmcontentteaser_teaserstart"
                              ,""
                              ,"");

Manfred 






More information about the TYPO3-dev mailing list