I'm using Nodebb 1.6.1
I installed via npm install nodebb-plugin-blog-comments.
I have logged into the ACP and activated the plugin. However when I go to Plugins->Blog Comments, I get this message in the nodebb log:
23/10 23:18:20 [11464] - warn: [plugins/load] The following plugins may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset -p PLUGINNAME
to disable it.
- nodebb-plugin-blog-comments
23/10 23:18:20 [11464] - info: Routes added
23/10 23:18:20 [11464] - info: NodeBB Ready
23/10 23:18:20 [11464] - info: Enabling 'trust proxy'
23/10 23:18:20 [11464] - info: NodeBB is now listening on: 0.0.0.0:4567
23/10 23:18:26 [11464] - error: /assets/templates/comments/admin.js
Error: ENOENT: no such file or directory, open 'C:\Temp\NodeBB\build\public\templates\comments\admin.tpl'
If I copy and paste "comments" folder from:
C:\Temp\NodeBB\node_modules\nodebb-plugin-blog-comments\public\templates
To:
C:\Temp\NodeBB\build\public\templates
Then I can the access blog-comments. However I do not know if this is a proper solution as I am unable to get things to work so far.
Is there a test I can do to see if the plugin is setup correctly?
I'm trying to use just a javascript front end to display comments.
Your help is appreciated. Thank you!