Welcome to MSDN Blogs Sign in | Join | Help

"ChatterBox" persistent chat session for SharePoint

Have you ever wanted to have a persistent chat session right on your SharePoint team or collaboration site? It can be much easier and quicker for typing a message than SharePoint’s built-in Discussion Board. The ChatterBox web part provides an example of how such a persistent chat session can be implemented by utilizing a SharePoint list, so there’s no need to create a custom database. If you need more than one chat session on your site, you can simply create another instance of the ChatterBox web part and associate it with another SharePoint list. Here’s a screenshot of it in action.

 

You can download the ChatterBox 1.0 web part and source code, which have been released as part of the Community Kit for SharePoint, right here. An enhanced, ASP.NET AJAX-based version of the ChatterBox web part is already in the works and will be released shortly after Service Pack 1 for WSS 3.0 and MOSS 2007 becomes available, so I’d recommend that you don’t spend too much time trying to extend the current version. Just play with it and see what innovative ideas you and its users can come up with in terms of new features. Color coding and online detection are already planned for the next version, so you’ll need to be more creative than that! :-)

 

If you cannot wait until SP1 to start taking advantage of ASP.NET AJAX for SharePoint, I’d encourage you to take a look at the SharePoint AJAX Toolkit on CodePlex, but note that this is a community driven shared source project and is not owned or sponsored by Microsoft.

 

 

<Lawrence />

Published Tuesday, May 15, 2007 4:09 AM by sptblog

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# re: "ChatterBox" persistent chat session for SharePoint

"shortly after Service Pack 1 for WSS 3.0 and MOSS 2007 becomes available"

You had to know this would generate the million dollar question ... any idea when that will be? :) What quarter even?

Tuesday, May 15, 2007 9:49 AM by SpoonsJTD

# re: "ChatterBox" persistent chat session for SharePoint

Are the chats captured in the database? How is this info integrated with the site? I could see a huge use for this over discussion boards if the info is captured/searchable.

Tuesday, May 15, 2007 10:14 AM by Kent D.

# re: "ChatterBox" persistent chat session for SharePoint

Kent, each chat message is captured as an item in a specified SharePoint list. Just like any other SharePoint list, the items are indexed and searchable.

Spoons, we're not ready to publicly disclose details about SP1, but rest assured that as soon as we're ready, I will announce it here first.

Tuesday, May 15, 2007 10:19 AM by sptblog

# re: "ChatterBox" persistent chat session for SharePoint

Please also make the new CKS forums implementation a separate download like you did with the chatterbox etc. Its original author is no longer maintaining it for SharePoint 2007.

Please make it optional to save chats, with the default being not to save them, it will save everyone a lot of storage and bandwidth.

Thank you, Tom

Tuesday, May 15, 2007 11:41 AM by Tom

# re: "ChatterBox" persistent chat session for SharePoint

Does the 1000+ items size apply here as well then?

Tuesday, May 15, 2007 2:50 PM by Robin

# re: "ChatterBox" persistent chat session for SharePoint

Robin,

Yes -- since ChatterBox stores each line in a SharePoint list, you're subject to the perf recommendations around keeping that list small.  A short timer job to move all but the most recent N items to a folder would be one solution for this.

Wednesday, May 16, 2007 5:24 PM by Matt Swann

# re: "ChatterBox" persistent chat session for SharePoint

I've been testing this webpart and I think it only works for non WCM-enable sites, am I right? I think this is true because I successfully configure the webpart and it works until I publish the page... after this it doesn't work anymore nor register comments on the list. Another thing is that if I use this on a WSS site (non WCM site) once I leave the site and come back I have to reconfigure the webpart so it'll continue working.

Wednesday, May 16, 2007 6:59 PM by Marcel Jeanneau

# re: "ChatterBox" persistent chat session for SharePoint

Marcel,

Truth be told, I haven't tested ChatterBox with the MOSS publishing feature enabled -- I'll be sure to test the ASP.NET AJAX version in that scenario before we share it here.

Thanks for the heads-up!

Thursday, May 17, 2007 12:33 AM by Matt Swann

# Link Listing - May 16, 2007

