I use TYPO3 8.7.4 with tx_news 6.3.0 and try to set up an archive with a date menu. My structure is the following:
- News
-- Detail page
-- Archive
The date menu and all articles are shown on the "News" page correctly and in the date menu plugin the page "Archive" is set as list page. When I click on an datemenu-entry ("Januar 2018" for example), all news articles are shown on the "Archive"-page and not only the ones from January 2018.
Google couldn't help me and I tried several configurations. I also looked at the standard typoscript setup but didn't find any configuration options. Of course I checked the manual but to my mind I didn't something different...
Update:
URLs in date menu look like this:
/news/archiv/?tx_news_pi1%5BoverwriteDemand%5D%5Byear%5D=2017&tx_news_pi1%5BoverwriteDemand%5D%5Bmonth%5D=11&tx_news_pi1%5Bcontroller%5D=News&cHash=fff01ee47ff40525b2223cad75bad408
What might be the problem here? Do you need more info to help me? Is there a detailed tutorial I didn't find?
Thx & kind regards, Christian
plugin.tx_news.settings.disableOverrideDemand
enabled for you? see manual – Bernd Wilke πφ[FE][cHashRequiredParameters] = 'tx_news_pi1[news],tx_news_pi1[controller],tx_news_pi1[action]'
in InstallTool? I did now, but it has no effect... – Christian