Register Members List Search Today's Posts Mark Forums Read

Reply
 
Mod Options
Duckways: Shoutbox | Realtime using NodeJS & Socket.io Details »
Duckways: Shoutbox | Realtime using NodeJS & Socket.io
Mod Version: 1.0.1, by Jorandh (Coder) Jorandh is offline
Developer Last Online: Oct 2022 I like it Show Printable Version Email this Page

vB Version: 5.4.x Rating: (2 votes - 4.50 average) Installs: 11
Released: 08 Aug 2018 Last Update: 10 Aug 2018 Downloads: 164
Not Supported DB Changes Uses Plugins Auto-Template Additional Files Is in Beta Stage  


Duckways: Shoutbox | Realtime using NodeJS & Socket.io



What is this mod all about?

A lot of forums come with a shoutbox. However, we've seen so many resource eating shoutbox versions that we thought it would be cool to release one based on NodeJS and Socket.io.
This shoutbox does not refresh it's content every X seconds for every user. Instead, it pushes the new message to all users using a websocket. Blazing fast with less resource consumption.

(!!) To use this plugin you need to have NodeJS/NPM installed on your webserver. This requires some server knowledge, so if you can't do it yourself please contact your hosting company or use our installation service (Email us at [email protected]).(!!)

(!!) We now also offer a hosted node version, which you can run right away without installing anything server-side. This comes at the price of $4,95 a month. Contact us on [email protected] for more info or to buy.(!!)



Features free version
- Parses bbcode/smiley's
- Set usergroup permissions to view the shoutbox
- Set usergroup permissions to post in the shoutbox
- Users can edit their own shouts

Features pro version
- Parses bbcode/smiley's
- Set amount of shouts to display
- Set usergroup permissions to view the shoutbox
- Set usergroup permissions to post in the shoutbox
- Set usergroup permissions to edit shouts (moderator)
- Set usergroup permissions to delete shouts (moderator)
- Users can edit their own shouts
- Shoutbox archive in AdminCP to read back (including deleted shouts & who deleted them!)



Buy the pro version

About Duckways

We're a company with a team of developers who have been working a lot on a vBulletin 4 system for two of our customers. The largest one with over 200,000 users and 4 million posts.
This one migrated to vBulletin 5 recently and we've faced quite some issues in vBulletin 5 which we'll fix by writing custom modifications. Some of those, which are worth sharing, will be added here on vBulletin.org. If you're missing a feature or add-on, please feel free to contact us.



