Actions
Bug #24988
closedOwn flag directories doesn't work anymore
Start date:
2011-02-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:
In 4.4 and below it was possible to define own flag directories for special needs. This isn't working anymore since 4.5, because the usage of sprites for the flags.
Add something like this into your extTables.php to define own flag directories:
t3lib_div::loadTCA('sys_language');
$TCA['sys_language']['columns']['flag']['config']['fileFolder'] = 'fileadmin/images/flags/';
Afterwards you can select the flags from this folder in your sys_language records on the root page. Unfortunatly they are not shown anymore in the different modules, e.g. the localisation column of the list module or the page module.
(issue imported from #M17523)
Actions