Bug #19312
closedweb>page shows "new element" buttons for non-default languages when language binding is enabled
0%
Description
When mod.web_layout.defLangBinding = 1 is configured then the must be no element creation buttons for the non-default languages. This is honoured for the element records. There no "new element after" buttons show up. But there is a "new element in top" button visible.
(issue imported from #M9322)
Updated by Ralf Strobel almost 14 years ago
I am facing the same issue.
Quickly fixed it for my purposes by outcommenting the following line in typo3/sysext/cms/layout/class.tx_cms_layout.php > getTable_tt_content($id)
$newP = $this->newContentElementOnClick($id,$key,$lP);
This removes the new icon for all columns, but that is ok with me. I guess to really fix the problem, all you need would be an if-construction.
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No feedback for over 90 days.