[nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed
-
@PitaJ said in [nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed:
Have you tried rebuilding assets with
./nodebb build && ./nodebb restart
?
Is your site available publicly somewhere I can look myself? Feel free to PM me directly if you don't want to make it public knowledgeThat fixed the isse ^^ Tks
-
@azeus glad to hear it!
-
still have to edit the event to make it visible
Is this still happening? Does it happen when posting as a topic, or as a reply, or both? Does it happen as an admin?
I just tried it and wasn't able to reproduce.
-
@evoixmr I know you were wanting more custom repetition types. Would you mind opening an issue detailing those extra types? Thanks
-
@PitaJ said in [nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed:
still have to edit the event to make it visible
Is this still happening? Does it happen when posting as a topic, or as a reply, or both? Does it happen as an admin?
I just tried it and wasn't able to reproduce.
Yes still have this, with or without admin. Happening when posting (we don't use events in reply)
-
New version. Please try out
[email protected]
Note: this version requires NodeBB v1.5.1npm i nodebb-plugin-calendar@latest
Changelog:
- Fix needing to edit event to see it when "Only allow events in the main post of a topic" was enabled
-
New version. Please try out
[email protected]
Note: this version requires NodeBB v1.5.1npm i nodebb-plugin-calendar@latest
Changelog:
- Fix multi-day "all day" events being displayed with the wrong number of days
The next NodeBB version should be released soon which will fix the plugin language translations issue.
-
New version. Please try out
[email protected]
Note: this version requires NodeBB v1.5.1npm i nodebb-plugin-calendar@latest
Changelog:
- Better fix for multi-day "all day" events being displayed with the wrong number of days
- Fix all-day dates incrementing when edited
-
@PitaJ: Could you please look into https://github.com/pitaj/nodebb-plugin-calendar/issues/86
For me, this in not only a rendering issue. In my case the calendar is not working at all for repeating events. I can not select a date for response, due to this issue!
Thank you :)!
-
@archprateek don't worry, I saw that. I'll investigate soon.
-
New version. Please try out
[email protected]
Note: this version requires NodeBB v1.5.1npm i nodebb-plugin-calendar@latest
Changelog:
- Fix events not being deleted when posts are deleted (thanks @Fank!)
- German translations (thanks @Fank!)
-
New version. Please try out
[email protected]
Note: this version requires NodeBB v1.5.1npm i nodebb-plugin-calendar@latest
Changelog:
- Fix a weird loop behavior in some timezones
-
@PitaJ: I have started to implement a listview widget for your calendar, but I am currently struggeling with https://github.com/pitaj/nodebb-plugin-calendar/issues/89
I am using your server side javascript in https://github.com/pitaj/nodebb-plugin-calendar/tree/1.0.x/src/lib to read the events, their repetitions, and responses from the database. But due to my timezone (UTC+2h) there is this -1 day offset in the database .
I believe I have isolated the root cause downto two calls to
toISOString()
as you can see in my comments to the issue. But you better have a look :-).If you need details on what my widget is doing, you can check here:
https://github.com/gtfr/nodebb-widget-calendar-listviewBTW: Is there any description of the development setup for the calendar plugin? Just running
npm install
on a forked clone of the repository does not seem to work.Many thanks for looking into this in advance!!!
-
@frgilb listview widget? Sounds interesting, like an upcoming events kind of thing?
Anyways yes I saw your investigation, looks right to me, thanks.