[Typo3-dev] user-extension for templavoila isnt working

Torsten Arnold pipermail at gmx-topmail.de
Sat Apr 16 18:31:24 CEST 2005


Hello List,

I'm quite new to Typo3 and I tried to write a little user-extension fpr
tx_templavoila_dbnewcontentel class which can be found in
../ext/templavoila/mod1/db_new_content_el.php.

I want to modify wizardArray() function to my needs, but it seems that
my changes have no effect at all.

I've done the following:
1.)Added the following code to the file
..\typo3conf\ext\templavoila\ext_localconf.php :

$TYPO3_CONF_VARS['BE']['XCLASS']['ext/templavoila/mod1/db_new_content_el.php']=
t3lib_extMgm::extPath('user_extension').'ux_db_new_content_el.php';

2.) created a folder ..\typo3conf\ext\user_extension
3.) in that folder I created the file ux_db_new_content_el.php
4.) containing the following code :

<?php
class ux_tx_templavoila_dbnewcontentel extends tx_templavoila_dbnewcontentel
{

function wizardArray()	
 {
   [...modified content...]
 }
}
?>


But nothing happens. Even if I place some evil sytantax errors in
ext_localconf.php or ux_db_new_content_el.php it has absolutly no effect.


What am I doing wrong?

Thanks in advance,
Torsten.





More information about the TYPO3-dev mailing list