[nodebb-plugin-shoutbox] Shoutbox plugin
-
0.0.5 published
Changelog:- Deleting of shouts is fixed, other users can now see the real-time result of shout deletion (required refresh prior to this fix)
- You can now edit your shouts (woo!), proper real-time updating this time!
- A message is now shown if the shoutbox is empty to prevent confusion between an empty shoutbox and a non-loading one.
-
Hey @Mr_Waffle I feel like your shoutbox should just apply a
hide
class on the whole thing outright when logged out, since you're not allowing users to view the actual content anyways (just takes up space on your home page) -
@psychobunny said:
Hey @Mr_Waffle I feel like your shoutbox should just apply a
hide
class on the whole thing outright when logged out, since you're not allowing users to view the actual content anyways (just takes up space on your home page) -
Saw it as well. You'll have to clear your cache since I updated the CSS + client side JS.
-
Actually I think we should theme css can take advantage of cache buster but not plugins!
-
Plugin CSS should take advantage of Cache Buster ยท Issue #895 ยท NodeBB/NodeBB
This Should be minified along with theme.css imo, or at the very least have ?{cache-buster} appended to it
GitHub (github.com)
-
Updated with 0.0.6, also gave the first post a big makeover!
Global changelog:
- Bug fixing
- Use the new action:ajaxify event
- /shoutbox route now supports ajaxify
- Use the messaging.parse filter, also used by chat
- Change how the shoutbox is inserted. It's very dirty now, waiting for the widgets system
- Settings, sound
- Donation button for the generous
-
Do you like my plugins? Consider buying me a beer!
We just bought you 5, if you lived in Canada. Unfortunately what we sent you for the last plugin weekend will barely cover even one pint in UK probably
-
@psychobunny said:
Do you like my plugins? Consider buying me a beer!
We just bought you 5, if you lived in Canada. Unfortunately what we sent you for the last plugin weekend will barely cover even one pint in UK probably
I live in the Netherlands though I can buy a couple with it! Thanks again for that by the way!
-
You deserved it - but be forewarned I will never lose a plugin weekend again
-
@psychobunny said:
You deserved it - but be forewarned I will never lose a plugin weekend again
I still have videochat up my sleeves! (It's still not finished...)
-
@Mr_Waffle
Just for coming up with the idea of videochat, you have my vote.
And talking about votes, not that I'm trying to put ideas in some coder's mind, who's going to take up the task of coding a voting/survey plugin, so that we can have a proper vote on these plugins
-
@planner hm I might have some ideas for it, might try it if I have the time this week. Hopefully no one else beats me to it
-
coding a voting/survey plugin
@julian was thinking of using some sort of third party polling API. The three of us actually dealt with an API earlier in our days but that was a paid service that none of us can afford as open source. any ideas?
EDIT: or we could just write it from scratch, of course
-
@psychobunny said:
coding a voting/survey plugin
@julian was thinking of using some sort of third party polling API. The three of us actually dealt with an API earlier in our days but that was a paid service that none of us can afford as open source. any ideas?
EDIT: or we could just write it from scratch, of course
I have some ideas from scratch Haven't looked at the details yet but I think it should all be possible.
-
Weird, can't send messages and even can't see the shoutbox top of the page/bottom of the page.
nodeBB 0.3.1, pulled, restarted
edit:
ahh now finally got these
*
[plugins/nodebb-plugin-shoutbox] staticDir is deprecated, use staticDirs instead
warn: [plugins/nodebb-plugin-shoutbox] staticDir is deprecated, define CSS files with new staticDirs instead.
warn: [plugins/nodebb-plugin-rss] staticDir is deprecated, use staticDirs instead*