Plugin Contest Entries: Calendar, Teamspeak admin, Teamspeak viewing widget
-
Sounds pretty awesome, do you have any screenshots of the calendar plugin?
Need to step up my game now, and really hurry up if I even want to submit something decent
-
@Schamper said:
Sounds pretty awesome, do you have any screenshots of the calendar plugin?
Need to step up my game now, and really hurry up if I even want to submit something decent
I'm going to start workign on the docs here really soon, but for now, you can check it out on a test site: http://192.210.236.187:4567/calendar. I could use a lot of help to hunt bugs, so if you want mess around with it, I can make you a calendar admin and you can try it out.
-
@pitaj Looks really nice! Had to click on "today" before I saw anything though. I expect that the "Add event" button only works if you're logged in/calendar admin? If so, I'd suggest hiding the button for other users.
I really don't have the time to mess around with it right now. Full time internship and then I need to write my own kickass plugin (that is to compete this one ) in the evenings. Maybe in the future
-
@Schamper @Master-Antonio - I fixed the bugs you pointed out (as well as about 50 more). Thanks for the help. Please continue trying it out and pointing out any bugs you see. Also, if you need admin privileges for the calendar to test out the restricted features, please just pm me.
Thanks.
-
The Calendar plugin's stylesheet has been completely redone, and now it is mobile-friendly. Yay!
I also added the optional ability to use @arasbm's nodebb-plugin-whoisin as the engine for responses.
The latest version is 0.1.1
-
HI @pitaj I just tried installing this plugin, (0.1.1) and it's crashing nodebb here:
7/12 21:24 [54011] - error: TypeError: Object #<Object> has no method 'get' at Object.module.init [as method] (/Users/brian/github/NodeBB/node_modules/nodebb-plugin-calendar/library.js:105:9) at /Users/brian/github/NodeBB/src/plugins.js:460:13
This is on the latest nodebb on master
-
@BDHarrington7 @Normando
What versions do you have of the following:
NodeBB
Node.jsThis plugin hasn't been updated to work with the new 0.6.0
init
hook yet, so is incompatible with 0.6.0.In fact, I thought I made it compatible but I guess I forgot.
-
nodebb is latest (so 0.6.0 or so), and Node is at 0.10.33
-
@BDHarrington7 that's it then.
I'll definetly make the plugin compatible in my next update (as well as adding a couple more features).
-
Cool looking forward to it
-
@BDHarrington7 it'll hopefully drop before 0.6.0 releases, but I don't know when that will happen. I'll definitely release the update within a week of 0.6.0 though.
-
No worries, I was just curious to see it b/c it was an idea I had a while back, but didn't find the time. Glad to see you dug into it!
-