Latest topics
» Forumactif Edge - Releases
by Ange Tuteur Tue 03 Sep 2019, 11:49
» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21
» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28
» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15
» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11
» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24
» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58
» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50
» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22
» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12
» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10
» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51
» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11
» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19
» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34
by Ange Tuteur Tue 03 Sep 2019, 11:49
» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21
» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28
» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15
» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11
» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24
» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58
» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50
» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22
» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12
» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10
» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51
» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11
» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19
» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34
Recent Tutorials
Top posting users this month
Top Achievers
Who is online?
In total there are 42 users online :: 0 Registered, 0 Hidden and 42 Guests :: 2 Bots
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
Shoutbox Project Discussion
Page 2 of 2 • Share
Page 2 of 2 • 1, 2
First topic message reminder :
Hi !
If you haven't noticed already, there's a giant box you can write in on the front page. This will be one of the newest plugins to utilize the database. It'll be like any other chatbox or shoutbox, allowing you to drop in and chat at anytime, so long as you're authorized to modify the database.
Some of the basic functions have been implemented so far :
You can test this shoutbox on the index page at anytime. If you have any suggestions, feel free to post them below. I cannot guarantee all suggestions will be implemented, but I will try and add those I see ideal. Currently my main focus is to get the basic functionality finished and optimize the code.
See you
Hi !
If you haven't noticed already, there's a giant box you can write in on the front page. This will be one of the newest plugins to utilize the database. It'll be like any other chatbox or shoutbox, allowing you to drop in and chat at anytime, so long as you're authorized to modify the database.
Some of the basic functions have been implemented so far :
- Formatting options such as bold, color, emoticons..
- Automatic and manual refreshing
- Automatic-pruning of old messages
You can test this shoutbox on the index page at anytime. If you have any suggestions, feel free to post them below. I cannot guarantee all suggestions will be implemented, but I will try and add those I see ideal. Currently my main focus is to get the basic functionality finished and optimize the code.
See you
Ikerepc wrote:I still wait for red button. I miss it. I loved it and it gone <3
<3Dark-Avenger wrote:Ikerepc wrote:I still wait for red button. I miss it. I loved it and it gone <3
Oh yes the red button. We need it as a plugin I think.
- Code:
button({
name : 'Don\'t click the red button !',
text : 'Click me',
style : 'background:#F66;color:#633;border-color:#C66;text-shadow:none',
where : actions,
advanced : function(b) {
b.onclick = function() {
fmd_chat.style.transform ? fmd_chat.style.transform = '' : fmd_chat.style.transform = 'rotate(180deg)';
message.value = '[color=#ff0000][b]'+_userdata.username+' clicked the red button ![/b][/color]';
sendMessage();
}
}
});
- GuestGuest
Given the fact some people started to create their own chat boxes on the FM platform, together with the latest update for the FM default chatbox, integrating avatars in chat, it seems like a 'Battle of the Chat Boxes' has begun.
FM upgraded their dated cb lately, giving in to some of their member's suggestions and likely protecting their product coding more as well for the users to prevent them from switching to other products. While undergoing cb maintenance by FM for over a week, telling their members this would be a bèta test (while it was not even close to that), some programmers took the chance to dive into the world of cb's, created their own websites and started to create groups of followers to support them and keep them provided with new ideas, thus inventing new scripts for chat like the one we see today on this website. Following FM closely, Avacweb just started to catch up with their work, still in lead in my opinion offering many more features like sound, multi-page overlay and and close support.
My vision tells me, one day their will be some cb's which will be very much alike. And that may arrive sooner than we all think it will.
FM upgraded their dated cb lately, giving in to some of their member's suggestions and likely protecting their product coding more as well for the users to prevent them from switching to other products. While undergoing cb maintenance by FM for over a week, telling their members this would be a bèta test (while it was not even close to that), some programmers took the chance to dive into the world of cb's, created their own websites and started to create groups of followers to support them and keep them provided with new ideas, thus inventing new scripts for chat like the one we see today on this website. Following FM closely, Avacweb just started to catch up with their work, still in lead in my opinion offering many more features like sound, multi-page overlay and and close support.
My vision tells me, one day their will be some cb's which will be very much alike. And that may arrive sooner than we all think it will.
@Samantha thanks for this. You reminded me that I need to add notification settings.
I've only scratched the surface of what we can do with "topic databases", and this shoutbox is about one of the biggest projects I took on for it. Member suggestions and feedback are what will influence most of the changes you see. Considering that it's developed using its own methods, HTML, CSS... it's fully customizable. The code, like most of my projects, is going to be open source, which means any developer will be able to contribute and help improve the project once the base source is public.
I'd like to thank everyone who helped contribute ideas, and even conversed in the shoutbox while development was going on. Without that, I wouldn't have been able to add specific features, test the stability, and fix bugs. I'll be preparing some of the final touches, and be releasing early tutorials for making custom modifications soon..
See you then.
I've only scratched the surface of what we can do with "topic databases", and this shoutbox is about one of the biggest projects I took on for it. Member suggestions and feedback are what will influence most of the changes you see. Considering that it's developed using its own methods, HTML, CSS... it's fully customizable. The code, like most of my projects, is going to be open source, which means any developer will be able to contribute and help improve the project once the base source is public.
I'd like to thank everyone who helped contribute ideas, and even conversed in the shoutbox while development was going on. Without that, I wouldn't have been able to add specific features, test the stability, and fix bugs. I'll be preparing some of the final touches, and be releasing early tutorials for making custom modifications soon..
See you then.
Nice Ange, thanks for releasing this! It really is turning into a battle of the chatbox's. I will contiune to support awc (and yours ange of course) and I believe when all is said and done AWC will make a come back and give fm the run for their money, I believe Ange's will as well, but Ange the moderation aspects seem like they are pretty basic on the Shoutbox. Is there any plans to upgrade these in the future?
People will use what they prefer, I'm not going to force anyone into using it if they don't want to. It's more of a project that I wanted to do for a long time, but never had the skill or ingenuity..
As for moderation, it's something to think about. The current mod only command would be /clear, but I'll have to think of other ways to apply the moderation rights. There is a banlist which allows you to ban members from sending messages by their user ID. However, since the database is an integral part of the shoutbox, you can remove members from the database group if you wanted to truly ban them.
Update
I've made some small changes today.
I've also published an explanation on creating buttons.
https://fmdesign.forumotion.com/t314-fmd-shoutbox-create-custom-buttons#2068
As for moderation, it's something to think about. The current mod only command would be /clear, but I'll have to think of other ways to apply the moderation rights. There is a banlist which allows you to ban members from sending messages by their user ID. However, since the database is an integral part of the shoutbox, you can remove members from the database group if you wanted to truly ban them.
Update
I've made some small changes today.
- Added custom tags for formatting.
- Added title notification for when you're not on the page where the shoutbox is.
I've also published an explanation on creating buttons.
https://fmdesign.forumotion.com/t314-fmd-shoutbox-create-custom-buttons#2068
@Ange Tuteur you said there was a clear button for the shoutbox right? Or was this only for you on FM Design?
That was in the Alpha version. In the Beta version it was removed and replaced by a command line. I consider the version released currently a "Public Beta" version, because I wanted to perform tests at a larger scale. It contains a few bugs ( some I'm currently incapable of fixing ) that will be corrected in 1.00 as well as a few features suggested which you will probably see on the shoutbox installed here..brandon_g wrote:@Ange Tuteur you said there was a clear button for the shoutbox right? Or was this only for you on FM Design?
( It can also be used to restore the database table in case of errors )
I'll be honest and say that I'm working slowly on it, because I'm taking a refresher in JavaScript. I currently have no ETA on the next version, but know that I will be working on it from time to time.
- Sponsored content
Page 2 of 2 • 1, 2
Similar topics
Create an account or log in to leave a reply
You need to be a member in order to leave a reply.
Page 2 of 2
Permissions in this forum:
You cannot reply to topics in this forum