Bug #21057
closedSimulateStaticDocuments - Problems with handling "type" Parameter
0%
Description
In Version 4.2.8 the Error with handling the "type" Parameter described in Issue #0004564 further exists. Typolink isn't able to render the "type" parameter with StaticDocuments!
Imagine a TypoScript configuration like the following and simulateStaticDocuments enabled:
page.10 = TEXT
page.10 {
stdWrap = 1
stdWrap.typolink {
returnLast = url
useCacheHash = 1
parameter.data = tsfe:id
additionalParams = &type=5
}
}
You would get something like this as link-URL:
SomePage.13+M5bd9214a8c2.0.html?&type=5
Another Error is that the "type" Parameter isn't used to render Menus.
When the following URL is the actual Site:
SomePage.13+M5bd9214a8c2.5.html
All Links in the Menu are linked back to the "type" (typeNum) = 0. So one Link for example will be:
SomePageXY.13+M5bd9214a8c2.0.html
Can somebody please add the solution of Issue #0004564 to the Core and resolve the other error with SimulateStaticDocuments?
The SSD isn't usable with the actual functionality!
(issue imported from #M11958)
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 4.7)?
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.