georgringer / news

TYPO3 Extension news
GNU General Public License v2.0
265 stars 355 forks source link

datemenu and category menu always show all news #2507

Closed gmt-it closed 2 days ago

gmt-it commented 3 months ago

Hello,

I'm new to Typo3 and have spent the last few days working with Typo3 13.2.1 and the bk2k/bootstrap-package (dev-master) and georgringer/news" (dev-12-13). So far everything is working as expected. Language menu with flags etc. and the SASS integration worked. Now to the problems:

The display of the 2 most recent news on the homepage works and so does the detail view. The date menu and the detail list are integrated on the News subpage. References in the menu to pages and data sets are correct and work. Here is one of the menus created Links:

'https://typo3-13.ddev.site/news-1?tx_news_pi1[action]=list&tx_news_pi1[controller]=News&tx_news_pi1[overwriteDemand][month]=07&tx_news_pi1[overwriteDemand][year]=2024&cHash=db1a67301958f13f49403e9d737c64c4>'

When you select a year and month, all news is always displayed (overwrite demand is activated).

It's the same with the category menu. The categories are displayed. When selected, all news records are displayed, as with the date menu.

Does anyone here have experience with Typo 13.2. and news? Is there a place where I should start and look?

Thank you in advance

Best regards

Guido

akoenig-clickstorm commented 3 months ago

Do you have a category mode in the plugin settings selected? Anything other than "Dont care, show all" should do the trick. image

But I have no expirience with TYPO3 13 and the dev-branch. Would suggest you stick with 12.4 and stable branches. Btw: Your ddev link does not work for anyone else. Only on your local machine

gmt-it commented 3 months ago

Thanks for your answer. I found that overwrite demand has to be activated for both elements, datemenu and listview. It works now.