[nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed
-
@evoixmr because all of the privileges were necessarily cleared in my attempt to fix that issue.
And not you can't reset them. Sorry I'll try to fix this asap
-
@evoixmr New version. Please try out [email protected]
npm install nodebb-plugin-calendar@latest
Changelog:
- Fixed
Could not create new hidden group: invalid-group-name
error
- Fixed
-
@PitaJ All registered users are still getting "Error, You do not have enough privileges for this action." on any response. Only admins and moderators can select reponse.
Disregard, unchecking this fixes the issue
"Link the permission to respond to an event to the reply permission, as opposed to (by default) the view permission " -
@evoixmr for repeated or singular events?
-
New version. Please try out
[email protected]
npm install nodebb-plugin-calendar@latest
Changelog:
- Fixed event editor end time being cut off on mobile
- Fixed viewing responses from calendar view showing up blank
-
-
@evoixmr what version of Firefox? I just tested, and I think you may be on an old version that doesn't support flexbox or something. Make sure you're running
./nodebb build
after upgrading the plugin, as well.I can confirm that the avatars look weird before a refresh. Can you take a couple screenshots of what it looks like to you though? I think is could be a theme difference thing.
-
@azeus the latest upgrades are compatible with NodeBB back to v1.3
You will, however, need to reset your permissions unfortunately because I changed how they worked.
-
I'm check error when view domain.com/calendar
Cannot read property 'day' of undefined
-
@Pc-HoangAnh what version of the calendar plugin and what version of NodeBB?
-
@PitaJ I've installed the latest version of the plugin with NodeBB 1.4.5.
- When creating an event we can't choose a date in the future. Only current day, and dates in the past (otherwise we got: Invalid date error)
- Still can't vote, having the privilege error when clicking on Yes or No buttons (of course I've added the "Post event" privilege again in the admin area)
-
@azeus I believe the issue occurring with the future dates is because you have to set both the start and end dates in order to set a future date because otherwise the end is before the start and that's, of course, invalid. Make sure the end date is after the start date and try again.
The responses are tied to either the "view" or "reply" privilege, depending on the setting in the ACP plugin page. Make sure those privileges are set up as well.
I tested on my local install and wasn't able to reproduce the privilege error.