[TYPO3-core] RFC: #7526: Cleaning loginNews
Michael Stucki
michael at typo3.org
Thu Feb 14 20:42:51 CET 2008
Hi Steffen,
this is probably a matter of personal taste, but I have the impression that
the old layout catches my eyes better than the new one. How about keeping
the ugly colors?
- michael
Steffen Kamper wrote:
> 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
--
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/
More information about the TYPO3-team-core
mailing list