Support Joomla!
Search: Advanced Search
Serving 3657 extensions to the community. Last updated today.

Editor Blogs






Lost Password?
No account yet? Register

Who's Online

We have 1065 guests and 77 members online

Directory Support

Rules
Using this Site

Disclaimer

The extensions and reviews listed in this area have been submitted by the community and their listing does not constitute or imply endorsement, recommendation, or favouring by Joomla!/OSM.

This content is provided as a free service to our visitors, and, as such, Joomla!/OSM cannot be held liable for the accuracy of the information. Visitors wishing to verify that the information is correct should contact the parties responsible for authoring the content and/or development of the extension.


Are you seeing blanks over some extensions' compatibility, license and type field? Head over to JED forum to learn why.
Shoutbox Show All Developer's Extensions
AJAX Shoutbox ComponentcomponentModulemoduleLanguagelanguage
Rating
95 votes
Developer:Risp Version:1.2 b3 (Updated 2 days ago)
E-mail: This e-mail address is being protected from spam bots, you need JavaScript enabled to view it Compatibility:Compatible with Joomla! 1.5 NativeCompatible with Joomla! 1.0
Views: 170,076 License:Other
Favoured:
47
Type:Non-Commercial
Date Added:Mar 5, 2006
DownloadHomepageDemoSupportWrite ReviewRecommend
AJAX Shoutbox
This Joomla module adds live chat functionality to your Joomla site. Your visitors can chat with each other right in your website without refreshing their browsers. It's almost like chatting on an instant messenging network! And it's all powered by AJAX, a hot new old technology that powers things like Gmail, Google Maps and other brilliant web apps. Now you can get a piece of all this in your own site. For problems with installing please contact me instead of using the review function.

Editor's Note:
  • This extension requires registration to download.

Report this listing


Perfect for my needs by Studio1031, January 7, 2008
I just started using Joomla! 2 days ago, and this is the 2nd mod that I've installed (the first was a rss parser)..


The install went perfectly, as did the setup. The time from Download to having it live on the site was less than 5 minutes, including a quick css edit.. NICE!!

Many thanks for sharing this.. All The Best! ...... Tommy


Friggin Awesome Component by dniezby, December 25, 2007
This is just another great way to get people active at your sites.


nice shoutbox by Akaias, December 8, 2007
an excellent shoutbox, but need a little tweeking'

i got the german specialchars (like ö,ä,ü etc ) working by patching the mod_shoutbox.php... (on NON UTF-8 Pages!! )

edit line 172 - 178 to look like :
-----
function jal_special_chars ($s) {
$s = htmlentities( utf8_decode($s), ENT_COMPAT , _JAL_ISO );

// if ( strtolower ( _JAL_ISO ) != 'utf-8' )
// $s = utf8_decode ( $s );
return str_replace("---","−-−",$s);
}

----

next :
uncomment line 234 so that it looks like :
----
$jal_user_text = jal_special_chars(trim($jal_user_text));
----

and finally :
line 316 :
----
echo 'time ).'">'.stripslashes($url).' : '.convert_smilies(" ".stripslashes(html_entity_decode($r->text))).'
----

maybe just a dirty hack, but on my 4 joomla pages it worked....
havn't set up a pure utf-8 page yet, maybe it try next week


#1 Shoutbox by 4989, December 1, 2007
I just installed AJAX Shoutbox and it works GREAT! I think this is the best shoutbox.

Just one comment....how do I use it with ASIAN LANGUAGE?


Nice extension by hayarts, December 1, 2007
I just installed it via the install procedure of Joomla and did not change any thing else. I use a pre-defined webpage free from Joomla and published the shoutbox on the right side of the page and it worked straight away. Very easy and nice.
Thanks


Like this one by me*~, October 3, 2007
Thanx a lot. This stuff is easy to install and functions great by the time I write this review since I never make much configuration. :)

btw.. clean job


