@pitaj Prior to running ./nodebb upgrade I always do apt-get-update apt-get-upgrade so the server is already fully updated.
If there is something else that NodeBB requires then it should be part of the nodebb upgrade command.
@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?
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:
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