Project

General

Profile

Actions

Feature #17386

closed

Make length of record titles configurable in List Module

Added by Arjen Hoekema almost 17 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
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


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Feature #18999: list title length fixed to 30 charsClosedBenni Mack2008-06-21

Actions
Actions #1

Updated by Kai Blaschke over 15 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 #2

Updated by Christian Kuhn over 15 years ago

Duplicate of pending #18999.

Actions #3

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF