How to add a chat room to a Plone site
by
T. Kim Nguyen
—
last modified
Jun 16, 2009 01:32 PM
Here is how I set up this chat room / lounge:
- clone the Document portal_type to ChatDocument
- customize the document_view template
- rename it chat_view
- stick an iframe inside it that has a src URL to http://air.namshubenki.operaunite.com/the_lounge/lounge.html
- back in the portal_type for ChatDocument add the new chat_view template to the list of allowable views
- add a ChatDocument to the site using the normal "add item" drop down
- use the "display" drop down to pick the chat view
On this site I have two chat views now, one for the #plone IRC, the other for the Opera Unite lounge at http://air.namshubenki.operaunite.com/the_lounge/lounge.html











