Looks useful!
jdp23
Posts
-
Whooooo wants WYSIWYG? -
Problems with nodebb-plugin-blog-commentsYepper, 0.22 solves it. Thanks!
And no worries, I really appreciate you taking the time to look at it while you're in the midst of launching! Plus I get to feel good about my node sk1!!z
-
Problems with nodebb-plugin-blog-commentsAha, but if I add
app.post('/comments/publish', Comments.publishArticle);
to Comments.init, it works! Reply is still getting a 404, probably the same deal ...
Still, I would say the boat is now floating!
-
Problems with nodebb-plugin-blog-commentsMajor progress! I'm now able to configure the Blog Comments plugin, and I see the "Publish" button on my blog. Yay! But, when I click on it I get a 404. Looking at the http log on the server side, it seems to be in response to POST /comments/publish ...
-
Problems with nodebb-plugin-blog-commentsOK, the boat is held -- thanks for letting me know!
-
Problems with nodebb-plugin-blog-commentsSigh, no joy. I'm not getting the Blog Comments section in the ACP.
Not sure if this is related but I'm getting a message in the Dashboard "A new version (v0.4.0) has been released. Consider upgrading your NodeBB." But after doing a ./nodebb/upgrade, I'm still on v 0.3.2.
-
Problems with nodebb-plugin-blog-commentsThanks all. After pulling the latest version from git and upgrading the plugin (now v 0.1.19) I still get a warning about
warn: [plugins/nodebb-plugin-blog-comments] Hook method mismatch: filter:server.create_routes => addRoute
but it seems to restart properly. I'll let you know how the attempt to use the plugin goes.
It sounds like I would have been better off installing the 0.3.2 branch and the versions of the plugins that are known to work with that branch. I know it's still early days with the software but for those of us who are interested in kicking the tires, it'd be great if the "dummies" instructions led me to a stable version with working plugins, and then described the "edge" instructions setting expectations appropriately. [Yeah, yeah, I know, easy to say ]
-
Problems with nodebb-plugin-blog-commentsHi there, I set up a new nodebb installation following the "for dummies" instructions, and it seemed to work, although I got a few warnings that plugins may not be compatible with my version of nodebb. Then I installed the blog comments plugin and started getting this error message:
error: [app] Encountered Uncaught Exception: Cannot call method 'toString' of undefined
TypeError: Cannot call method 'toString' of undefined
at /home/tapestrymaker/NodeBB/node_modules/nodebb-plugin-blog-comments/library.js:151:29
at fs.js:207:20
at Object.oncomplete (fs.js:107:15)
error: [app] Could not restart server. Shutting down.Suggestions?