PloneChat is a new content type. It allows multiple visitors of a website to chat with each other.
An optional moderation system is integrated, and may be appropriate in some situations. It allows moderators to block or edit incoming messages.
A list of members connected to the chat is available next to the chat frame.
PloneChat has been designed by the
Ingeniweb
team.
And, of course, it's Open-Source (GPL licence).
PloneChat is a new content type that can be added by the 'manage add' menu.
A new interface is available to define local roles for the chat. So the manager of the chat can choose, who will by able to participate in the chat.
Moderation is based on Zope's roles, according to the following schema:
- The 'Member' role gives a user the permission to chat. In moderation mode, messages of 'Members' may be moderated.
- The 'Owner' role gives a user the ability to chat. Messages of 'Owners' are not moderated, even in moderation mode.
- If moderation mode is active, the 'Reviewer' role gives a user the ability to moderate messages from users with the 'Member' role.
The chat main frame is an iframe that refreshes every X seconds.
So works the connected members frame.
All the content of the chat is kept, even if the users leaves the chat.
PloneChat is shipped as a tarball for Plone.
See
The Ingeniweb Projects
for more information.
Official releases
Releases are now hosted by SourceForge. The latest release can always be found
here
.
-
2.0
(2004-03-23) : Add clear feature to empty chat content.
-
2.0Beta1
(2004-01-06) : List of connected chat members. Compatible with Plone 1
and
Plone 2.
-
0.4
(2003-09-01) : Support for Plone 1.0.4 added.
-
0.3
(2003-03-31) : The improved product fully operative.
CVS
You can checkout the CVS anonymously with the following commands:
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/ingeniweb login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/ingeniweb co PloneChat
You can browse CVS at
Sourceforge
.
Here comes a few screenshots of PloneChat administration interface.
The moderation screen allows message modification or suppression
The chat view
View of the users with specific role for the chat
Give a specific Role to a user
Here are some links of interest regarding PloneChat and other assorted tools.