Silverlight Toolbar [Via: vivekd ] Paste XML as Serializable Type [Via: mwinkle ] Reflector Addins and...

Thursday, May 17, 2007 8:34 AM by Christopher Steen

# ChatterBox webpart y sitios WCM

Dentro del Community Kit para SharePoint se provee un webpart para un "chat" (ChatterBox webpart -- download

Thursday, May 17, 2007 1:13 PM by Piensa SharePoint

# re: "ChatterBox" persistent chat session for SharePoint

Hi,

Chatter Box works fine for one site (Team Site) in the intranet and did not work for a personal page. I was able to configure the web part on the page but it does not work. The Chatterbox Text field has to be in the bottom, which is where it is in the Team Site, but when placed on the personal page it comes as the first (Top Left) item. Note : List item created for Team Site was "Chatter Box", but another List Item named "Chatter Box Chatter Box" got created automatically where all comments got stored. The BackList Item is still "Chatter Box". This was not getting created in the personal site and the comments don't go the BackList Item mentioned. Also the User Name in personal site gets defaulted back to <UserName> though it was changed in the previous occasion.

Finally I am trying all this on MOSS 2007

Friday, May 18, 2007 5:22 AM by Jerry Gerald

# re: "ChatterBox" persistent chat session for SharePoint

Jerry,

I haven't tested ChatterBox on MOSS sites.  I'll be sure and do that before releasing the ASP.NET AJAX version.

Thanks!

Friday, May 18, 2007 2:29 PM by Matt Swann

# ChatterBox Too good

Hi Matt, Hey man it works. Well U just need to customize the List item a bit so that the column User Name and Created By gets picked up. Well I believe the ChatterBox should automatically populate these fields but in MOSS its still struggling I guess:) Anyways after this slight modification it does work. And about the 1000 mark, Cant it automatically keep archiving data in the List and cleaning up the List. This should not hinder the performance. And though this ChatterBox can be associated with a scrap book viewable to all cant it be customized to allow rights that only the owner and the other person sees personal chats and not everybody else. The chat window can be public for team discussion or private for internal discussions, cant that be made?

Monday, May 21, 2007 6:13 AM by Jerry Gerald

# re: "ChatterBox" persistent chat session for SharePoint

I've tried to make this work but I only get the input field, the text I type doesn't come on the screen when I hit the send button. Does anyone know what I am doing wrong?

Tuesday, May 22, 2007 10:50 AM by jos van vlimmeren

# SharePoint 2007: Tools Collection

Encontrei num post do blog do JOPX , este conjunto de tools para SharePoint 2007. SharePoint Tips Utility

Saturday, May 26, 2007 9:38 AM by Miguel Isidoro

# re: "ChatterBox" persistent chat session for SharePoint

Hi,

Any idea when SP1 will be released?

Are we talking 3-6 Months time? earlier/later?

Thursday, June 07, 2007 10:51 AM by Chief

# Community Kit for SharePoint 2.0 Pre-Release announcement

About 3 months ago, I pre-announced the kick-off of the Community Kit for SharePoint (CKS) 2.0 effort,

# SharePoint 2007 Tools Collection v2

Another update: SharePoint Tips Utility Pack - package of SharePoint 2007 utilities for administrators

Wednesday, June 20, 2007 8:37 AM by Walter Stiers - Academic Relations Team (BeLux)

# Timestamp missing in chatterbox

What is missing (perhaps a nice to have feature) is the timestamp next to the name of the person - This way, we know 'who' entered text and 'when'..

Wednesday, June 20, 2007 9:29 AM by rsriram22

# re: "ChatterBox" persistent chat session for SharePoint

Will Chatterbox work with SharePoint Services 2.0 (bundled as part of Windows Small Business Server 2003)?

Tuesday, June 26, 2007 4:23 PM by jaysailor

# re: "ChatterBox" persistent chat session for SharePoint

I do not know why they dont publish the .stp or .wbp file to be downloadable.

So that dummies like me try it out.

Peace and Love!

ES

Wednesday, June 27, 2007 9:36 AM by Evaldo Santos

# re: "ChatterBox" persistent chat session for SharePoint

