[TYPO3-dev] Feature 10560 element browser title length is hardcoded

Steffen Kamper info at sk-typo3.de
Fri Feb 27 10:36:03 CET 2009


Hi Sebastian,

Sebastian Gebhard schrieb:
> Hi list,
> 
> I'm trying to provide a patch for my reported issue[1]
> 
> The title length of elements in the right coloumn of the element browser 
> is hardcoded.
> I want to implement a pageTS/userTS property.
> 
> The spot is
> 
> typo3/class.browse_links.php
> 
> Line: 218
> $code = htmlspecialchars(t3lib_div::fixed_lgd_cs($code,$this->fixedL));
> 
> Could someone give me a hint how to access pageTS/userTS in this context 
> properly?
> What should take precedence - userTS or pageTS?
> How should the properties be named?
> 
> 
> [1]http://bugs.typo3.org/view.php?id=10560

there is a setting in Usersettings ($GLOBALS['BE_USER']->uc['titleLen']) 
which is used for dynamic cropping. This setting should be used instead 
of spreading such setting over TS and all single modules.

vg Steffen




More information about the TYPO3-dev mailing list