You're very welcome @SergioNG, i'm glad i was able to help
Off-topic: Yay! 3 reputation. No more 10 minute cooldown between posts. Thank you :squirrel:
You're very welcome @SergioNG, i'm glad i was able to help
Off-topic: Yay! 3 reputation. No more 10 minute cooldown between posts. Thank you :squirrel:
@SergioNG said:
Oh boy, I have to admit that I'm very new to using GitHub, all I did was to install Git on the pc (Windows) then used Git Extensions to clone the project for NodeBB to a local folder, and then I setup that folder with the npm install, and node app --setup.... so... not sure if that was the correct way to do it... for example the latest commit or push that I see on Git Extensions is the one from Julian "fixes #3669" so by pulling that my NodeBB folder should then be updated to the latest version... isn't it?
Usually it's fine to clone the master of a repo, but the NodeBB team seems to push their version in development to master. (I don't know why.) For that reason you want to clone the latest stable branch, in this case by issuing git clone -b v0.8.x https://github.com/NodeBB/NodeBB.git nodebb
Node.js based forum software built for the modern web - fixes #3669 · NodeBB/NodeBB@137f209
GitHub (github.com)
This is indeed the most recent commit to master (which is in development), and is the most updated one though unstable and not compatible with all plugins.
@SergioNG said:
I guess one more thing I don't get is if there is more than one active version of NodeBB cause I see somethings showing v.0.7.x and v.0.8.x, don't know if someone can clarify this to me?
Thanks.
Is that in git extensions? If that is the case, you're probably seeing the branhes of different (and old) versions.
@psychobunny 96364935e905a8f9b07459da1bd974cc8c139b65
Edit: To me it looks like this is one of the latest commits on master, though my forum says v0.8.2, you forgot to update the version maybe? ^^
Double-edit: Did a fresh install from 0.8.x branch to solve the problem with postTools. @Nicolas I'm having the same problem as @1Smert1 though as shown in his screenshot.
Running with latest version of the plugin and redis.
@lombisi You're probably on NodeBB 0.9.0. postTools have been renamed in that version - this plugin isn't updated for 0.9.0 as it is in development still.
Only way to fix this issue right now is to revert back to 0.8.x