I'm late to replay, we had rough start of year in my country (earthquakes and stuff) so i was preoccupied with offline duties.
Anyway, yes i saw it but not being updated in some closer date time i did not give it much thoughts and i discarded it quiet fast. Thanks on your message, i will take a look at it and see if i can build exporter for my current forum.
sosojni
Posts
-
Searching for workign import plugins -
Searching for workign import pluginsI have old joomla+kunena website that i would like to separate (site form forum) and move to other systems. Joomla is fine and it will probably stay as CMS but i would like to modernize forum and move it from Kunena to NodeBB.
I Googled for import plugins but all i can find are old 5+ years plugins with no updates. I did not test them but i really really doubt that they are working as i can see NodeBB moved forward so much in that time frame (BTW congrats on your current release speed...it's wonderful too see things moving so fast).
Anyway, is there any import program / plugin / advice you can give me or should i go and program some python program myself to switch data from Kunena to NodeBB? -
Setting ignore on topic / category for all usersIs there a plugin or native setting that would allow me to set certain topic or category to be ignored for everyone (so that not everyone has to do it for themselves but still be able to unignore if they wish)?
I would like to let users post in certain topic / category but without triggering "unread" status (like off topic category etc.) -
Problem with Admin statistics graphIt seams that i "solved" my problem by upgrade-ing VPN instance from old 512MB RAM Digitalocean VPS to new 1GB RAM Digitalocean VPS (free upgrade) and by disabling clamav who ate whole lot of RAM.
So my uneducated guess is that it had something to do with lack of RAM (512Mb + 1Gb swap). -
MongoErrors: Topology was destroyed (Nodebb unresponsive)Is it possible that we have same problem?
https://community.nodebb.org/topic/11856/problem-with-admin-statistics-graph/12
Same "gap" in that graph until i reset nodebb.Is it mongodb eating too much RAM?
-
Problem with Admin statistics graphOk from log:
2018-02-01T17:00:02.980Z [18959] - ^[[32minfo^[[39m: [user/jobs] Digest (day) scheduling completed. 1 email(s) sent.
started
2018-02-02T13:29:28.548Z [18959] - ^[[32minfo^[[39m: [build] Building in parallel mode
2018-02-02T13:29:28.561Z [18959] - ^[[32minfo^[[39m: [build] plugin static dirs build started
2018-02-02T13:29:28.581Z [18959] - ^[[32minfo^[[39m: [build] requirejs modules build started
2018-02-02T13:29:28.585Z [18959] - ^[[32minfo^[[39m: [build] client js bundle build started
2018-02-02T13:29:28.589Z [18959] - ^[[32minfo^[[39m: [build] admin js bundle build started
2018-02-02T13:29:28.597Z [18959] - ^[[32minfo^[[39m: [build] client side styles build started
2018-02-02T13:29:28.599Z [18959] - ^[[32minfo^[[39m: [build] admin control panel styles build started
2018-02-02T13:29:28.601Z [18959] - ^[[32minfo^[[39m: [build] templates build startedNot much in there. Normal stuff and my reboot....no errors , no nothing....
-
Problem with Admin statistics graphOh sorry, my bad, im stupid, i was looking at wrong putty window....25.1 is from my local test server. Yes, there is fresh log output, ill check it out to see is there is something interesting at times when stats stopped being recorded.
-
Problem with Admin statistics graphlast time that file had entry was 25.1....do i have to enable something to make it more active? Some kind of debug level?
-
Problem with Admin statistics graphYup...restart made it work again, but time without data stayed that way (without of data).
Is there log file i an monitor or anything i can do to even try to rule out anything? I have no clue even in which direction i should look at.
I have full access to VPS and all, i know my way around it, it's just that im new to nodejs so i dont know much about debugging. -
Problem with Admin statistics graphCloudflare status is enabled and running, no change whatsoever from time when stats are working and when they are not working. At least no change that i know of or that i did (im only one who has access to it).
Today, same story:
It decided that it doesnt want to work anymore and than it decided that it wont track unique visitors but only page visits few hours after (as it can be seen on this fresh screenshot).
What makes me wonder is that youc an see numbers under "active users". It's not like it's not getting any info or anything.Just one extra info, it's hosted on digitalocean 5$ droplet with 1G swap mem active. It it possible that some kind of lack of resources is causing this? Im guessing that it is not because problem would ocure only on traffic peeks and not on totaly random times: 4AM, 2PM, 8AM....
Ill restart nodebb (./nodebb restart) now and see if it will help.
-
Problem with Admin statistics graphYes, it's nginx, and it is working fine on other sites, and it was working fine yesterday on that forum instance, and than it started working again, and than stopped again as it can be seen on screenshots. I have no cloe wtf is going on with it. I restarted nodebb and it's working fine now. Well see for how long.
I dont have an idea where to look at, where to search for possible problems / errors. -
Problem with Admin statistics graphWierd stuff keeps happening.
Look at this:
Users are on page as it can be seen on right side, but graph is not showing em. Not only current users but there is no graph data for quiet some time now, and it comes and goes at random times.
Anyone has any idea why is that?
-
Problem with Admin statistics graphI can see users create new posts, i can see users on the right side of the admin panel, but my traffic graph looks like it's dead and it has this huge gap.
It died @ 4AM and it looks like it's recovering now after i restarted forum.
Anyone knows what is that all about?
-
nodebb-plugin-lightbox: Please updateAlready submited pull request for gallery: https://github.com/psychobunny/nodebb-plugin-gallery/pull/15
I see @psychobunny is active on this forums so i guess we wont have much problems with him applying that change. -
nodebb-plugin-lightbox: Please updateHook is merged ( https://github.com/NodeBB/NodeBB/pull/5828 ) so you can expect needed image plugins after 1.6 is released.
-
Memory loadsYeah same here on fresh virtual machine. I think that its not like 10x 104MB. It's just single 104MB consumption, but why is htop showing it as 10 items i have no idea. Im guessing its because we dont know how to interpret htop output
If you add all percentages together it would be like you are using more than 100% of you r memory, which you are not (you can check that with other tools too). So, it's basicly 1x104MB, which is reall OK ammount of RAM to be used. -
Who is using NodeBB? -
Memory loadsJust one question, is that 9 different NodeBB instalations running?
-
nodebb-plugin-lightbox: Please updateLink to forum / test topic would help.
-
nodebb-plugin-lightbox: Please updateOh and BTW same thing can be used in other plugins that are trying to implement gallery like behaviour. They all need ability to add code to image link and this hook enables that so if it gets into master i think that we will see more working plugins in near future (if they are not abandoned by their mainteiners).