The new community.nodebb.org theme!
-
No no, nope. Not my baby. You nibs are just as responsible for bugs as I am kthxbai
-
Hey, thanks guys! I just did "npm install nodebb-theme-lavender" and restarted the app. When I revisited the page, it was completely unstyled! Here's the error I got:
LESS File error : '../nodebb-theme-vanilla/less/vanilla.less' wasn't found
LESS File : /var/www/forum/node_modules/nodebb-theme-lavender/theme.less 1:0
undefinedAny ideas?
-
running
./nodebb upgrade
should do the trick -
Hmmm...I did it and everything seemed to upgrade successfully, but when I ran it, installed the theme, restarted it and visited the page, the page had this error:
event.returnValue is deprecated. Please use the standard event.preventDefault() instead.
Uncaught TypeError: Object #<Object> has no method 'toISOString' lavender.js:32
Uncaught SyntaxError: Unexpected token < d.txtsrving.info/?c=VVM6OjoxMDM2OjE1NzEyMDo6&cachebreak=1390424676449&cb=_GPL.dc:1
GET http://forum.figma.com/socket.io/1/?t=1390424722062 socket.io.js:2 -
Thanks. I've got a crontab task backing up everything to an ebs volume every hour.
OK, so I have my remote repository associated with git in my instance directory. When I do "git pull," it pulls from my bitbucket repository. How do I make it pull/integrate the latest nodebb version?
Thanks for the help!
-
@julian said:
git remote add upstream [email protected]:designcreateplay/NodeBB.git
Then to get the latest changes from NodeBB:
git fetch upstream
... and put them into your local master branch:
git merge upstream/master master
In other words black magic.
-
Haha thanks
I just did that and got this error:
$ git remote add upstream [email protected]:designcreateplay/NodeBB.git
Aarons-MacBook-Air-2:old-forum aaronclaytondunn$ git fetch upstream
Permission denied (publickey).
fatal: Could not read from remote repository.Please make sure you have the correct access rights
and the repository exists. -
Hi again,
I'm pretty sure I'm all upgraded now and I still get the same error. My browser console gives me this error:
Uncaught SyntaxError: Unexpected token <
And the page loads but without any styling. Even reverting the theme in admin > themes doesn't work anymore. Any idea what the issue is? By the way, here are my server logs while it is running:
info: NodeBB Ready
warn: [socket.io] Unrecognized message: event:enter_room
warn: [socket.io] Unrecognized message: reconnected
warn: [socket.io] Unrecognized message: api:updateHeader
warn: [socket.io] Unrecognized message: api:updateHeader
warn: [socket.io] Unrecognized message: event:enter_room
warn: [socket.io] Unrecognized message: api:updateHeader
warn: [socket.io] Unrecognized message: api:notifications.getCount
warn: [socket.io] Unrecognized message: api:unread.count
warn: [socket.io] Unrecognized message: api:updateHeader
warn: [socket.io] Unrecognized message: api:updateHeader
warn: [socket.io] Unrecognized message: api:user.get_online_users
warn: [socket.io] Unrecognized message: api:meta.buildTitle
warn: [socket.io] Unrecognized message: post.stats
warn: [socket.io] Unrecognized message: api:user.active.getPlease get back to me as soon as you get a chance! Thanks!
-
what's the output of
git describe --tags
-
caching is not working for you - something is up with your git repo. My gut says incorrect user permission.