NodeBB v0.3.0 Released
-
time for a new screenshot
-
Congratulations, keep up the good work!
-
ok.. nodebb is awesome..
but this is FUCKIN OUT OF THIS WORLD !!..and i'm not even hyperbolic
-
-
Admin not works.
Says "undefinedundefined" -
Make sure you're updated to at least this commit minimum:
templates.js - if custom theme is missing a template, render default … · NodeBB/NodeBB@05edfdc
Node.js based forum software built for the modern web - templates.js - if custom theme is missing a template, render default … · NodeBB/NodeBB@05edfdc
GitHub (github.com)
This will fix our above issue (but really, if you want to use Lavender you should be on 0.3.x at least)
-
@psychobunny I dont know i try to update to 3.x but not works, can u tellme what im doing wrong?
-
@Pablo-Macaluso, you'll have to tell us what errors occur... My guess is you edited a template, and the
git pull
is complaining because it does not want to overwrite any files.If you want to maintain and modify your own NodeBB, you have to learn git.
Good tutorials and guides here: http://git-scm.com/
-
It says "You are running NodeBB v0.2.2. Always make sure that your NodeBB is up to date for the latest security patches and bug fixes."
But when i execute git pull it says its all uptodate
-
When i execute ./nodebb upgrade
I get thsi message
Welcome to NodeBB
Usage: ./nodebb {start|dev|watch|language}start Start NodeBB in production mode
dev Start NodeBB in development mode
watch Start NodeBB in development mode and watch for changes
language Language settings -
And whe git pull says " Its alredy update"!
-
Anyone can help me to fix that? my community are sad ...
-
If your
nodebb
executable does not contain the "upgrade" directive, then you are very out of date.git pull
did not complete successfully. What doesgit status
say?As you are unfamiliar with git, perhaps it is best if you could find somebody in your area familiar with git to look at your installation and tell you what is wrong.