[TYPO3-core] RFC: #7526: Cleaning loginNews

Ingmar Schlecht ingmar at typo3.org
Fri Feb 22 11:00:29 CET 2008


FYI: Reviewed, tested (+1) and committed the patch to TYPO3_4-2.

ChangeSet 3246:
http://code.typo3.org/v4/changeset/3246

	Ingmar

Steffen Kamper schrieb:
> Hi,
> 
> this is a SVN patch request.
> 
> Type: Bugfix
> 
> Branches: 4.2.
> 
> Bugtracker:
> http://bugs.typo3.org/view.php?id=7526
> 
> Problem:
> there is the possibility to display some loginNews. But they look ugly
> 
> Solution:
>  I recoded them using a dl and placed them top of copyright notice.
> 
> Additional I added the possibility to give a title instead of "Important 
> messages:"
> 
> I attached the patch and 4 screenshots
> before (orig. skin and t3skin)
> after (orig. skin and t3skin)
> 
> I used a common CSS which fits for both.
> 
> Additional:
> I used following (stupid) Testconfiguration (placed in extTables.php)
> 
> $GLOBALS['TYPO3_CONF_VARS']['BE']['loginNewsTitle'] = 'Please read carefully 
> following notes before login';
> $GLOBALS['TYPO3_CONF_VARS']['BE']['loginNews'][] = Array(
>    'title' => 'My Special',
>    'date' => 'February 13th, 2008',
>    'header' => 'My personal TYPO3 site',
>    'content' => 'ok, here i go every day.',
> );
> $GLOBALS['TYPO3_CONF_VARS']['BE']['loginNews'][] = Array(
>    'title' => 'My Special',
>    'date' => 'February 13th, 2008',
>    'header' => 'My personal TYPO3 site',
>    'content' => 'ok, here i go every day.',
>  );
> 
> vg  Steffen 
> 
> 
> 


-- 
Ingmar Schlecht
TYPO3 Association Active Member


More information about the TYPO3-team-core mailing list