[nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed
-
@PitaJ Tks. V 0.7 is running in our production Just a little issue with the language, I've put a translation under a new directory fr-FR but the GUI was still showing in EN. As a workaround, I've replaced the text directly in the calendar.json file of the en_US. It's working for the moment. Can't wait for the final version with the attendees # limit and maybe an enhancement in the way of displaying the attendees. I think it's a little confusing as there is two blocs with 'Yes, Maybe, No' buttons... ^^
-
@azeus you have to name the directory just
fr
, then it should work. -
@PitaJ I've an issue, the event creation is not possible in some topics. Once the event is created and saved, nothing is showing (both in the topic and the calendar)... When trying to edit, I've noticed that there is a tag [event-invalid]... Do you want me to log a bug in GIT ?
[event-invalid][name]aeaeaeae[/name][allday]false[/allday][startDate]1475047945277[/startDate][endDate]1475051545277[/endDate][reminders][][/reminders][location]ae[/location][description]ae[/description][mandatory]false[/mandatory][/event-invalid]
-
@azeus event-invalid happens when there is either some sort of parsing error or when you don't have permissions to post events in that category.
-
@PitaJ Tks, fixed. I have another issue, we authorize guests to access our forum in read only mode (CF screenshot), so they can access the calendar et see the events, but they should not access to the rsvp... In v0.7 ghests do have access and can use the rsvp, so after voting, we have some ghost user listed as attending (CF screenshot 2)
Is this something you can enhance in the next versions?
-
@azeus good catch. Yeah, I'll fix it in the next version. Can you please open an issue on the GitHub page? Thanks.
-
@azeus no that doesn't sound normal. Any errors?
-
@PitaJ said in [nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed:
@azeus no that doesn't sound normal. Any errors?
No, nothing, It's just like the JS action on the button is not working... When we clic nothing is happening.
-
@azeus I'll look into it. Looks like a few things are broken in the latest NodeBB.
-
On node 1.1.2 the admin section just says
Plugin calendar stuff admin
-
@exodo yeah I still haven't set up the admin page. I haven't worked on this cuz I've been super busy with school.
-
tested on 1.2.1 and i cannot set the privilege on the category
is gives me error "group name so long" while clicking "post event" group privilege
it also happened on 1.1.2 @PitaJon the console
19/10 15:50 [1576] - error: [groups.join] Could not create new hidden group: [[error:group-name-too-long]]
-
@exodo said in [nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed:
p name so l
The plugin is broken for 1.2.1. @PitaJ is working on it I've been using version 0.7 on 1.1.2 in my production forum, and was working very nice.
-
New version. Please update to
[email protected]
npm install nodebb-plugin-calendar@latest
Changes:
- Added option to show only events you responded to with a "Yes" in the calendar
- Guests can no longer participate in the responses system
- ACP settings page now works
- Fixed email notifications (needs confirmation, but I'm pretty sure I got it this time)
- Posts in a deleted topic show up at half-opacity
- Added option for only allowing events in the main post of a topic
Note: This is only compatible with the master branch on the commit
2824ce5
Also, I changed a bunch of the translations, so if you want to provide translations for this plugin, or you've helped with this before, please download this file and change the values for each key to the appropriate line in your language.
You can even edit the file online here. Upload it to pastebin or some other site and give me the link, or submit a PR on Github if that's possible for you. Thanks!
-
@PitaJ said in [nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed:
translations for this plugin, or you've helped with this before, please download this file and change the values for each key to the appropriate line in your language.
You can even edit the file online here. Upload it to pastebin or some other site and giveAwesome @PitaJ , thank you very much! I'll update the french translation file during the weekend
One question please, is this stable enough to be used in production? The plugin itself is not a problem, it's still in alpha and supposed to not be very stable... But I'm talking more about nodebb stability? If you think that will not affect nodebb core, I'll give it a try in our prod