Installing plugins directly into node_modules/ will not be deprecated, as that is how regular plugins are installed 😄
[nodebb-plugin-shoutbox] Shoutbox plugin
-
Hi forum and @mr_waffle
Since the 0.0.7 version, I'm getting this warning
warn: [meta.scripts.get] Could not resolve mapped path: plugins/shoutbox/js/main.js. Are you sure it is defined by a plugin?
And the Shoutbox doesn't appear. And not working in the dedicated page. What can I do about that.
I know the widget version is coming. Should I wait for it?
-
Looks to be me mucking about with
staticDirs
for plugins. I'll send @mr_waffle a pull request to fix this.Edit: Here you go -> https://github.com/MrWaffle/nodebb-plugin-shoutbox/pull/18
Time to bug @mr_waffle
-
0.0.8 has been published.
Changelog:- Shoutbox works as a widget now. Keep in mind that I disable any containers within the plugin.
- Up to date with 0.4.0
- Fix bug in editing shouts
Requires NodeBB 0.4.0.
I've been busy with other stuff lately, but want to get back to working on my plugins.
-
Yay!
In other news, I just pushed more changes that will throw more deprecation warnings for shoutbox. Don't worry, if you bug me about it, I'll probably submit a PR to fix it up for you
Edit: An example, and here's another example
-
Fun fun fun
-
This is the most popular topic on our community forum. Time to lock imo
*abuse of privileges*
-
@mr_waffle liking the plugin, I've noticed that writing a @ mention works but not the autocomplete or notification parts of the system. Is this something that could be resolved between the plugins or not?
-
@Sp4rkR4t said:
@mr_waffle liking the plugin, I've noticed that writing a @ mention works but not the autocomplete or notification parts of the system. Is this something that could be resolved between the plugins or not?
Autocomplete could possibly be done, haven't looked into it. Notifications can't be done since it isn't a post. I could ofcourse create notifications for it myself, but is that really necessary?
-
Dem views
-
So I should get like a medal or something now, right?
-
Hahaha... need an achievements system like StackOverflow
Edit: I have an SO question with 10k views? Nice.
-
Reworked the admin page:
See if you can guess the new feature
-
haha, where have I seen this design before...
-
@psychobunny I had some inspiration from recent developments
-
How do I obtain the new version? I attempting to 'npm install nodebb-plugin-shoutbox' again, but nothing has changed.
-
@kelso said:
How do I obtain the new version? I attempting to 'npm install nodebb-plugin-shoutbox' again, but nothing has changed.
It's not available yet, I want to implement more updates first.
-
Being able to disable gists & archives is good, I did that manually.
-
@Sp4rkR4t said:
Being able to disable gists & archives is good, I did that manually.
Funny, because I hate it when forums disable the ability to view the shoutbox archive... Really tempted to create a guide to bypass it...
-
^ 100th post
-
i have an issue with images path for emoticons (i am running nodebb behind nginx )
paths generated by this plugin are like http://xxx.xxx.com:4567/plugins/nodebb-plugin-emoji-extended/images/grinning.png
to be correct the port 4567 should be removed