login | register
Wed 08 of Oct, 2008 (11:42 UTC)

bitweaver - Web Application Framework and CMS

Web Application Framework and CMS

Refresh cacheHistoryPrint

ChatterboxPackage

a basic ajax based chat package

Created by: xing, Last modification: Sat 14 of Jan, 2006 (09:56 UTC)
chatterbox is a very simple package that allows users to chat with each other using an ajax based approach.

this package could be expanded to provide a live support mechanism. the fact that all chat messages can be logged might be particularly useful for this use.

This package takes advantage of the |prototype library, which has recently been added to bitweaver.

to add some better styling to chatterbox, you can use something like this in your css file:
/* chatterbox */
.chatterbox .chathistory span.username	{color:#f60;}
.chatterbox .body .userslist,
.chatterbox .body .chathistory		{height:50em; border:1px solid #999;}
.chatterbox .body .chathistory ul		{line-height:1em;}
.chatterbox .body .chathistory span.date	{float:left;}
.chatterbox .body .chathistory span.username	{display:block; width:100px; padding:0 10px 0 0; float:left; text-align:right;}

Comments

Reply to this comment

chat package

by axy, Monday 11 of August, 2008 (00:18:36 UTC)
Is chatterbox package working for anybody ? any message I post doesn't shows up
Reply to this comment

Not working

by Shawn Thompson, Thursday 18 of September, 2008 (04:13:28 UTC)
Doesn't seem to work for me either.