[nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed
-
@PitaJ said in [nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed:
A big calendar page that will show all current and past events (maybe just this month?)
Maybe you're looking for yoursite.com/calendar?
Well then... I should read the readme first...
-
@PitaJ
Nothing happens when I click the event on the nav calendar using an android mobile device (chrome) or Linux desktop (Firefox). it works on windows desktop using IE11. but "Go to post" link just closes the event-window.I also did not get any notifications or reminder on the time that I set.
-
@evoixmr are there any errors in the console in Firefox? Odds are the polyfill still isn't working. Also, have you updated to the latest version of the plugin?
-
@PitaJ said in [nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed:
@sanatisharif oh, was that error on the server, not in your browser?
Huh, guess I'll have to include the polyfill on the server, too.
Both of them!
-
@sanatisharif @evoixmr Unfortunately at the moment I don't have any way to test IE as I have no Windows install.
@jam should have fixed that error. It's just caused by me using
app.alertError
wrong.New version. Update to
[email protected]
npm install nodebb-plugin-calendar@latest
-
@PitaJ I just updated to Alpha5.
-
Android Chrome - Can click to view event on calendar. "Go to post" works
-
Linux Firefox - Can click to view event on calendar. "Go to post" works
-
Safari- Can click to view event on calendar. "Go to post" works
-
Windows 10 Firefox - Can click to view event on calendar. "Go to post" works
-
Windows IE11 - Can click to view event on calendar. "Go to post" does not work, link shows correctly on the bottom left of the browser. Right click (open / new tab / new window) works on "Go to post"
Notification is not working.
Admin and Global Mods can create event on any categories.
No server error.
View from android chrome when clicking from calendar is going over the right side.
-
-
Everything is fine with
Alpha 5
thanks a lot.How I can localize it ? ( Like Persian/Shamsi calendar)
-
@sanatisharif does your notification work?
-
@sanatisharif you can localize it by downloading calendar.json (right click + download) and then changing the right-side values. Then upload it to pastebin or something and link it to me. Thanks!
Edit: I'm in the process of adding localization support for FullCalendar and moment.js.
-
Thanks for your help. Once I get these bugs fixed I can move on to adding features. It is a known issue that notifications do not work. I will devote my time to fixing the notifications over the next few days, then move on to other things.
-
@evoixmr said in [nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed:
@sanatisharif does your notification work?
Oh! Unfortunately does not work.
@PitaJ I am gonna to send a pull request in your github repository
-
@sanatisharif ok cool that's the best option for me
-
-
@sanatisharif Your pull request is kind of messed up. What you submitted isn't valid JSON, it has to have double quotes. You also missed a whole translation line.
-
New version. Update to
[email protected]
npm install nodebb-plugin-calendar@latest
Fixes: Localization for
momentjs
andfullcalendar
libraries now pulled dynamically.#1 Todo: Make reminder notifications work