Skip to content
Snippets Groups Projects
Select Git revision
  • 8.x-1.0-beta8
  • 8.x-1.x default
  • 8.x-1.1
  • 8.x-1.0
  • 8.x-1.0-beta10
  • 8.x-1.0-beta9
  • 8.x-1.0-beta7
  • 8.x-1.0-beta6
  • 8.x-1.0-beta5
  • 8.x-1.0-beta4
  • 8.x-1.0-beta3
  • 8.x-1.0-beta2
  • 8.x-1.0-beta1
  • 8.x-1.0-alpha12
  • 8.x-1.0-alpha11
  • 8.x-1.0-alpha10
  • 8.x-1.0-alpha9
  • 8.x-1.0-alpha8
  • 8.x-1.0-alpha7
  • 8.x-1.0-alpha6
  • 8.x-1.0-alpha4
21 results

message_thread

  • Clone with SSH
  • Clone with HTTPS
  • Kent Parker's avatar
    Kent Shelley authored
    e9497141
    History

    CONTENTS OF THIS FILE

    • Introduction
    • Requirements
    • Installation
    • Configuration
    • Maintainers

    INTRODUCTION

    The Message Thread module enables messages to be grouped into threads or conversations. For instance, it is used with the Message Private module to create conversations between individuals and groups of individuals.

    REQUIREMENTS

    This module requires the following outside of Drupal core.

    Message stack modules including:

    INSTALLATION

    CONFIGURATION

    -Install module as normal or using composer or drush 1. Navigate to Administration > Extend and enable the module and its dependencies. 2. Along with the Private Message module, the Message Thread module creates a default message thread called "Conversation". 3. Navigate to Administration > People > [User to edit] > Conversations and start a new conversation. 4. Add the conversation's participants and select "Create". 5. Once the conversation is created, send a message. All messages sent within that conversation are shown on the conversation page. 6. Set permissions to allow roles to create message threads and private message.

    Features:

    • The module keeps track of who is (and was) in the conversation.
    • The module enables the user to add fields such as title to a conversation.
    • The module enables an individual to have simultaneous conversations with different people and keep the conversations separate in the inbox.

    MAINTAINERS