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

Steffen Kamper steffen at dislabs.de
Sun Dec 10 01:40:20 CET 2006


"Matthias Stuebner" <news at stuebner.de> schrieb im Newsbeitrag 
news:mailman.1.1165702869.20176.typo3-dev at lists.netfielders.de...
> On Sat, 09 Dec 2006 18:07:22 +0200, Tapio Markula wrote:
>
>> have you set ext_conf_template.txt and *saved* values.
>
> BTW: What I ment is, that my extension data is saved in localconf.php, but
> doesn't show up in debug($TYPO3_CONF_VARS['EXTCONF']); So I guess that
> something is missing to enbale my extension?
> -- 
> br Matthias

why don't you do it as i posted before ?

$this->extConf=unserialize($TYPO3_CONF_VARS['EXT']['extConf']['ms_sadmin']);
debug($this->extConf);

there are the vars (you see in localconf.php) , no place else.


vg  Steffen 






More information about the TYPO3-dev mailing list