| Commit | Line | Data |
|---|---|---|
| e50464be MM |
1 | Readme |
| 2 | ------ | |
| 3 | ||
| c89656a9 TD |
4 | This is my first Drupal module: a very basic private messaging module. |
| 5 | It allows your site's visitors to send private messages to each other. | |
| 6 | It does not use Jabber at all (but could be fun to use it). | |
| e50464be | 7 | |
| c89656a9 | 8 | Features: |
| 939d3820 MM |
9 | - read/write/delete messages |
| 10 | - reply to message with quoting | |
| 11 | - new messages support (block and page) | |
| 12 | - folders | |
| 13 | - pruning | |
| 14 | - contact list | |
| 15 | - option to get mail if you have unread messages | |
| 16 | ||
| 17 | If you want to create a link to send a user a message, use: | |
| 18 | l(t("send private message"), "privatemsg/msgto/$user->uid")) | |
| e50464be MM |
19 | |
| 20 | Send comments to marco@porciletto.org. | |
| 21 | ||
| 22 | ||
| 23 | Requirements | |
| 24 | ------------ | |
| 738b232d | 25 | This module requires Drupal 4.7+. |
| e50464be MM |
26 | |
| 27 | ||
| 28 | Installation | |
| 29 | ------------ | |
| 30 | ||
| 738b232d | 31 | 1. Copy the files to the Drupal modules/privatemsg directory. Drupal should automatically detect it. Enable in administration/site configuration/modules. |
| e50464be | 32 | |
| 738b232d | 33 | 2. Check "access private messages" in "roles and permissions" in the administration; anonymous users should not have permission. You can also change something in "settings and filters". |
| e50464be | 34 | |
| 738b232d | 35 | 3. Enjoy! |
| e50464be MM |
36 | |
| 37 | ||
| 38 | Author | |
| 39 | ------ | |
| 40 | ||
| 41 | Marco Molinari <marco@porciletto.org> | |
| 42 | ||
| c89656a9 TD |
43 | |
| 44 | Upgrading | |
| 45 | --------- | |
| 46 | ||
| 738b232d AH |
47 | If you are upgrading from versions before 29-Apr-2005, you will need to run the |
| 48 | appropriate SQL statements from the privatemsg.install file. Open the file in a | |
| c89656a9 | 49 | text editor to determine which statements you will need to run. |