Italian gaming community, sadly the forum is not used very often
TimP4w
Posts
-
Who is using NodeBB? -
[nodebb-plugin-ns-awards] NS Awards, Give Medals!@Nicolas Actually you're right. It's very CPU expensive to check every time for the conditions (there are like 5 for cycles).
The problem is that we can't fully use mongodb queries. I can't think of a better and optimized way to do it. -
Trust/Trade reputationThe hard thing would be to check if a trade really happened, because otherwise someone can have fake feedbacks.
Are you using a plugin for trading? -
[nodebb-plugin-ns-twitch-monitor] NS Twitch Monitor@Nicolas Works like a charm for now
Thanks -
[nodebb-plugin-ns-twitch-monitor] NS Twitch Monitor@Nicolas said in [nodebb-plugin-ns-twitch-monitor] NS Twitch Monitor:
Version 3.0.5
New version is available. Summary: be prepared that Twitch API can not provide response.
Guys, try this version.
Just installed, I'll tell you in 48h if I'll encounter some errors. Thanks!
-
[nodebb-plugin-ns-twitch-monitor] NS Twitch Monitor@Nicolas Yes, I used db.getCollection('objects').find({_key:/twitch/}) and then I deleted all the entries.
-
[nodebb-plugin-ns-twitch-monitor] NS Twitch Monitor@Nicolas MongoDB 3.2.9, NodeBB 1.1.2, nodebb-plugin-ns-twitch-monitor 3.0.4
-
[nodebb-plugin-rss] RSS Feed pluginHi!
First things first, thank you for this awesome plugin! It's a really cool feature that I could add to my forum.I'm running it on NodeBB 1.1.2, but sometimes the logs are displaying this:
[31merror[39m: [[nodebb-plugin-rss:error]] Error pulling feed http://xxxxxx.xx/feed connect ECONNREFUSED 98.137.200.255:443
This IP looks like it's from yahoo, and I've read that you're using yahoo api, did they changed something?
Do you know how can I fix this?Thank you!
-
[nodebb-plugin-ns-twitch-monitor] NS Twitch Monitor@rod said in [nodebb-plugin-ns-twitch-monitor] NS Twitch Monitor:
@Nicolas I took your advice and un-installed your plugin. Deleted the twitch database entries and then installed and configured the plugin again. Alas, just as before I had a "crash" and re-start (3 times). This is the output of the initial crash that began the cycle (after removing the plugin, database entries delete, etc.):
30/8 16:42 [29744] - info: [plugins/twitch-monitor] Start monitoring of channels, delay is 30000 ms 30/8 17:46 [29744] - error: TypeError: Cannot call method 'forEach' of undefined
I have the exact same problem, but it happens only sometimes.
-
[nodebb-plugin-ns-awards] NS Awards, Give Medals!@torn2 Just finished my exams, so I'll have time to continue this.
I think that with the last commit i've got it, there are just some other things to do i.e. beautify the ACP panel, the all awards page and also to add more rules, but the core thing is there. -
nodebb-theme-material v2.0 published@pichalite I really loved your theme, it is amazing!
I just have a question: how can I add the user cards feature to it?I really like this thing, but I'm not very good with front-end ant themes.
If you could just tell me where to look or which files do I have to modify.Thank you very much in advance.
-
[nodebb-plugin-ns-awards] NS Awards, Give Medals! -
[nodebb-plugin-ns-awards] NS Awards, Give Medals!Well since it seems that you don't have enough time to update it, I tried to achieve the automatic reward system.
But since I'm new with those kind of stuff (javascript, nodejs, nodeBB, mongoDB, et cetera) I don't know if what I did is correct, because I'm still thinking in terms of PHP and MySQL.If someone wants to have a look this is my fork: https://github.com/TimP4w/nodebb-plugin-ns-awards
For now it "works" but of course it's not production ready.