[Typo3-dev] further TV development ?

Jan Wulff messages at janwulff.de
Thu Apr 7 20:02:35 CEST 2005


> I found the script,
> i know some basic php. But I have no idea where to paste the code or 
> what to do with it. im a typo3 beginner. so i dont quite understand how 
> this whole thing works.
This script extends the default content wizard. You need to create a new
extension therefore. There's lot of documentation on typo3.org about this,
even some videos. It's very easy when one uses the kickstarter extension.

After you've created a basic extension, just create a new file in your
extension, name it 'ux_db_new_content_el.php', copy the script to it and
add this to the ext_localconf.php file of your extension:

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

Regards
Jan




More information about the TYPO3-dev mailing list