b13 / menus

TYPO3 Extension for creating fast menus in a fast fashion
GNU General Public License v2.0
54 stars 21 forks source link

LanguageMenu does not create links for plugins #106

Closed rintisch closed 2 months ago

rintisch commented 3 months ago

Problem The TYPO3\CMS\Frontend\DataProcessing\LanguageMenuProcessor creates links on pages with plugins (means: which have query parameters). The B13\Menus\DataProcessing\LanguageMenu does not create links for these pages.

Or am I missing something?

achimfritz commented 2 months ago

i think you use f:link.typolink or f:link.page, for creating Links for languageMenu, so you can use addQueryString addQueryStringExclude/argumentsToBeExcludedFromQueryString arguments (see description in VH)