@felipeolcav You can try it on our forum mtgm.ru
leksar
Posts
-
[nodebb-plugin-bbcodes] BBCodes Plugin (v2.0) -
Change Composer to RedactorDoes it works on 1.0.0?
-
nodebb-theme-material v2.0 publishedGood to see the theme is alive. Gonna update my forum soon
-
Wrong topics and posts counting@a_5mith ubuntu 14.04 nodebb 0.7.2 redis 3:3.0.1-1chl1~trusty1
-
Wrong topics and posts counting@pichalite well, obviously. And it's just wrong if you ask me. Let's look another example
This is subcategory of main category. The counter says there is no topics, but it has a subcategory with 3 topic in there. So that counter is not working too. As a result, we went to the forum and see that it's empty even if we open category. In fact there are a lot of topics and posts. Is it right ? I don't think so. -
Wrong topics and posts countingHello.
I have a category "Hafen" on my forum mtgm.ru and the counter says it's only 3 topics in there, but i also have a category histories which is subcategory of subcategory of hafen. And looks like nodebb doesn't see the connection between those two. The "last comment" section doesn't work with this subcategory too.
-
Backup routine: how do you it? What's the best solution for your server/forum?I wrote a script that makes a backup every 6 hours and uploads it on fileserver. It's usefull for me, because i have another script that deploys the last backup on my VM in one click. Сonvenient for development.
-
Experimental chat design for nodes-theme-materialI think it should looks more like this
-
Update, merge issue..Ok, problem is solved. The reason is my stupidity.
What we see on logs as "nodebb-theme-ifsta-ui" is not what it seems.
Month or two ago i manually copied folder nodebb-theme-ifsta-ui, renamed it and changed some strings in package.json, so it appered in ACP as separate theme which I was working on lately. So, after the removal of the theme update goes smoothly.Shame on me, thanks for your help and sorry for your time
Now, all what i need is to learn how to add my own theme properly. -
Update, merge issue..I think I get it
-
Update, merge issue..leksar@ubuntu:~/nodebb$ sudo npm unl -g nodebb-theme-ifsta-ui npm WARN uninstall not installed in /usr/local/lib/node_modules: "nodebb-theme-ifsta-ui" leksar@ubuntu:~/nodebb$ sudo npm i nodebb-theme-ifsta-ui npm http GET https://registry.npmjs.org/nodebb-theme-ifsta-ui npm http 200 https://registry.npmjs.org/nodebb-theme-ifsta-ui npm http GET https://registry.npmjs.org/nodebb-theme-ifsta-ui/-/nodebb-theme-ifsta-ui-0.1.3.tgz npm http 200 https://registry.npmjs.org/nodebb-theme-ifsta-ui/-/nodebb-theme-ifsta-ui-0.1.3.tgz npm ERR! peerinvalid The package nodebb-theme-vanilla does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer [email protected] wants nodebb-theme-vanilla@>=0.0.137 npm ERR! peerinvalid Peer [email protected] wants nodebb-theme-vanilla@~0.0.18 npm ERR! System Linux 3.16.0-43-generic npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "i" "nodebb-theme-ifsta-ui" npm ERR! cwd /home/leksar/nodebb npm ERR! node -v v0.10.25 npm ERR! npm -v 1.3.10 npm ERR! code EPEERINVALID npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/leksar/nodebb/npm-debug.log npm ERR! not ok code 0 leksar@ubuntu:~/nodebb$
-
Update, merge issue..ok, so i restored my forum from a backup
removed all unnecessary plugins by ACP (including spam-be-gone and ifsta-ui)
checked that there was no plugin foldes in node_modules/
restarted forum and checked it works wellthen:
sudo git checkout v0.7.x sudo git fetch sudo git reset --hard origin/v0.7.x sudo npm i
there was no more warnings, but the errors still exists
npm ERR! peerinvalid The package nodebb-theme-vanilla does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer [email protected] wants nodebb-theme-vanilla@>=0.0.137 npm ERR! peerinvalid Peer [email protected] wants nodebb-theme-vanilla@~0.0.18 npm ERR! System Linux 3.16.0-43-generic npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "i" npm ERR! cwd /home/leksar/nodebb npm ERR! node -v v0.10.25 npm ERR! npm -v 1.3.10 npm ERR! code EPEERINVALID npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/leksar/nodebb/npm-debug.log npm ERR! not ok code 0
looks like the "links" are stored somethere else
-
Update, merge issue..@Codejet said:
I dont use shoutbox or that other thingo
I'm not using them too, just tried for some time. The weird thing is that even uninstalling doesn't help. I would remove them manually, if there is a way.
-
Update, merge issue..leksar@ubuntu:~/nodebb$ sudo ./nodebb upgrade [sudo] password for leksar: no talloc stackframe at ../source3/param/loadparm.c:4864, leaking memory 1. Bringing base dependencies up to date Error: The package [email protected] does not satisfy its siblings' peerDependencies requirements!
-
Update, merge issue..same result
-
Update, merge issue..trying to update, but
npm i
shows me thatnpm WARN unmet dependency /home/leksar/nodebb/node_modules/nodebb-plugin-shoutbox requires async@'~0.2.9' but will load npm WARN unmet dependency /home/leksar/nodebb/node_modules/async, npm WARN unmet dependency which is version 0.9.2 npm WARN unmet dependency /home/leksar/nodebb/node_modules/nodebb-plugin-shoutbox requires string@'~1.8.0' but will load npm WARN unmet dependency /home/leksar/nodebb/node_modules/string, npm WARN unmet dependency which is version 3.3.0 npm ERR! peerinvalid The package nodebb-theme-vanilla does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer [email protected] wants nodebb-theme-vanilla@>=0.0.137 npm ERR! peerinvalid Peer [email protected] wants nodebb-theme-vanilla@~0.0.18 npm ERR! System Linux 3.16.0-43-generic npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "i" npm ERR! cwd /home/leksar/nodebb npm ERR! node -v v0.10.25 npm ERR! npm -v 1.3.10 npm ERR! code EPEERINVALID npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/leksar/nodebb/npm-debug.log npm ERR! not ok code 0
Tried to do
npm unlink nodebb-plugin-spam-be-gone
andnpm unlink nodebb-theme-ifsta-ui
, but the result is the same. Any ideas ? -
[nodebb-plugin-ns-twitch-monitor] NS Twitch Monitor -
nodebb-theme-material v2.0 published@pichalite cool ! I'll try it today
-
Can't move one category to anotherSorry for your time. Was too forgetful to check server logs. It's my mistake, I didn't deactivate the nodebb-plugin-ns-slugify which made for 0.7.1 version, not for 0.7.0.
-
Can't move one category to anotherI can't understand what's wrong. Did this before, but now, when i'm trying to move one category to another i get the error
GET http://www.mtgm.ru/socket.io/?EIO=3&transport=polling&t=1436546344963-52 net::ERR_CONNECTION_REFUSED
this error points to nodebb.min.js?v=v0.7.0-8-gaa001b5:12847
I did "./nodebb upgrade" and "git pull" on my server 4 days ago.