In the AJAX powered version, are there any plans for a bad word filter?  I am looking to integrate this with a WSS 3.0 site, and hoping to use it with the Help Desk template.  Another nice feature would be the ability to create private chat sessions, but having no programming background, I have no idea what I'm really asking for...

Tuesday, August 14, 2007 1:41 PM by Derek

# Chatterbox didn't work

I have installed chatterbox but have the same problem like the other guy above:

"I only get the input field, the text I type doesn't come on the screen when I hit the send button."

Any idea?

Jay

Monday, August 20, 2007 10:03 AM by Jay

# re: "ChatterBox" persistent chat session for SharePoint

Good work guys keep it up. This is a handy tool.

Sunday, September 02, 2007 2:13 AM by Muhammad Saud

# re: "ChatterBox" persistent chat session for SharePoint

I've tried to make this work but I only get the input field, the text I type doesn't come on the screen when I hit the send button. Does anyone know what I am doing wrong?

Wednesday, September 05, 2007 1:55 AM by Prashanth P

# 2007 MOSS Resource Links (Microsoft Office SharePoint Server)

2007 MOSS Resource Links (Microsoft Office SharePoint Server) Here is an assortment of various 2007 Microsoft

Wednesday, September 12, 2007 11:19 AM by The Boiler Room - Mark Kruger, Microsoft SharePoint MVP

# re: "ChatterBox" persistent chat session for SharePoint

"I've tried to make this work but I only get the input field, the text I type doesn't come on the screen when I hit the send button. Does anyone know what I am doing wrong?"

Me too, what could be wrong?

Wednesday, September 26, 2007 11:14 AM by Me too

# re: "ChatterBox" persistent chat session for SharePoint

In order fot the web part to work. you actually need to refresh your browser session. Log-on to your SP site. Go to your page where the chatterbox web part is located. Refresh your browser. the web part will start working and the tex you type will start showing up.

Thursday, September 27, 2007 6:33 PM by crab

# SharePoint Weekly 6

Accurate Metadata Values May Be Difficult to Maintain Over Time in SharePoint Server 2007 - Bill English

Wednesday, October 03, 2007 11:00 AM by Mirrored Blogs

# re: "ChatterBox" persistent chat session for SharePoint

