[TYPO3] create a fork of an extension and having troubles with Frontend output

Tobias Hochgürtel tobias.hochguertel at online.de
Sat Aug 16 14:07:51 CEST 2008


Hello People,

 

 

 

I have some troubles with creating an fork of tt_products. 

 

 

 

I have renamed all classes, php files, variables, sql database tables, and
the (main) folder with my new name ( tt_freiraum ). I have changed some
things in the language files. But when I now add the Shop Plugin as an
Content Element. I get at the FrontEnd only the Header. I have included the
static Typoscript from extensions. 

 

 

 

I have changed in ext_tables.php the id of the Plugin (from 5 to 7) 

 

 

 

1.

t3lib_extMgm::addPlugin(Array('LLL:EXT:'.TT_FREIRAUM_EXTkey.'/locallang_db.x

ml:tt_content.list_type_pi1','7'),'list_type');

2.

$TCA['tt_content']['types']['list']['subtypes_excludelist']['7']='layout,sel

ect_key';

3.

$TCA['tt_content']['types']['list']['subtypes_addlist']['7']='pi_flexform';

4.    t3lib_extMgm::addPiFlexFormValue('7',

'FILE:EXT:'.TT_FREIRAUM_EXTkey.'/flexform_ds_pi1.xml'); 

 

I have figure out that pi/class.tx_ttfreiraum_pi1.php is loaded but the main

- function is never called. 

 

 

 

I hope someone can help me. But I have to say thanks for creating this great

Typo3 Ext. 

 



More information about the TYPO3-english mailing list