State of available plugins
-
As with any open system, some projects will be abandoned due to lack of interest of available free time from the developer in charge. If you see a plugin that doesn't appear to have recent activity and which doesn't work on newer versions of NodeBB, then most likely it is abandoned. The only way to find out if a plugin works is to test it yourself at this point, though I believe a thing is planned that will automatically check plugins for failures to run for each new release of NodeBB, and would notify the respective maintainer(s) of that incompatibility.
-
@PitaJ said in State of available plugins:
As with any open system, some projects will be abandoned due to lack of interest of available free time from the developer in charge. If you see a plugin that doesn't appear to have recent activity and which doesn't work on newer versions of NodeBB, then most likely it is abandoned. The only way to find out if a plugin works is to test it yourself at this point, though I believe a thing is planned that will automatically check plugins for failures to run for each new release of NodeBB, and would notify the respective maintainer(s) of that incompatibility.
Lets say an old plugin crashes nodebb ... How do we manually uninstall that plugin?
-
@Apple-Pro disable all plugins with
./nodebb reset
Or just one specific one with
./nodebb reset plugin="nodebb-plugin-im-broken"
And then you can remove them completely if you choose.
-
@PitaJ said in State of available plugins:
@Apple-Pro disable all plugins with
./nodebb reset
Or just one specific one with
./nodebb reset plugin="nodebb-plugin-im-broken"
And then you can remove them completely if you choose.
Thanks
-
@PitaJ said in State of available plugins:
./nodebb reset plugin="nodebb-plugin-im-broken"
that's not how you disable a plugin...
./nodebb reset -p nodebb-plugin-im-broken