[nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed
-
@azeus you aren't on the latest master branch. Try
git checkout master && git pull
-
@PitaJ said in [nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed:
git checkout master && git pull
Cool I didn't realised that So it's will be ready for the next NodeBB release and that's coool.
I've "git checkout master && git pull" and "nodebb upgrade" and it's working now. Just noticed that there is no calendar icon in the composer... -
@azeus try changing the category and make sure the permissions are set up correctly.
-
@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.