[TYPO3-core] RFC: #7526: Cleaning loginNews
Michael Stucki
michael at typo3.org
Mon Feb 25 13:40:25 CET 2008
The loginNewsTitle description was still missing in config_default.php.
I have added it now.
Revision 3279, http://code.typo3.org/v4/changeset/3279
- michael
Ingmar Schlecht wrote:
> 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
>>
>>
>>
>
>
--
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/
More information about the TYPO3-team-core
mailing list