You are here

README.txt in Private Message 8

Same filename and directory in other branches
  1. 8.2 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Maintainers


INTRODUCTION
------------

The Private Message module allows for private messages between users on a site.
It has been written to be fully extendable using Drupal 8 APIs.

 * For a full description of the module visit
   https://www.drupal.org/node/2871948

 * To submit bug reports and feature suggestions, or to track changes visit
   https://www.drupal.org/project/issues/private_message


REQUIREMENTS
------------

This module requires no modules outside of Drupal core.


INSTALLATION
------------

Install the Private Message module as you would normally install a contributed
Drupal module. Visit https://www.drupal.org/node/1897420 for further
information.


CONFIGURATION
-------------

    1. Navigate to Administration > Extend and enable the Private Message
       module.
    2. Navigate to Administration > People > Permissions and give permission to
       use the private messaging system to at least one role. Save permissions.
    3. To write a private message to another user, navigate to the path
       /private_messages.

Configuring the Private Message Inbox Block
    1. Navigate to Administration > Structure > Block Layout.
    2. Find the Private Message Inbox Block and select the Configure button.
    3. Give the block a title.
    4. Select the number of threads to show in the block.
    5. Select the number of threads to be loaded with ajax.
    6. Select an Ajax refresh rate. This is the number of seconds between checks
       if there are any new messages. Note: setting this number to zero will
       disable refresh and the inbox will only be refreshed upon page refresh.
    7. In the Visibility horizontal tab section there are three options for
       visibility: Content types, Pages and Roles.
    8. The user may also want to set the block to only show on the following
       paths:
        * /private_messages
        * /private_messages/*
       This will limit the block to only show on private message thread pages.
    9. Select to region for block display from the Region dropdown.
    10. Save block.

Configuring the Private Message Notification Block
    1. Navigate to Administration > Structure > Block Layout.
    2. Find the Private Message Notification Block and select the Configure
       button.
    3. Give the block a title.
    4. Select an Ajax refresh rate. This is the number of seconds between checks
       if there are any new messages. Note: setting this number to zero will
       disable refresh and the inbox will only be refreshed upon page refresh.
    5. In the Visibility horizontal tab section there are three options for
       visibility: Content types, Pages and Roles.
    6. Select to region for block display from the Region dropdown.
    7. Save block.

To Configure Private Message Threads
    1. Navigate to Administration > Structure > Privates Messages > Private
       Message Threads.
    2. Select the Manage fields tab and fields can be added as with any other
       entity.
    3. Select the Manage display to order the items in a thread.
    4. Save block.

For other use stories and configurations, please visit
https://www.drupal.org/node/2871948


Note: if Bartik is not the enabled theme, the Private Message Inbox block will
need to be placed in a region somewhere on the page.


MAINTAINERS
-----------

Current maintainers:

 * Jay Friendly (Jaypan) - https://www.drupal.org/u/jaypan
 * Eduardo Telaya (edutrul) - https://www.drupal.org/u/edutrul

Supporting organizations:

 * Jaypan - https://www.drupal.org/jaypan

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * Maintainers
  8. INTRODUCTION
  9. ------------
  10. The Private Message module allows for private messages between users on a site.
  11. It has been written to be fully extendable using Drupal 8 APIs.
  12. * For a full description of the module visit
  13. https://www.drupal.org/node/2871948
  14. * To submit bug reports and feature suggestions, or to track changes visit
  15. https://www.drupal.org/project/issues/private_message
  16. REQUIREMENTS
  17. ------------
  18. This module requires no modules outside of Drupal core.
  19. INSTALLATION
  20. ------------
  21. Install the Private Message module as you would normally install a contributed
  22. Drupal module. Visit https://www.drupal.org/node/1897420 for further
  23. information.
  24. CONFIGURATION
  25. -------------
  26. 1. Navigate to Administration > Extend and enable the Private Message
  27. module.
  28. 2. Navigate to Administration > People > Permissions and give permission to
  29. use the private messaging system to at least one role. Save permissions.
  30. 3. To write a private message to another user, navigate to the path
  31. /private_messages.
  32. Configuring the Private Message Inbox Block
  33. 1. Navigate to Administration > Structure > Block Layout.
  34. 2. Find the Private Message Inbox Block and select the Configure button.
  35. 3. Give the block a title.
  36. 4. Select the number of threads to show in the block.
  37. 5. Select the number of threads to be loaded with ajax.
  38. 6. Select an Ajax refresh rate. This is the number of seconds between checks
  39. if there are any new messages. Note: setting this number to zero will
  40. disable refresh and the inbox will only be refreshed upon page refresh.
  41. 7. In the Visibility horizontal tab section there are three options for
  42. visibility: Content types, Pages and Roles.
  43. 8. The user may also want to set the block to only show on the following
  44. paths:
  45. * /private_messages
  46. * /private_messages/*
  47. This will limit the block to only show on private message thread pages.
  48. 9. Select to region for block display from the Region dropdown.
  49. 10. Save block.
  50. Configuring the Private Message Notification Block
  51. 1. Navigate to Administration > Structure > Block Layout.
  52. 2. Find the Private Message Notification Block and select the Configure
  53. button.
  54. 3. Give the block a title.
  55. 4. Select an Ajax refresh rate. This is the number of seconds between checks
  56. if there are any new messages. Note: setting this number to zero will
  57. disable refresh and the inbox will only be refreshed upon page refresh.
  58. 5. In the Visibility horizontal tab section there are three options for
  59. visibility: Content types, Pages and Roles.
  60. 6. Select to region for block display from the Region dropdown.
  61. 7. Save block.
  62. To Configure Private Message Threads
  63. 1. Navigate to Administration > Structure > Privates Messages > Private
  64. Message Threads.
  65. 2. Select the Manage fields tab and fields can be added as with any other
  66. entity.
  67. 3. Select the Manage display to order the items in a thread.
  68. 4. Save block.
  69. For other use stories and configurations, please visit
  70. https://www.drupal.org/node/2871948
  71. Note: if Bartik is not the enabled theme, the Private Message Inbox block will
  72. need to be placed in a region somewhere on the page.
  73. MAINTAINERS
  74. -----------
  75. Current maintainers:
  76. * Jay Friendly (Jaypan) - https://www.drupal.org/u/jaypan
  77. * Eduardo Telaya (edutrul) - https://www.drupal.org/u/edutrul
  78. Supporting organizations:
  79. * Jaypan - https://www.drupal.org/jaypan