Git Product home page Git Product logo

Comments (4)

marvinm96 avatar marvinm96 commented on August 24, 2024

Hello

I came here because i stumbled upon the same behavior after updating my version of news

After some search i noticed the issue came from my TypoScript

I was previously using the default configuration from the documentation here https://docs.typo3.org/p/georgringer/news/10.0/en-us/Tutorials/BestPractice/Rss/Index.html#id3

It appears that with news version 10.0.x plugins are still using the list_type value of the tt_content to define the plugin
pageNewsRSS.10.select.where = colPos=0 AND list_type = "news_pi1"

However with news version > 11.x.x plugins are now using the CType instead
Thus, the TypoScript needs to be slightly updated
pageNewsRSS.10.select.where = colPos=0 AND CType = "news_pi1"

My plugins were updated, but not my TypoScript template, and the change was so small i didn't see it.
By just changing this part my RSS feeds started working again
(Also make sure you have the Generic.html template instead of List.html in the fluid_styled_content templates folder)

I've checked the documentation, the example given in the documentation for version 11.0 is incorrect, tho it's fixed in the version 11.1 and onwards

Hope this is clear enough and can help you if your problem is the same as mine

from news.

emileblume avatar emileblume commented on August 24, 2024

@marvinm96 Thanks for the pointer. Completely forgot about this change. I managed to restore my feeds by calling the new plugin in a slightly different way though. Would be good if the documentation for this was updated

from news.

georgringer avatar georgringer commented on August 24, 2024

but is fine in the docs, https://docs.typo3.org/p/georgringer/news/11.3/en-us/Tutorials/BestPractice/Rss/Index.html#automatic-rss-feeds-based-on-plugins isnt it?

from news.

emileblume avatar emileblume commented on August 24, 2024

@georgringer Based on the suggestion from @marvinm96 it should be but for me this isn't working. I will keep using my solution

from news.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.