Discussion:
[TYPO3-english] typeNum and HMENU links.
Dmitry
2018-03-27 22:40:17 UTC
Permalink
I use TYPO3 7.x I want to create site version for the visually impaired. In Typoscript I write

special = PAGE
special {
typeNum = 97
config {
... some code, special css, etc.
}
}

All menus on site created via TypoScript HMENU. After I switched to link index.php?id=1&type=97 all items in menu have standard links like index.php?id=1, index.php?id=2. Why menu items don't have links like index.php?id=1&type=97, index.php?id=2&type=97 ect.?

On TYPO3 6.x it works correctly.
--
Kind regards,
Dmitry Vasilev
www: http://typo3.ru.net/
Skype: thule-varahi;
Phone: +7 950 001 85 15
Dmitry
2018-03-27 23:15:47 UTC
Permalink
It need to set config.linkVars = L,type,cHash
--
Kind regards,
Dmitry Vasilev
www: http://typo3.ru.net/
Skype: thule-varahi;
Phone: +7 950 001 85 15
Loading...