Project

General

Profile

Actions

Bug #16806

closed

TCAdefaults.tt_content.imagecols = 1 is missing

Added by Steffen Kamper over 17 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Category:
-
Target version:
-
Start date:
2006-12-22
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

in tbl_tt_content.php is something missing, so this setting never works:
line 570 ff:
items' => Array (
Array('1', 0),
Array('2', 2),
...

so there is only one element missing ;-)

change the lines to following and all works:

'config' => Array (
'type' => 'select',
'items' => Array (
Array('1', 1),
Array('2', 2),
Array('3', 3),
Array('4', 4),
Array('5', 5),
Array('6', 6),
Array('7', 7),
Array('8', 8)
),
'default' => 1
(issue imported from #M4690)


Files

4690.diff (645 Bytes) 4690.diff Administrator Admin, 2008-07-09 16:14
4690_v2.diff (5.36 KB) 4690_v2.diff Administrator Admin, 2009-01-01 19:04

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #22712: userTSconfig: TCAdefaults.tt_content.imagecols = 1 does not workClosed2010-05-25

Actions
Related to TYPO3 Core - Bug #41434: userTSconfig: TCAdefaults.tt_content.imagecols = 1 does not always workClosedJigal van Hemert2012-09-27

Actions
Actions

Also available in: Atom PDF