Not offhand, but perhaps this is something you'd be interested in sponsoring?
Reach out to us at [email protected] 🙂
These are my entries for the plugin contest bonanza. The Teamspeak ones were made in late September, but I still hope that the Calendar one will be eligible for the beginner category.
Current stable version: 0.1.1
npm install nodebb-plugin-calendar
This plugins creates a site-wide calendar with permissions and notifications.
Current features I'm planning on adding:
npm install nodebb-plugin-teamspeak
A powerful utility for TS3 admins, this plugin allows for automated Teamspeak admin abilities to be configured from NodeBB. The setup is pretty self-explanatory, all done from the admin page.
Known issues:
npm install nodebb-widget-teamspeak
A small widget which polls the TS3 server on page load, this can be configured to either only show number of online users and the server info, or can be configured to also show a complete channel tree. The widget isn't really styled right now, but can be easily styled via the custom css option in the admin area.
Holy moly, that's a lot of work out in! Well done, and best of luck!
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
@pitaj
Calendar is visible only if you are Admiministrator.
And very often, freezes completely.
@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
Ye, I get de same error on 0.6.0 dev nodebb master branch
@BDHarrington7 @Normando
What versions do you have of the following:
NodeBB
Node.js
This 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!
Hi, did you had some time to upgrade this plugin to 0.6.0 ?