Upgrade - nodebb-widget-rss
-
Hi,
I'm currently searching for a news widget that displays news from different RSS feeds, for example in the sidebar. I found this plugin: https://github.com/Jenkler/nodebb-widget-rss, which seems to be what I'm searching for.
However, unfortunately it doesn't seem to be compatible with the current nodebb version. Plugin settings cannot be saved.
Would it be possible to make this plugin work with the current version or is there an alternative?
-
Thanks @baris for the pull!
This rss plugin should work now!
It has been pushed to npmjs: https://www.npmjs.com/package/nodebb-widget-rss
and code here: https://github.com/Jenkler/nodebb-widget-rssnpm install nodebb-widget-rss
I will update my other plugins later. I am still at 1.x on my own forum Much todo, soo little time hehe
Live demo can be found at the startpage: https://www.uex.se/
Scroll down to "Nyheter" widget on the startpage for the preview -
Thank you both very much!
When I try to install the plugin, it throws me an error "Invalid Version: 3.2.00001"
After a look in
nodebb-widget-rss/package.json
I found an entry"version": "3.2.00001"
, changing that to3.2.1
did the trick.But none of the various RSS-Feeds I've tried worked, without any information in the console or nodebb log, I can only see an empty table:
<div class="card-body"> <table id="nyheter" class="table table-striped"> </table> </div>
I use NodeBB v3.2.1. @baris for you it's working on v3?