Actions
Bug #39711
closedcan not modify baseUrl with executePostRenderHook
Start date:
2012-08-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
i build an extension to get the baseUrl from a Database and insert it with the PostRenderHook
before typo3 v6 this works fine.
Now (in v6) the Marker was substitute in the Template before the hook was called.
Updated by Kim Lang over 11 years ago
- Target version changed from 6.0.0 to 6.1.1
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Closed
- Is Regression set to No
use
tx_TslibFeHook { function contentPostProcOutput(&$params, &$obj){
Actions