Resource icon

Unmaintained Full Message Text Permission 1.3.0

No permission to download
  • Split Maximum message text length into Partial message text length & Full message text length options.
    • Allows truncating partial and "full" message text independently.
  • Like
Reactions: kontrabass
  • Consistently expose configurable registration default for always sending watched thread emails and allow admins to edit a user's configuration
  • Add under Contact details to be consistent with other email options
  • Like
Reactions: kontrabass and Luis
New features:
  • Always email watched thread notifications, instead of last visit.
    • Per-forum permissions.
    • Per-user opt-in.
    • User registration default.
  • Truncate message to a particular length instead of emailing the full text.


New Options under 'Full Message Text Permission':
  • Maximum message text length
    • In characters, Default zero, rounds to the nearest word less than the limit. Then renders to bbcode/text.
  • Allow always emailing watched threads
    • Default off, as there is a minor performance hit due to extra decoding that happens regardless of if the forum supports always sending watched thread notifications.

To bulk opt-in watch thread notifications:
Code:
update xf_user_option set fmp_always_email_notify = 1;
Ensure the users have the relevant permission.
Option to always send emails triggered by warning conversations in full.
  • Like
Reactions: kontrabass
Top Bottom