[TYPO3-english] [BE][loginNewsTitle]?

Gregor Hermens gregor at a-mazing.de
Wed Aug 25 12:45:07 CEST 2010


Hi Katja,

Katja Lampela schrieb:

> [BE][loginNewsTitle] is in the install tool and after all the years of
> [using TYPO3 I'm ashamed to admit I have no clue how to add BE login news.

just add an array with the information to your localconf.php:

$TYPO3_CONF_VARS['BE']['loginNews'][] = array(
    'date' => '8-25-2010',
    'header' => 'Demo-Login',
    'content' => 'User: demo   Password: demo',
);

hth
Cheers,
Gregor
-- 
http://www.a-mazing.de/   |   Certified TYPO3 Integrator



More information about the TYPO3-english mailing list