Oh, so it's an plugin. Cool. Ill give it a look and try to patch what needs to be patched. If i make it work, ill submit my code.
Best posts made by sosojni
-
RE: Opening uploaded images in modal windows
-
RE: nodebb-plugin-lightbox: Please update
Lightbox plugin situation could be fixed soon.
Main problem with all plugins that are trying to implement lightbox like effects is that their options and/or changes are overriden by nodebbs on image loading / unloading.
I made some changes to my nodebb installation that enabled me to use https://github.com/psychobunny/nodebb-plugin-gallery
More info on: https://community.nodebb.org/topic/10960/opening-uploaded-images-in-modal-windows (there is working suggestion there that you can use untill something similar is implemented to nodebb)
If changes get applied, it will be really easy to update https://github.com/psychobunny/nodebb-plugin-gallery or any other similar plugin that applies lightbox effect.
-
RE: nodebb-plugin-lightbox: Please update
Link to forum / test topic would help.
-
RE: Problem with Admin statistics graph
Oh 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.
-
RE: nodebb-plugin-lightbox: Please update
Hook is merged ( https://github.com/NodeBB/NodeBB/pull/5828 ) so you can expect needed image plugins after 1.6 is released.
Latest posts made by sosojni
-
RE: Searching for workign import plugins
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. -
Searching for workign import plugins
I 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 users
Is 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.) -
RE: Problem with Admin statistics graph
It 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). -
RE: 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?
-
RE: Problem with Admin statistics graph
Ok 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....
-
RE: Problem with Admin statistics graph
Oh 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.
-
RE: Problem with Admin statistics graph
last time that file had entry was 25.1....do i have to enable something to make it more active? Some kind of debug level?
-
RE: Problem with Admin statistics graph
Yup...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. -
RE: Problem with Admin statistics graph
Cloudflare 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.