[TYPO3-dev] How to set BE_MOD variables with Typoscript?

Matthias Stuebner news at stuebner.de
Sat Dec 9 22:01:26 CET 2006


On Sat, 09 Dec 2006 18:07:22 +0200, Tapio Markula wrote:

>> Ok. Looking into TYPO3_CONF_VARS, my extension doesn't show up in
>> 'extConf'. How to change this?
> 
> have you set ext_conf_template.txt and *saved* values.

Sorry, I missed the same thing than sometimes before, that in
localconf.php, not all the same type of data stands together, but
distributed through the file. So my data IS there.

But maybe I have a blackout now and the following question is complete off
sense:

debug($TYPO3_CONF_VARS['EXT']['extConf']['ms_sadmin']) gives me:
a:3:{s:8:"LitDbPid";s:3:"111";s:12:"AllergoDbPid";s:3:"222";s:9:"UserDbPid";s:3:"333";}

and following (what I found in other extensions)

debug($TYPO3_CONF_VARS['EXTCONF'][$this->extKey]['UserDbPid']);
returns: |debug|

even that $this->extKey holds the correct value (ms_sadmin).
-- 
br Matthias




More information about the TYPO3-dev mailing list