CHANGELOG.txt |
CHANGELOG.txt |
|
30 April 2005
-------------
- Added pager to message lists
- Added PostgreSQL support
- Use input formats for private messages (allow HTML in messages)
26 March 2004
-------------
- Removed custom _form_submit in favor of "attributes"… |
CREDITS.txt |
CREDITS.txt |
|
This module was made by Marco Molinari <marco@porciletto.org>
and is currently maintained by Tom Dobes <tomdobes@purdue.edu>.
Some maintenance also done by Alan Harder <alan.harder@sun.com>.
Almost whole concept from similar systems… |
INSTALL.txt |
INSTALL.txt |
|
Readme
------
This is my first Drupal module: a very basic private messaging module.
It allows your site's visitors to send private messages to each other.
It does not use Jabber at all (but could be fun to use it).
Features:
-… |
privatemsg.css |
privatemsg.css |
|
.pm-view-table {
width: auto;
}
.pm-view-table .title-cell {
font-weight: bold;
text-align: right;
}
.pm-view-table .data-cell {
width: 100%;
}
.pm-block-link {
margin-left: 1em;
}
.pm-spacer {
margin-left: 1em;
}
#center… |
privatemsg.info |
privatemsg.info |
|
name = Private messages
description = Allow private messages between users.
package = Mail |
privatemsg.install |
privatemsg.install |
|
|
privatemsg.module |
privatemsg.module |
|
|
README.txt |
README.txt |
|
A module to send private messages in a Drupal site. |
TODO.txt |
TODO.txt |
|
TODO:
- messages should be nodes (not a good idea, perfomance wise)
- get rid of javascript (now used very few, just in contact list)
- sort messages per author/date/ecc
- mix with mail (receive a mail in your mailbox, answer by email)
- option to… |