[nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed
-
Whenever I create an event in a post and click submit, it appears as blank.
Then I have to click on edit post, then edit event and then resubmit the post. Then the event appears in post.
Because it is not submitted in first instance it does not appear in /calendar view.
Any idea how I can resolve this issue?
Nodebb version 1.5.1 calendar 1.0.0-alpha.28
-
Whenever I create an event in a post and click submit, it appears as blank.
Then I have to click on edit post, then edit event and then resubmit the post. Then the event appears in post.
I have this issue as well, we can live with it but hope it will be fixed
-
@archprateek are you sure it's not submitted? Have you tried reloading the page instead of editing the post?
-
@PitaJ @archprateek @azeus Same issue here. After submitting the original post, the event code tags are changed to "event-invalid". When editing the post, I can either manually edit the tags to "event", or use the composer button to edit the event. In both cases the event shows up as fixed.
I've also posted a new issue here:
https://github.com/pitaj/nodebb-plugin-calendar/issues/72My guessing is that those issues are related to date formatting and/or user locale, which explains why they don't show up reliably on all setups.
-
@pejuaxel that issue in particular is due to how the redis database stores everything as a string. Different from how mongo works, which is what I use in my development environment. I've made a fix I think and am about to release a new version.
-
@azeus ok well this should fix it regardless of DB
-
@evoixmr @azeus @pejuaxel @archprateek
New version. Please try out
[email protected]
Note: this version requires NodeBB v1.5.1
Changelog:
- Fix events not showing up on the calendar
This fix is untested because I can't reproduce it
- Fix events not showing up on the calendar
-
@evoixmr @azeus @pejuaxel @archprateek
New version. Please try out
[email protected]
Note: this version requires NodeBB v1.5.1npm i nodebb-plugin-calendar@latest
Changelog:
- Fix events not showing up on the calendar, part 2
This fix is untested because I can't reproduce it
- Fix events not showing up on the calendar, part 2
-
Thank you @PitaJ
It was really great to see events showing up in calendar. I had never seen them earlier on my forum. Thanks again.
Now the only thing is event shows up in post & in calendar only after I edit post --> edit event --> save and submit again. @azeus @pejuaxel Is it on my forum only now? Then some other plugin might be causing it.
-
@archprateek No, I have the same issue as well.
-
@archprateek @pejuaxel @evoixmr @azeus
New version. Please try out
[email protected]
Note: this version requires NodeBB v1.5.1npm i nodebb-plugin-calendar@latest
Changelog:
- Fixed fresh visits of
/calendar/[pid]
erroring out - Fixed events incorrectly showing as mandatory
- Fixed settings not saving or not applying
- Fixed the events not being correctly translated
I'd like to sincerely thank everyone who helped by reporting and debugging these issues with me.
- Fixed fresh visits of
-
@PitaJ the location of the calendar accepts markdown, which is good for the ones that know the "link" format. Making a link to map opens up the gps and is really helpful on mobile.
Can you make a separate block for the location? One block location text and another for location link.
-
@evoixmr I don't see any compelling reason to do so. Go ahead and open an issue on Github though, and if there's a significant amount of support, I'll consider it.
-
@azeus try clearing your cache for the missing calendar issue