Project

General

Profile

Actions

Bug #22534

closed

csc static template "v4.3" won't include the registered plugins

Added by Ernesto Baschny almost 14 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Category:
Communication
Target version:
-
Start date:
2010-04-28
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.4
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

If you upgrade from 4.3 and choose the css_styled_content static template "v4.3/", no frontend plugin from extensions will be rendered in the frontend.

Switching to another css_styled_content template will make the rendering appear.

FE-plugins are registered through

t3lib_extMgm::addPItoST43()

which include typoscript code right after the "content (default)" or "css_styled_content". This is currently hardcoded in t3lib_extmgm::addTypoScript.

When we added the v4.3 static template, we forgot to update the array or content rendering templates.

Solution is to move the hardcoded array away from the core and provide a registry of renderingTemplates which css_styled_content then uses (including the new v4.3 template).
(issue imported from #M14231)


Files

14231.diff (2.42 KB) 14231.diff Administrator Admin, 2010-04-28 08:34

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #16404: flexibilize addPItoST43()RejectedErnesto Baschny2006-07-25

Actions
Actions #1

Updated by Susanne Moog almost 14 years ago

rev 7485

Actions

Also available in: Atom PDF