nodebb-plugin-shoutbox
-
After having it integrated at first, I thought it’d be way better if this was a plugin, so here we go!
Source:
https://github.com/MrWaffle/nodebb-plugin-shoutboxCan be installed from npm:
npm install nodebb-plugin-shoutbox
After installation has to be enabled in admincp.
It’s still a work in progress. I plan to add a load of features/settings. See this as a PoC that it can work from a plugin ;)
-
@Mr_Waffle nice! Does this use any custom hooks, or is it good on a vanilla install?
-
Vanilla install ;) Found a sneaky way to hook into the hooks (heh) from a plugin!
-
Hey @Mr_Waffle
I just updated and we now have this problem with the X buttons:
-
You’ll have to clear your cache since I updated the CSS + client side JS.
-
@julian noted the lack of timestamps in the SB today, which got me thinking about how to avoid the clutter of timestamps without sacrificing them completely.
My idea is to put the timestamp next to the username on hover. Since there could be multiple chats in a sequence, it would be cool if you could put the most recent timestamp there (if not, then the first would suffice).
Thoughts?
-
@Almost How about a little clock icon next to the username, and on hover it’ll have a tooltip with something like “last activity at 13:37”?
-
@Schamper :+1:
-
Is there any way for the shoutbox to not get indexed by google? Or will that be a robots.txt configuration?
-
@Scuzz I think you have to set it through robot.txt.
Not sure but I think I remember you can set a default google ‘description’. -
@Scuzz said:
Is there any way for the shoutbox to not get indexed by google? Or will that be a robots.txt configuration?
that wasnt shoutbox
that was a post in intro section on page 2 of Antu’s welcome thread -
@Lyeta ah shit, so it was. My bad. Please ignore me.
-
-
Any updates on this @schamper?