[nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed
-
@azeus okay I'll look into it.
-
@azeus I'm having some trouble replicating this. Can you tell me what you do that ends with the composer button not showing up?
-
@PitaJ said in [nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed:
@azeus I'm having some trouble replicating this. Can you tell me what you do that ends with the composer button not showing up?
It's just not showing... I can give you access if you want.
-
New version. Please update to
[email protected]
npm install nodebb-plugin-calendar@latest
Changes:
- Fixed event button not showing up on composer sometimes
-
@azeus okay I've identified the issue. I've fixed it on my end but it requires a change to core. It only occurs if you have the "only main post" setting on in the ACP, so you should be fine if you turn that off.
-
@PitaJ said in [nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed:
turn that off.
Tks a lot for the quick fix "only main post" is a very useful feature but we can live without For our usage, the plugin is now almost perfect, the only missing thing is to set a max # of attendees for an event ^^
Tks a lot anyway for your great work.
-
set a max # of attendees for an event
Can you give some context for what exactly your use case is? I'm thinking about implementing this next, and having some context will allow me to determine the ideal implementation.
-
@evoixmr It's in my plan. It's just a very large undertaking, and I haven't figured out exactly the best way to implement it within my existing architecture. That's why I'm focusing on smaller issues at the moment.
Have you tested the latest version? I'd like to know if email notifications are working.
-
@PitaJ said in [nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed:
hat's why I'm focusing on smaller issues at the moment.
Have you tested the latest version? I'd like to know if email notifications are working.I didn't tested the email notification yet. I'll do and let you know
-
@PitaJ I'm still having an issue with your plugin, I keep having the restart required on the dashboard.
I also have issue with the master branch, giving an error - The following plugins may not be compatible with your version of NodeBB. nodebb-plugin-composer-default.
Everytime I restart. nodebb stop running, I have to delete the items that was created by "custom static pages - plugin", before I can start using the terminal.
I switched back to branch 1.2.1
-
@evoixmr well the restart required bug is annoying but not really too much of an issue. Regardless, I've identified the issue and I will fix it.
The custom pages thing looks like a real problem, you should probably submit an issue on the repository for it.
-
New version. Please update to
[email protected]
if you're willing to run the master branch.npm install nodebb-plugin-calendar@latest
Changes:
- Fix "restart required" always showing when plugin is activated
- Improve internationalization
- Edit
invalid
events by hitting the button in the composer
-
@azeus great! If you have any recommendations for improving the email format, let me know.
Also, do you mind describing your use case for limiting the number of attending users? I'm not sure what the purpose is, and knowing that would help me figure out how to best implement it.
-
@PitaJ said in [nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed:
and knowing that would help me figure out how to best implement it.
Sure, actually it's a key feature for us. Our users organise photo events and they like to limit the number of attendees depending of the event. For example, I want to organise an event which is a photo shooting in a photo studio, the max number allowed in the studio is 6 people. I wan't to put 6 as max. So the first 6 users that will subscribe to the event will have the right to participate... The other will maybe subscribe to a waiting list, in case one of the 6 confirmed cancel his participation.
At the moment we need to handle manually the max number. Not sur if I'm clear enough ?