Upgrade - nodebb-plugin-topic-ratings
-
@baris I’m new to NodeBB, so are there step-by-step instructions to set this up? You wrote above to put it in the template but in Github it says to put it in the custom theme. I saw that I could install it through the Plugins section of the Admin dashboard, but then I see the attached “Invalid Event” errors.
-
Those errors seem unrelated to this plugin, what version of nodebb are you using and what is the version of nodebb-plugin-mentions?
To get ratings plugin working you can open up
templates/partials/topics_list.tpl
in harmony theme and place<!-- IMPORT partials/ratings.tpl -->
after this line. After that run./nodebb build
and restart nodebb. -
I just installed NodeBB yesterday, so I assume 3.8.1.
In trying to minimize the build, I think I deleted plugin-mentions, maybe without rebuilding, so I should have looked into that more before posting.
For the ratings plugin, I can't find that path or the theme directory, so maybe I have to create it? I'm using Docker on a Mac.