I upgraded to the new version and the fault was resolved
A few issues with a new installation of NodeBB
-
I just started using NodeBB on Nitrous.IO, and I'm having a few issues:
- it says {tags.score} next to tags:
(ignore the [object Object], forgot to enable a plugin)
- When I go to a post, and then go back, it glitches out:
- On Firefox with the desktop notifications, every time i close out of the "Enable notifications for this website" box, it comes back up and prevents me from clicking on items and text boxes properly.
- When using nodebb-plugin-sso-steam, NodeBB crashes after I put in my Steam Web API Key.
Am I missing something?
- it says {tags.score} next to tags:
-
@Technowix I'm using NodeBB v0.5.0-4
-
@Technowix It says <p><strong><em>This is a test announcement.</em></strong><br>Derp.</p>
It only happens when I hit the browser back button. -
@Technowix Currently activated:
- nodebb-plugin-finder
- nodebb-plugin-mentions
- nodebb-widget-essentials
- nodebb-plugin-markdown
- nodebb-plugin-youtube-lite
- nodebb-plugin-dbsearch
- nodebb-plugin-soundpack-default
-
Run
npm i [email protected]
npm i [email protected]
That should fix your tags issue. The latest stable version of NBB is v0.5.0 out of the v.0.5.x branch on the GitHub repo.
-
@Ted I ran those commands, but I still have the tags issue. They're now links though, and highlight when I mouse over to the tag itself.
EDIT: I'm upgrading my version currently, I'll re-edit this when done. -
@Technowix @Ted Upgrading the forums from v0.5.0-4 to v0.5.0 fixed the problems.
-
@Spideynn, good to hear. Upgrading fixed several issues for me, but I encountered some other errors after the fact.
-
I don't think there's a need for plugin-finder, plugins are listed in the ACP automatically. Unless it does something else.
-
@a_5mith, it used to do something, right?
-
@Ted said:
@a_5mith, it used to do something, right?
Yeah it used to list all the plugins in npm and (I think) allow you to install them. But this was added to core a fair few versions back. Around 0.3 or 0.4. I hope that's the plugin I'm thinking of.