You are here

INSTALL.txt in Privatemsg 5.3

Same filename and directory in other branches
  1. 5 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:
 - read/write/delete messages
 - reply to message with quoting
 - new messages support (block and page)
 - folders
 - pruning
 - contact list
 - option to get mail if you have unread messages

If you want to create a link to send a user a message, use:
l(t("send private message"), "privatemsg/msgto/$user->uid"))

Send comments to marco@porciletto.org.


Requirements
------------
This module requires Drupal 4.7+.


Installation
------------

1. Copy the files to the Drupal modules/privatemsg directory. Drupal should automatically detect it. Enable in administration/site configuration/modules.

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".

3. Enjoy!


Author
------

Marco Molinari <marco@porciletto.org>


Upgrading
---------

If you are upgrading from versions before 29-Apr-2005, you will need to run the
appropriate SQL statements from the privatemsg.install file.  Open the file in a
text editor to determine which statements you will need to run.

File

INSTALL.txt
View source
  1. Readme
  2. ------
  3. This is my first Drupal module: a very basic private messaging module.
  4. It allows your site's visitors to send private messages to each other.
  5. It does not use Jabber at all (but could be fun to use it).
  6. Features:
  7. - read/write/delete messages
  8. - reply to message with quoting
  9. - new messages support (block and page)
  10. - folders
  11. - pruning
  12. - contact list
  13. - option to get mail if you have unread messages
  14. If you want to create a link to send a user a message, use:
  15. l(t("send private message"), "privatemsg/msgto/$user->uid"))
  16. Send comments to marco@porciletto.org.
  17. Requirements
  18. ------------
  19. This module requires Drupal 4.7+.
  20. Installation
  21. ------------
  22. 1. Copy the files to the Drupal modules/privatemsg directory. Drupal should automatically detect it. Enable in administration/site configuration/modules.
  23. 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".
  24. 3. Enjoy!
  25. Author
  26. ------
  27. Marco Molinari
  28. Upgrading
  29. ---------
  30. If you are upgrading from versions before 29-Apr-2005, you will need to run the
  31. appropriate SQL statements from the privatemsg.install file. Open the file in a
  32. text editor to determine which statements you will need to run.