Search code examples
xmltypo3typo3-7.6.xtx-news

Import XML feed in tx_news /eventnews


Import of XML feed is working well with extension news_importicsxml. The connected extension eventnews is also used.

When importing data a checkbox is event has to be set to true, to show these imported news in calendar view.

Is it possible to import Imagedata or URL into news extension?

Need really help for this.

thx Wolfgang

Versions: Typo3 7.6.18 news 6.0.0 eventnews 2.0.1 news_importicsxml 2.1.1


Solution

  • The latest version (try https://github.com/georgringer/eventnews) can import media elements of an RSS feed as well.

    Regarding the checkbox: This needs to be done with a custom signal slot implementation provided by you. Take a look at https://github.com/georgringer/news_importicsxml/blob/master/Classes/Aspect/NewsImportAspect.php how this can be done.