I'm using Newsletter plugin. But it shows forum title at the beginning of subject
How to remove it?
@administrators
[nodebb-plugin-shoutbox] Shoutbox plugin
-
Issue :
shoutbox block is in the forum stats blockHow can i fix it ?
-
-
Updated with 0.0.7, small update
- Use staticDirs
- Add minver
- Correctly check for anon... oops
- Sound now only plays if the message is from another user
- Other sound!
- Use the templates system instead of being silly
So only some behind the scenes changes... This release somehow fixes the issue some users were having where the shoutbox wouldn't show on 0.3.2.
-
Awesome work @mr_waffle!
-
I would love love love to be able to set this as a side block like on my xenforo setup.
I know this would probably only work well on some themes though..
-
-
when's http://myminecraft.com/ going to be ported over to nodebb?
-
It is not working on my nodeBB
Im using v0.3.2 with Dark Rectangles Theme. Any Idea how can I fix it ?
Here is the site:
http://forum.eve-offline.hu/ -
@jtarjanyi Once you have installed the plugin you will need to restart NodeBB. http://forum.eve-offline.hu/shoutbox should be available if the shoutbox is working but that link will 404.
-
I have problems with my shoutbox. (latest and older versions)
I can't send messages, and when the shoutbox appears, i see this message :
In admin panel i can't delete all shouts (i'm using mongodb)
-
I tried to activate this plugin, but unfortunately it does not work
I not able to post any message.
My nodeBB version is 0.3.2 and Dark Rectangles Theme is used. -
@jtarjanyi I had this issue initially, restart nodebb, then control-f5.. maybe change theme and change back.. im not actually sure what fixed it for me.. lol
-
Guys, for those that are having issues getting this to work, can you try deleting the
nodebb.min.js
file in/public/src
? -
I just pull, and upgrade, it works fine
-
Phew! Glad to hear it @toolito
-
Mmh same problem than before...
@toolito said:
I can't send messages, and when the shoutbox appears, i see this message :
The shoutbox appears correctly each time i reload the page, but i can't send messages.
shout is null message in the console :
/plugins/shoutbox/js/shoutbox.js?v=v0.3.2-74-gbc10080
line 103 :var date = new Date(parseInt(shout.timestamp, 10));
-
@toolito That is actually because somehow there's a
null
in your list of shouts... I'll add a check for that. -
Any easy way to remove the GIST function? I tried commenting it out in the .tpl file, but it didnt seem to go away, even with a control-f5. Perhaps I need to restart node?
-
@kelso said:
Any easy way to remove the GIST function? I tried commenting it out in the .tpl file, but it didnt seem to go away, even with a control-f5. Perhaps I need to restart node?
You indeed have to restart NodeBB for that. I'm thinking of a better "feature" feature soon.
-
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?