How to install:
  1. Upload all files from the "upload" folder to your forums directory.
  2. Log in on SSH and navigate to the folder {forumroot}/core/packages/duckwaysshout/node
  3. Run the command "npm install" (Make sure you have NodeJS / NPM installed on your server!
  4. Start your node server using the command "node server.js", it should now start listening on the port that is set in the server.js file. Please make sure your firewall doesn't block this port. If you want to keep the server running while you leave the terminal, please use one of the many solutions written on StackOverflow:
  5. In AdminCP -> Plugins & Products -> Manage Products -> Add/Import Product in the "OR import the XML file from your server" and fill in: ./core/packages/duckwaysshout/xml/product_duckwaysshout.xml
  6. Go change every usergroup you have and set the permissions for the shoutbox.
  7. Final step: Go to your homepage and open de website editor. You'll find a new widget you can drag onto your page: Duckways Shoutbox. Save the page after you gave the shoutbox a nice spot and you're ready to go!



Version history
  • 1.0.0 - BETA release
  • 1.0.1 - Fixed a few bugs, updated node and changed ports. Added setting for socket URL. Added new features in PRO version.



Support

Please use this thread to ask questions or to report bugs. PRO version users can email us at [email protected] for quick support.

Download Now

Only licensed members can download files, Click Here for more information.

Show Your Support

  • To receive notifications regarding updates -> Click to Mark as Installed.
  • If you like this modification support the author by donating.
  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Comments
  #2  
Old 08 Aug 2018, 15:56
Jorandh's Avatar
Jorandh Jorandh is offline
 
Join Date: Jan 2015
Real name: Joran den Houting
- First post reserved -

We're currently preparing the zip files for upload, they will be uploaded by the dev team ASAP.
Reply With Quote
  #3  
Old 09 Aug 2018, 01:05
Jorandh's Avatar
Jorandh Jorandh is offline
 
Join Date: Jan 2015
Real name: Joran den Houting
Sorry guys, there's some delay in preparing the zip file. We originally zipped it with Mac OS resulting in inclusion of .DS_Store files. We need to get rid of those tomorrow.
Reply With Quote
  #4  
Old 09 Aug 2018, 01:49
Thangvip9x Thangvip9x is offline
 
Join Date: Apr 2012
Real name: Thang
I don't see any file =))
__________________
Welcome to my site dien dan tuoi tre cntt
Reply With Quote
  #5  
Old 09 Aug 2018, 04:11
Jorandh's Avatar
Jorandh Jorandh is offline
 
Join Date: Jan 2015
Real name: Joran den Houting
Originally Posted by Thangvip9x View Post
I don't see any file =))
Read the post above, it's coming in Just woke up and will be in the office in a few hours from now to finish things.
Reply With Quote
  #6  
Old 09 Aug 2018, 10:42
Fleiding's Avatar
Fleiding Fleiding is offline
 
Join Date: Jan 2012
Real name: Rob
Awesome! Which version of NodeJS and Socket.io is necessary to run this mod? Then I can let my host know to install everything.
Reply With Quote
  #7  
Old 09 Aug 2018, 11:12
Jorandh's Avatar
Jorandh Jorandh is offline
 
Join Date: Jan 2015
Real name: Joran den Houting
Originally Posted by Fleiding View Post
Awesome! Which version of NodeJS and Socket.io is necessary to run this mod? Then I can let my host know to install everything.
It comes with an package.json. All you need to do is installing npm and run the command 'npm install' in the plugin directory once. That will download all the right package versions, like SocketIO
Reply With Quote
  #8  
Old 10 Aug 2018, 04:21
Jorandh's Avatar
Jorandh Jorandh is offline
 
Join Date: Jan 2015
Real name: Joran den Houting
ZIP file uploaded!
Reply With Quote
  #9  
Old 10 Aug 2018, 06:03
In Omnibus's Avatar
In Omnibus In Omnibus is offline
 
Join Date: Apr 2010
Real name: Kris
It works. It appears to have a couple of minor bugs. The refresh button has to be pressed to get the shout to appear. Editing shouts does not work.
Reply With Quote
  #10  
Old 10 Aug 2018, 11:23
Jorandh's Avatar
Jorandh Jorandh is offline
 
Join Date: Jan 2015
Real name: Joran den Houting
Originally Posted by In Omnibus View Post
It works. It appears to have a couple of minor bugs. The refresh button has to be pressed to get the shout to appear. Editing shouts does not work.
Thats weird, refresh button is only there as a backup. Socketio is shooting a realtime push to all users with the websocket. Sounds like your port isn't listening right for your socket.

Please check your console in the browser on the page where it shows the shoutbox, or hit me up with an URL so I can check it for you

Edit function should work too- make sure you set the permissions for all usergroups (Go to usergroups, click edit behind the group and find the permissions on the edit page).
Reply With Quote
  #11  
Old 10 Aug 2018, 13:49
In Omnibus's Avatar
In Omnibus In Omnibus is offline
 
Join Date: Apr 2010
Real name: Kris
Originally Posted by Jorandh View Post
Thats weird, refresh button is only there as a backup. Socketio is shooting a realtime push to all users with the websocket. Sounds like your port isn't listening right for your socket.

Please check your console in the browser on the page where it shows the shoutbox, or hit me up with an URL so I can check it for you

Edit function should work too- make sure you set the permissions for all usergroups (Go to usergroups, click edit behind the group and find the permissions on the edit page).
I have the permissions set correctly and the Web Console isn't showing any errors.
After clicking "Enter" or "Shout" the shoutbox is still white. After clicking "Refresh" the shout appears. Editing doesn't work at all. It simply re-posts the original shout. Again, no error in the console. I'm going to try changing the port first. I'll let you know what happens.
Reply With Quote
  #12  
Old 10 Aug 2018, 19:58
Jorandh's Avatar
Jorandh Jorandh is offline
 
Join Date: Jan 2015
Real name: Joran den Houting
Originally Posted by In Omnibus View Post
I have the permissions set correctly and the Web Console isn't showing any errors.
After clicking "Enter" or "Shout" the shoutbox is still white. After clicking "Refresh" the shout appears. Editing doesn't work at all. It simply re-posts the original shout. Again, no error in the console. I'm going to try changing the port first. I'll let you know what happens.
Thanks, let me know how it goes! I just did a fresh install of the plugin on a brand new vBulletin v5.3.4 setup and it worked right away as is should. Maybe try removing the folder 'node_modules' in core/packages/duckwaysshout/node and then run 'npm install' again from the same location.

Happy to help if it doesn't work out for you. Just leave me the details in a PM or on [email protected]!
Reply With Quote
  #13  
Old 10 Aug 2018, 22:35
Jorandh's Avatar
Jorandh Jorandh is offline
 
Join Date: Jan 2015
Real name: Joran den Houting
We just set up a demo here: https://vbulletin.duckways.com/forums/

Demo user 1:
username: demo1
password: DemoUser1!

Demo user 2:
username: demo2
password: DemoUser2!

Demo user 2 has moderation permissions (edit and delete shouts made by others).




We just updated a few components and will upload release 1.0.1 soon.
Reply With Quote
  #14  
Old 10 Aug 2018, 23:18
Jorandh's Avatar
Jorandh Jorandh is offline
 
Join Date: Jan 2015
Real name: Joran den Houting
Version 1.0.1 uploaded. This should fix issues like @In Omnibus reported and added some new settings.
Reply With Quote
  #15  
Old 11 Aug 2018, 06:49
Fleiding's Avatar
Fleiding Fleiding is offline
 
Join Date: Jan 2012
Real name: Rob
Originally Posted by Jorandh View Post
We just set up a demo here: https://vbulletin.duckways.com/forums/
I have to click Refresh every time I posted, edited, and deleted a message.

Safari is showing the following errors in the console:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

I'm still working with my host to get all the required items installed at my web server, because the same thing is happening now on my forum at the moment.

Edit: Is it possible to display new messages on top?

Last edited by Fleiding; 11 Aug 2018 at 07:39. Reason: Question regarding message display
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Mod Options

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


New To Site? Need Help?

All times are GMT. The time now is 09:32.

Layout Options | Width: Wide Color: