[nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed
-
-
-
@kev-m calendar events have permissions according to the category they're posted in. So, you can create a category for the marketing events, and a category for the comms events, and set the permissions accordingly. The color of the events on the calendar will match that of the categories.
-
New version. Please try out
[email protected]
Note: this version requires NodeBB v1.10.0npm i nodebb-plugin-calendar@latest
Changelog:
- Only supports modern browsers and Node 10+ now
- Update dependencies
- Polish language translations
- Convert event and responses template to use benchpress templates, so they can be overridden by themes or other plugins
- Handle HTML entities better
- Lazy loading to reduce bundle burden when not using calendar or viewing events
- Don't show events in post previews / topic teasers
-
New version. Please try out
[email protected]
Note: this version requires NodeBB v1.10.0npm i nodebb-plugin-calendar@latest
Changelog:
- Fix post delete hook: no longer crashes NodeBB when deleting posts
- Added post restore and post purge hooks, so event is only fully deleted on the post purge
-
It pops up a preview of the event and you can click on the "go to post" button.
-
@PitaJ Ohhhh... I didn't know that because nothing appeared to me, but now I see that there some problem and that's the reason why it does not appear the preview
templates.js:13 Uncaught TypeError: event.reminders.sort is not a function at eventTemplate (templates.js:13) at displayEvent (displayEvent.js:5) at HTMLAnchorElement.eventClick (index.js:40) at Calendar.publiclyTrigger (fullcalendar.js:9352) at SubClass.DateComponent.publiclyTrigger (fullcalendar.js:8780) at EventPointing.handleClick (fullcalendar.js:6599) at HTMLAnchorElement.<anonymous> (fullcalendar.js:3352) at HTMLDivElement.dispatch (jquery.js:5183) at HTMLDivElement.g.handle (jquery.js:4991)
-
@jtsimoes tracking here:
Error when viewing events · Issue #111 · pitaj/nodebb-plugin-calendar
Stack trace: templates.js:13 Uncaught TypeError: event.reminders.sort is not a function at eventTemplate (templates.js:13) at displayEvent (displayEvent.js:5) at HTMLAnchorElement.eventClick (index.js:40) at Calendar.publiclyTrigger (ful...
GitHub (github.com)
-
New version. Please try out
[email protected]
Note: this version requires NodeBB v1.10.0npm i nodebb-plugin-calendar@latest
Changelog:
- Fix the "Link the permission to respond to an event to the reply permission" setting to work correctly
- Fix not being able to save an event with reminders
- Fix reminders not rendering correctly
- Fix issue with the date picker library not being loaded
If you have issues after updating, try editing and saving any posts with events in them, that may fix the problems you're seeing.
-
@PitaJ Awesome! Many thanks, it's working perfectly until now!
Fix the "Link the permission to respond to an event to the reply permission" setting to work correctly [Not checked yet]
Fix not being able to save an event with reminders [FIXED]
Fix reminders not rendering correctly [FIXED]
Fix issue with the date picker library not being loaded [FIXED]Just this minor things missing:
- Publish this latest version on npm;
- Accept my pull request to add pt-PT translation;
- Add
event_deleted
var oncalendar.json
because I'm getting this warning on console log when I delete an event:
Missing translation "calendar:event_deleted"
-
@jtsimoes said in [nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed:
Just this minor things missing:
- Publish this latest version on npm;
It is published.
- Accept my pull request to add pt-PT translation;
There are just a couple small changes I'd like you to make first. I meant to send that feedback a few days ago but GitHub mobile is stupid.
- Add
event_deleted
var oncalendar.json
because I'm getting this warning on console log when I delete an event:
Missing translation "calendar:event_deleted"
Good catch.
-
@PitaJ said in [nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed:
It is published.
Are you sure? My NodeBB couldn't detect it:
I had to install it throughnpm i
There are just a couple small changes I'd like you to make first. I meant to send that feedback a few days ago but GitHub mobile is stupid.
Oh, okay! I already saw them, I'm working on
-
New version. Please try out
[email protected]
Note: this version requires NodeBB v1.11.0npm i nodebb-plugin-calendar@latest
Changelog:
- Feature: New privilege for mandatory event creation. Only users with this privilege can post mandatory events
- Feature: Setting for configuring the available calendar views
- Bug fix:
event_deleted
translation no longer missing
-
@PitaJ I tested it out now, it's all good!
It's only missing translation for the new views on the calendar page (listDay, listWeek, listMonth, and listYear):Besides, that's all. Thanks for the new version!
Since you added theevent_deleted
translation, I will make a pull request very soon to add this to pt-PT language too. Or perhaps wait until you add the translations for this new views.UPDATE:
I also noticed that thecalendar_admin.json
file onlanguages
only contains translations that are not being used and are deprecated, so you could consider deleting it since it is unnecessary. -
New version. Please try out
[email protected]
Note: this version requires NodeBB v1.11.0npm i nodebb-plugin-calendar@latest
Changelog:
- List view buttons are now translated (thanks @jtsimoes)
- Reminder notification daemon only runs on one process now
-
@PitaJ Thanks a lot for this plugin. This is perfect for us. We are an immigration forum and we have social gatherings regularly in more than 10 cities in US and Turkey... It was hard to keep track of these events in topics for some of the folks, this solved our issue.
I have a request, is it possible to make a note on calendar? It will not be an event where people go, it will just mark an important day and have a description. (For example, each month we have "visa bulletin" announced by DOS, it would be nice to add that on calendar and give direct link to the bulletin rather than a topic in the forum). In this case, of course it will have more simple look because people does not need to say yes/no/maybe...
Thanks again. Even current form of the plugin is super helpful.
-
Hello
It's great the event background colour matches the category it was posted in. However, is it possible for the event's text colour to match the category too?
The category I use for event posts has a bright yellow background with black text. Since it seems calendar events always use white text, it means the event text can't be read.
Thanks for a great plugin though!