[TYPO3-english] ext_conf_template.txt
Kay Strobach
typo3 at kay-strobach.de
Sat Jun 26 10:30:02 CEST 2010
Hello list,
I created the following ext_conf_template.txt in TYPO3 4.4
# cat=basic/settings; type=string; label=Prefix for Da...
databaseTablePrefix =
The Problem is, that i wanted to use an selectbox with calculated values
instead of the string field type.
Is there anyway to create a select field dynamically, like it is in TCA?
Just for information:
=====================
This functionality would be used with a hook to move the piwiktables of
the EXT:piwikintegration to a different DB (as they are created
dynamically and a compare in the installtool could destroy them).
To ensure that only a writeable DB is used, it would be nice to limit
the user to a DB with write access.
Hook to fetch changes in the ExtMgm:
$TYPO3_CONF_VARS['SC_OPTIONS']['typo3/mod/tools/em/index.php']['tsStyleConfigForm'][]
=
'EXT:piwikintegration/class.tx_piwikintegration_helper.php:tx_piwikintegration_helper->emSaveConstants';
Thanks a lot
Kay
More information about the TYPO3-english
mailing list