Hallo allerseits,
ich habe ein kleines Problem mit der exclude Eigenschaft des addQueryString Parameters. Konkret versuche ich, einen URL Parameter zu entfernen. Mein TS sieht wie folgt aus:
Typoscript-Code:
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17:
| temp.userbarswitch.off = TEXT temp.userbarswitch.off.value = › close temp.userbarswitch.off.wrap = <div class="smallright">|</div> temp.userbarswitch.off.typolink.parameter.data = page:uid temp.userbarswitch.off.typolink.additionalParams = &u=1 temp.userbarswitch.off.typolink.addQueryString = 1 temp.userbarswitch.off.typolink.addQueryString.method = GET temp.userbarswitch.off.typolink.addQueryString.exclude = q temp.userbarswitch.on = TEXT temp.userbarswitch.on.value = › open temp.userbarswitch.on.wrap = <div class="smallright">|</div> temp.userbarswitch.on.typolink.parameter.data = page:uid temp.userbarswitch.on.typolink.additionalParams > temp.userbarswitch.on.typolink.addQueryString = 1 temp.userbarswitch.on.typolink.addQueryString.method = GET temp.userbarswitch.on.typolink.addQueryString.exclude = q,u |
Ich bin eigentlich davon ausgegangen, über "typolink.addQueryString.exclude = q,u" den u Parameter aus dem Link entfernen zu können, dies funktioniert jedoch leider nicht. Hat diesbezüglich jemand einen Tip für mich?
Gruß
Knievel