hypejunction/hypeinbox

Enhanced messaging for Elgg — multiple inboxes, message threading, and real-time updates.

Maintainers

Package info

github.com/hypeJunction/Elgg3-hypeInbox

Type:elgg-plugin

pkg:composer/hypejunction/hypeinbox

Statistics

Installs: 387

Dependents: 0

Suggesters: 0

Stars: 1

11.0.0 2026-05-10 10:15 UTC

README

Enhanced messaging for Elgg — multiple inboxes, message threading, and real-time updates.

Elgg 7.x

Features

  • Define new message types and messaging rules (based on sender and recipient roles and relationships)
  • Multiple inboxes for private messages and custom message types
  • Message threading - messages are grouped based on message title and recipients
  • Multi-user threads
  • Real-time updates
  • Message attachments (requires hypeAttachments)
  • Integration with hypeApprove and ArckInteractive's roles (extendable via hooks)
  • Message search

Screenshots

Compose a message interface Inbox view Popup view

Acknowledgements

  • Plugin is inspired and partially sponsored by Whitemoor School

Usage / Configuration

The plugin allows you to define new types of communication between users. To configure new message types, you can use recipient roles, sender roles and relationships between them

For example, if you would like to allow users to send 'homework' to their supervisors, you would use the following configuration:

  • Sender type: Any user
  • Recipient type: Supervisor
  • Relationship: Supervisor
  • Inverse relationship: yes
  • Group relationship: --blank--

If you would like to allow Editors to send 'notices' to Administrators, you would use the following:

  • Sender type: Editor
  • Recipient type: Administrator
  • Relationship: --blank--
  • Inverse relationship: --blank--
  • Group relationship: --blank--

If you would like to allow Group exchange between members of the same group, you would use the following:

  • Sender: Any user
  • Recipient: Any user
  • Relationship: --blank--
  • Inverse relationship: --blank--
  • Group relationship: member

Compatibility

Plugin version Elgg version
7.0.0 7.x
6.0.0 6.x
5.0.0 5.x
4.0.0 4.x
3.0.0 3.x