Erich
Erich

Reputation: 545

Adding querystring parameter to tt_news links in TYPO3 page

I’m trying to add an additional querystring parameter to all links from tt_news plugins (displayList) on page. I've tried this, but it isn't working.

plugin.tt_news {
  displayList {
  title_stdWrap.typolink {
    additionalParams.data = &myparameter=1
  }
}

Please let me know if you have any suggestions.

Upvotes: 0

Views: 488

Answers (1)

user
user

Reputation: 545

The link is related to the <!--###LINK_ITEM###--> marker and not the title This marker is filled with plugin.tt_news.pageTypoLink but i'm not sure you can use additionalParams on it. If it does not work, try to add a generic marker!

Upvotes: 1

Related Questions