2017 © Pedro Peláez
 

elgg-plugin mentions

image

elgg/mentions

  • Tuesday, January 10, 2017
  • by beck24
  • Repository
  • 14 Watchers
  • 19 Stars
  • 756 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 24 Forks
  • 27 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

Mentions plugin

  • Replaces @username with links to the user's profile
  • Sends notifications to users mentioned in posts

Notes

Supported content types

To add support for custom object or annotation types in outgoing notifications, add a corresponding language key pair to your language file:, (*1)

mentions:notification_types:object:<object_type> mentions:notification_types:annotation:<annotation_name>, (*2)

Object fields scanned for mentions

Use 'get_fields','mentions' hook to expand the scope of scanned fields beyond object title and description. The hook receives entity and expects and array of fields in return., (*3)

Replacement of mentions with anchors

To add a view which should be scanned for @mentions and replaced with an anchor, use 'get_views', 'mentions' hook., (*4)

The Versions

10/01 2017

2.3.x-dev

2.3.9999999.9999999-dev

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

17/07 2016

dev-master

9999999-dev

  Sources   Download

GPL-2.0

The Requires