While the web part works great, I am having a problem with the "Title URL" which is automatically being populated with an incorrect URL (the correct URL should be http://myserver/site/chatterboxlist/allitems.aspx but the web part is generating http://myserver/site/site/chatterboxlist/allitems.aspx). When I try to overwrite it, it works until I refresh the page again, when it refreshes with the wrong URL again. Any idea where it is pulling this URL from and how I can overwrite it?

Wednesday, October 17, 2007 7:41 PM by Brian

# re: "ChatterBox" persistent chat session for SharePoint

Same issue -- the web part works, but the Title URL is automatically populated with //myserver/site/site/chatterboxlist/allitems.aspx.  If I change the web part to the correct URL, it works for a few minutes and then returns back to site/site.  Any fix to this?

Thursday, November 01, 2007 10:20 AM by Staci

# re: "ChatterBox" persistent chat session for SharePoint

When i attempt to run the command I recieve a compatibility error.

I verified I am running 11.0.8173 version of sharepoint 2 services.

I also noticed that the path was not

Files\Common Files\Microsoft Shared\Web Server Extensions\12\BIN

and actually was

Files\Common Files\Microsoft Shared\Web Server Extensions\60\BIN

Does anyone have an idea?

Monday, December 17, 2007 1:42 PM by David

# re: "ChatterBox" persistent chat session for SharePoint

ChatterBox is great. To make it better, please add an option to show/hide date-time of post. Thank you. -- Mark Kamoski

Tuesday, December 18, 2007 7:56 AM by Mark Kamoski

# re: "ChatterBox" persistent chat session for SharePoint

David you must use wss 3.0. If you have a 60 folder you are useing wss 2.0.  I tried to add it to wss 2.0 and was unable to as well.  

Wednesday, January 09, 2008 1:43 PM by Kyle

# re: "ChatterBox" persistent chat session for SharePoint

Hi guys,

Any ideas when the new version come out?

Thanks!

Monday, January 28, 2008 10:49 PM by Nick

# re: "ChatterBox" persistent chat session for SharePoint

We are not able to find advance permission in sharepoint 2003; we need to apply the permission on he each & every document.

Wednesday, February 06, 2008 12:51 AM by Varun Malhotra

# re: "ChatterBox" persistent chat session for SharePoint

Any updates on when the next version will be released?

Wednesday, February 06, 2008 10:20 AM by Jerry Rasmussen

# SharePoint resources

Gracias a Mark Kruger (SharePoint MVP) por esta lista de recursos de SharePoint donde podréis encontrar

Monday, February 18, 2008 10:29 AM by SharePoint mola

# SharePoint resources

Gracias a Mark Kruger (SharePoint MVP) por esta lista de recursos de SharePoint donde podréis encontrar

Monday, February 18, 2008 11:17 AM by SHAREPOINTBlogs.com Mirror

# re: "ChatterBox" persistent chat session for SharePoint

SP1 is out, wheres the new chatterbox? I may have to break down and try installing this version!

Friday, February 29, 2008 5:59 PM by Jon

# re: "ChatterBox" persistent chat session for SharePoint

Varun-

Did you get it to work properly on 2003 then? Any heads up on what you did would be greatly appreciated (rei_toei at hotmail dot com)

Tuesday, March 11, 2008 1:59 PM by Laura Bender

# re: "ChatterBox" persistent chat session for SharePoint

Same problems as others, I have the text box, but what I type does not show up. I do see the list was created, but nothing is going into it

Friday, March 28, 2008 12:25 PM by jtrober

# re: "ChatterBox" persistent chat session for SharePoint

I cant get the text to show up, all I see is the text box to type in, but when I type and hit send, nothing. The list was created, but it remains empty, no matter what I type

Friday, March 28, 2008 5:29 PM by jtrober

# Sharing printers

Could some tell me how to set up a shared printer connection between Windows Vista and XP; with XP being the host computer

Monday, April 07, 2008 10:18 AM by Da Doomsta

# re: "ChatterBox" persistent chat session for SharePoint

Has anyone tested the Chatterbox ASP.NET AJAX version yet?

I tried following the install procedures but I am not a programmer and could not get it installed.

Has anyone used it successfully in WSS 3.0 and if so, do you have easier procedures to follow for us "wannabe" programmers?

Thursday, April 17, 2008 4:48 PM by babeach

# re: "ChatterBox" persistent chat session for SharePoint

Has anyone tried setting up the Chatterbox ASP.NET AJAX version yet?

I am not a programmer and cannot get the programs compiled.

Friday, April 18, 2008 3:17 PM by babeach

# re: "ChatterBox" persistent chat session for SharePoint

I've tried to make this work but I only get the input field, the text I type doesn't come on the screen when I hit the send button. Does anyone know what I am doing wrong?

Tuesday, April 22, 2008 7:00 AM by Jenny

# re: "ChatterBox" persistent chat session for SharePoint

Like a few others, I only get the text box, I dont get the actual chat. The list it creates does not populate with any data no matter how much I type in the text box and hit the send button.

If anyone can help me out, please email me at jtrober@hotmail.com

Thanks

Monday, April 28, 2008 3:17 PM by jtrober

# re: "ChatterBox" persistent chat session for SharePoint

Matt, this is exactly what I need, i downloaded and deployed it on our intranet. Looks great, works well. Now I need to slightly modify the code and redeploy it on the portal. The coding part is done, I figured that out, but I've stumbled on the makecab part. Can you please help? Thanks.

oana.hara@att.net

Tuesday, April 29, 2008 3:01 PM by oana

# Chatterbox- how to make a cab

Ok, I got this working. Here are the steps for creating a cab after you modify the code:

- bring manifest.xml, package.ddf and ChatterItems.asmx in your solution

- modify them accordingly (cab name, assembly name, path to the solution)

- modify the code as needed in the chatterbox class

- add these 2 lines in the postBuid events:

cd "C:\....(path to my folder)\ChatterBox\"

MakeCAB /f "package.ddf"

- sign the assembly and deploy it to the GAC

- run the stsadm command line. If you copy/paste from the Readme.doc, make sure it is on one line only. Check if the entry in the webconfig is correct (look at the publickeytoken, version# , culture and safe="true")

- populate the web part gallery

- place the webpart on the page

That's it.

Oana

Friday, May 02, 2008 10:27 AM by oana

# re: "ChatterBox" persistent chat session for SharePoint

I downloaded , installed Chatterbox 1.0 and added Webpart for chatterbox for mysite in Sharepoint2007. I can send the message by hitting SEND button and can see my message. However I cannnot see messages sent by other people. Is there any additional configuration I have to do ? How do I see messages from other users?

Thanks

Thursday, May 22, 2008 2:18 PM by Manjiri

# re: "ChatterBox" persistent chat session for SharePoint

hey everybody the chatterbox was working properly suddenly it stoped working when i send a msg it doesn't appear even so the list is working anybody knows 10x

Tuesday, June 03, 2008 5:31 AM by elie

# re: "ChatterBox" persistent chat session for SharePoint

In the Advanced Settings of the backend list, you might have selected :

Read access:   Only their own  

(instead of "All items")

Tuesday, June 03, 2008 12:57 PM by oana

# re: "ChatterBox" persistent chat session for SharePoint

Can we use Private Messaging with this chatterBox Web Part?

Wednesday, June 04, 2008 10:54 AM by Sean

# Private Messaging?

Hi wondering is this ChatterBox capable of using Private messaging?

thanks

Wednesday, June 04, 2008 10:59 AM by beqi

# re: "ChatterBox" persistent chat session for SharePoint

to make your site better put steps by drawing them on the page so peop;e can see how to make a chater box the you will have a very very good sit then they can give you tips then do it thenkeep going like that you will have heaps of people on your website people should or will write very nice comments and you will feel very happy like when aauthr poeple get mesiges

Monday, June 09, 2008 8:07 AM by brooke

# set properties in chatterBox webpart

I added chatterBox webpart in my sharepoint site but its not working can any body help me  by telling step by step procedure how to set miscellaneous properties in detail.

thanks,

rajkamal

Tuesday, June 24, 2008 9:10 AM by rajkamal29

# re: "ChatterBox" persistent chat session for SharePoint

I'll wait for the Ajax version.  Will that version allow you to set the priority of the chat window to be ON TOP of all others on the Desktop?  Also, if a member wants to chat with you and you are on-line in SharePoint, will you hear a Chime or some other audio alert that someone is wanting to chat?

Thursday, July 24, 2008 5:51 PM by tomsrig

# re: "ChatterBox" persistent chat session for SharePoint

Hi,

I am currently looking at the Chatter Box 1.0 and does anyone know if this can be useful in MOSS? Will it work in a secure and non secure site?

Can anyone please give me instructions on how I can install this on my server?

Thursday, August 21, 2008 7:02 AM by jdyturralde@hotmail.com

# re: "ChatterBox" persistent chat session for SharePoint

I have been using this chatter box web part for the past 6 or 7 months and haven’t had any major snags.  The site is running over 443 with a cert.

Wednesday, September 03, 2008 2:00 PM by kyle

# web tasarım

thank you thank you http://www.parcakontorbayiniz.com

Monday, August 03, 2009 6:57 AM by web tasarım

# re: "ChatterBox" persistent chat session for SharePoint

I started using ChatterBox today, after a co-worker described what she needed on her site.  This tool will work very well.

However, there is one problem that can be duplicated.  If a new SharePoint site is created on an existing collection, as in a new tab, and then the ChatterBox is added, clicking on "ChatterBox" goes to the wrong URL for the Item List.  The name of the site is inserted twice in the URL.

I went into the web part modications where the Advanced section allows for the URL to be updated.  It shows the repeated portion, and I adjusted it.  This works---until the site page is refreshed, which causes the URL to be wrong again.

Wednesday, August 19, 2009 7:47 PM by Urantian

Leave a Comment

(required) 
required 
(required) 

  
Enter Code Here: Required
 
Page view tracker