• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting

Upgrade - nodebb-widget-rss

Scheduled Pinned Locked Moved Plugin Requests
3.0.0
7 Posts 3 Posters 217 Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • dave1904D Offline
    dave1904D Offline
    dave1904
    wrote on last edited by
    #1

    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?

    1 Reply Last reply
    0
  • barisB Offline
    barisB Offline
    <baris> NodeBB
    wrote on last edited by
    #2

    I will send a pull request to upgrade it to 3.x this week.

    1 Reply Last reply
    3
  • barisB Offline
    barisB Offline
    <baris> NodeBB
    wrote on last edited by
    #3

    Pull request created at https://github.com/Jenkler/nodebb-widget-rss/pull/1 if @Jenkler isn't around to merge I will publish it at @nodebb/nodebb-widget-rss

    1 Reply Last reply
    3
  • JenklerJ Offline
    JenklerJ Offline
    Mikael Jenkler Swedes
    wrote on last edited by Jenkler
    #4

    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-rss

    npm 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 😉

    1 Reply Last reply
    2
  • dave1904D Offline
    dave1904D Offline
    dave1904
    wrote on last edited by
    #5

    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 to 3.2.1did 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?

    1 Reply Last reply
    0
  • barisB Offline
    barisB Offline
    <baris> NodeBB
    wrote on last edited by
    #6

    Maybe @Jenkler can shed more light? I'm not sure if you need to restart after saving in the acp page.

    dave1904D 1 Reply Last reply
    1
  • dave1904D Offline
    dave1904D Offline
    dave1904
    replied to <baris> on last edited by
    #7

    @baris said in Upgrade - nodebb-widget-rss:

    I'm not sure if you need to restart after saving in the acp page.

    Well, you have to 😄 Working now, thanks

    1 Reply Last reply
    1

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development