Simple and functional by russell235, September 17, 2007
1 of 2 people find this review helpful:
this is the first mod that i've added to my website having just downloaded Joomla yesterday. It was a breeze without any hangups yet.

I gave the shoutbox a 4 star rating because although it's good, it does seem to lack a couple of features that I would like.

1. it doesn't appear to fully support a transparent theme. the area which you type your shout does, but where the shout appears above is a solid color background making it stand out significantly. Even though you can change the color, it's not exactly what i'm looking for.

2. it looks great on the side, but i would like it across the center. It doesn't seem streamlined enough out of the box. below the box it uses one line of text to tell me my username (which i already know since i only allow registered users to use it). Another line of text says nothing but "message." another line to enter the text. another 2 lines for smilies (which aren't collapsable in my version 1.2 :( ), and then another line to enter the shout. All of this could fit in just one line if your shoutbox is displayed horizontally. but instead it takes up too much valuable realestate. :)

3. preferably, i'd like to see more admin features. some have been mentioned, but i'd also like to be able to ban certain user names from posting in the shoutblock - since i only allow registered users to use it, anonymous shouting is not a problem.

Overall, I do like the shoutbox, but I hope there are some improvements in the future.


Best shoutbox module by thepisu, August 22, 2007
This is the best shoutbox module I have tried: just does what is needed.

I made it working also in Joomla 1.5 RC, with some code editing, because of module subdir and other mods...


good piece of work, except for by bono_head, August 16, 2007
the fact that within 1 day of installing it. Mind you, it's working perfectly. Absolutely no problem at all with the shoutbox.

Except the fact that I got a few messages fairly quick from some kind of bot, spamming me with porn commercial.


Other than that, great!


have character problem by pullsarr, August 16, 2007
I installed this component and modul. I think that this component have very nice effects.
But I have a problem because turkish characters. When I'm using like "_,ç,,ü, etc.", its are changing and writings are not reading.
I think this cause ajax and I try a lot of different way, and I'm not fixed this problem...


Wonderful Tool... However by nfordham, July 20, 2007
I absolutely love this Module, I am the creator of http://www.NetworkingLive.com and have mostly mastered Joomla in the creation of many sites with my focus on this one.

I was extremely excited to see Shoutbox especially with the new Bot where you can track logins, friend requests, and more showing them live...

The only issue I ran into however, is that it freezes Safari MAC users :(

If there is any way this bug can be fixed, please let me know....


Accentuation by deny, July 12, 2007
Had some trouble with accentuation (for brazilian portuguese), I suggest modifying the parts of the code where text is retrieved from the database and using the utf8_decode function (worked for me). The only reason I don't send the already modified files is I screwed it up somewhat (removed the url display code before realizing there's an option for that)...

I've also noticed that it's easy to mess with the page layout by entering very long words, a fix would be nice.

Other than that, thanks for this excellent extension!


How to change usernames to real names and back? by Frank.Dux, July 6, 2007
This shoutbox does exactly what it promises - nice and clean. Easily customisable in the css-file.
I had to install it twice because it interfered with some other module, but I got it working with not too many problems.
One question though: How do I changed the displayed username to full name?

Thanks,
Frank


I love it, but it conflicts with some components by richm, June 13, 2007
2 of 2 people find this review helpful:
I absolutely love this little shoutbox, and I use it on several sites. However, it conflicts with several other applications, such as some moo effects, and the JCE editor. If you have a problem with IE6 and get a "cannot be displayed" error, it is most likely this shoutbox in conflict with something else on the page. In my case, I love the shoutbox enough that I just turn it off on those pages. The code is easy to read and easy to modify.


Love this extension! by OmahaVike, May 13, 2007
1 of 1 people find this review helpful:
Found another possible stumbling block for those who "hit send button, but nothing happens." Posted a possible fix for you on the author's website under "how to install shoutbox".

best of luck to you all.


<< Start < Prev 1 2 3 4 5 Next > End >>
Results 16 - 30 of 66