Re: [TYPO3] alias input limited to 20 characters

2007-10-02 Thread hartmut
> Now the only thing left is to find out who set the value to 20, me or > some extension. > seems like tt_contentaccess was the evil-doer. :) -> new thread hartmut ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfield

Re: [TYPO3] alias input limited to 20 characters

2007-10-02 Thread hartmut
> What I also tried is putting: > $GLOBALS['TCA']['pages']['columns']['alias']['config']['size'] = 32; > in typo3conf/ext_tables.php > > But the only effect is that the input field is now double the size but > still not allowing more characters. > Got it. With adding: $TCA['pages']['columns'][

Re: [TYPO3] alias input limited to 20 characters

2007-10-02 Thread hartmut
Patrick Gaumond schrieb: > hartmut wrote: >> Hi, >> >> I'm having a problem with the input field for the page alias in the >> backend (Typo3 4.1.2). >> The input is limited to 20 characters. But looking at the database, in >> table pages the alias field is set to varchar 32. >> >> How can I fix t

Re: [TYPO3] alias input limited to 20 characters

2007-10-02 Thread Patrick Gaumond
hartmut wrote: > Hi, > > I'm having a problem with the input field for the page alias in the > backend (Typo3 4.1.2). > The input is limited to 20 characters. But looking at the database, in > table pages the alias field is set to varchar 32. > > How can I fix that? I suppose it's not a brand

[TYPO3] alias input limited to 20 characters

2007-10-02 Thread hartmut
Hi, I'm having a problem with the input field for the page alias in the backend (Typo3 4.1.2). The input is limited to 20 characters. But looking at the database, in table pages the alias field is set to varchar 32. How can I fix that? best regards hartmut _