Hello I know I'm still new to this forum and I don't know if this feature already existed as I'm only an "Amatuer Pirate". But I noticed that the only way to interact with another user is via Private Messaging and posting on other profile aside from posting in Thread Forum.
So here's my suggestion why not implement Marineford Chatbox?
By using Avac Webchat user's can easily interact with. It also supports on mobile.
Marine Ford in Mobile Mode
Chat button where it should be place or suggested position
ActualDead Forum who used the AvacWeb chat
When the ChatBox is CLOSED
![Image İmage]()
When it is Open
![Image İmage]()
What it looks like in desktop version
When the ChatBox is CLOSED
![Image İmage]()
When it is Open
![Image İmage]()
Well i don't know if administrative panel is the same or have the same features on mine
How to Implement AvacWebchat
Step 1:
The first step of installing AWC is to add some important CSS to your forum. The following CSS helps keep the Private/Tab Messaging system secure.
Step 2:
Log in to your forum and go to the Administration panel.
Under the 'Modules' tab you'll find 'Chatbox -> Configuration'
On this page you must select 'Activate the chatbox', 'Display users avatars' and 'Do not display', then save.
Step 3:
In my case I go to Module -> HTML and Javascript -> Choose Javascript codes management
- Enable the Javascript code management
- Create a new one
- Paste the following code and check the In all the pages
pros
- can easily moderated
- can create new channel
- forum account will be used in chatbox
cons
- can't entirely modify it
for more info on AvacWeb Chat visit the official site
Have a good day!
So here's my suggestion why not implement Marineford Chatbox?
By using Avac Webchat user's can easily interact with. It also supports on mobile.
Marine Ford in Mobile Mode

Chat button where it should be place or suggested position
Actual
When the ChatBox is CLOSED

When it is Open

What it looks like in desktop version
When the ChatBox is CLOSED

When it is Open

Well i don't know if administrative panel is the same or have the same features on mine
How to Implement AvacWebchat
Step 1:
The first step of installing AWC is to add some important CSS to your forum. The following CSS helps keep the Private/Tab Messaging system secure.
Code:
.a_chat_pm tr, .a_chat_pm td, .a_chat_tab tr, .a_chat_tab td, .a_chat_cmd tr, .a_chat_cmd td {
display:none!important;
}
.a_chat_pm:before, .a_chat_tab:before, .a_chat_cmd:before {
content: 'Hidden Content';
font-style: italic;
}
Step 2:
Log in to your forum and go to the Administration panel.
Under the 'Modules' tab you'll find 'Chatbox -> Configuration'
On this page you must select 'Activate the chatbox', 'Display users avatars' and 'Do not display', then save.
Step 3:
In my case I go to Module -> HTML and Javascript -> Choose Javascript codes management
- Enable the Javascript code management
- Create a new one
- Paste the following code and check the In all the pages
Code:
var avacweb_chat_config = {
version : '2-0',
chat_title : 'AvacWeb Chatbox',
stylesheet : 'http://chat.avacweb.net/awc_2-0.css',
allow_private_messaging : 1,
allow_user_resize : 1,
custom_placement : null,
commands : {},
tabs : {},
filters : {},
allow_copyrights : 1, //please be kind and allow AWC to place small discreet copyrights and backlink on your forum.
// DO NOT TOUCH ANYTHING BELOW
events:{},add_event:function(t,f) {t in this.events?this.events[t].push(f):this.events[t]=[f]}};
document.write('<script type="text/javascript" src="http://chat.avacweb.net/v' + avacweb_chat_config.version + '.js" id="achat_script"></sc' + 'ript>');
// END OF AWC CONFIG
pros
- can easily moderated
- can create new channel
- forum account will be used in chatbox
cons
- can't entirely modify it
for more info on AvacWeb Chat visit the official site
Have a good day!