Message Box

Component ID

194835

Component name

Message Box

Component type

module

Component security advisory coverage

not-covered

Downloads

1277

Component created

Component changed

Component body

This is Fork of the messenger project at http://drupal.org/project/messenger

Note the HEAD version of Messagebox is under active development - with several changes to the database structure as I move to make it easier to integrate into the node structure of drupal. I will attempt to make it easy for you to migrate over to the newer releases as I make changes. i.e. provide import functionality from your previous version of messagebox, messenger and also privatemsg.

Messagebox has few more features than available in messenger. It currently uses the same database tables as messenger does and will let you migrate over to this version if necessary. It adds the following features to messenger - with more planned.

- send messages to multiple users in one go.
- OG aware so you can limit your users to only send messages within the group
- Adds ability to store sent messages
- Provides a messagebox format with tabs for New Message, Inbox, Sent and Archived (Read Messages)
- Allows you to forward a node as an attachment to a message - adds a "forward" link to the selected content types

next release
- ajax updated/delete/mark read functionality
- add a new message block anywhere on your page
- ability to theme display of individual messages in the message block.

Planned features in no particular order:
- Store Messages as nodes - opening up the possibility of creating CCK content as messages
- Extending Ajax to play nice with the tabbed interface - the current tabbed interface is in lieu of the ajax update functionality - however the messenger block is still ajaxified.
- ability to send to messages (shoutouts) to entire OG group by using addresses as og:[group name]
- allowing moderation of messages by group administrator
- email received messages to user

Comments and feedback welcomed.