Actions
Feature #17386
closedMake length of record titles configurable in List Module
Start date:
2007-06-14
Due date:
% Done:
0%
Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:
Description
The title of records displayed in the List module seems to be set to a fixed value of 50 characters. This should be confgurable via TS config or in the User Setup (just like the page titles in the pagetree).
class.db_list.inc =>
class.t3lib_recordlist.php =>
var $fixedL = 50;
(issue imported from #M5793)
Files
Updated by Kai Blaschke over 16 years ago
As the max length value was reduced to 30 in TYPO3 4.2, I got several requests by customers to change it back to the old value or even higher.
I created a patch for TYPO3 4.2.1 which adds a new configuration field in the user setup form, thus making it user configurable. Default value is 30, or, for existing users, there is no limit at all until the user changes it.
Patch is attached as unified diff.
Actions