Skip to content
WildcardSearch edited this page Jan 1, 2013 · 4 revisions

A short list of changes MentionMe makes and the methods that it uses.

Changes

  1. There is one setting added to the MyAlerts settingsgroup (if available) which allows global on/off for the mention alerts.
  2. There is a setting group and one setting created to disable/enable advanced matching (off by default).
  3. Without MyAlerts integration 1 hook is used; with MyAlerts integration 7 hooks are used.
  4. There is one additional checkbox added in UCP -> Alert Settings to enable/disable mention alerts.
  5. An index is been added to the myalerts_settings field of table mybb_users called mention.
  6. This index (mybb->user['myalerts_settings']['mention']) is set to enable mention alerts for all users by default.

File List

The MyBB release package now contains one unnecessary file, patches-mention_codebutton.xml, which is for those who use the patches plugin to instantly add a code button for mentions.

  • inc
    • plugins
      • mention.php
      • MentionMe
        • mention_alerts.php
        • mention_install.php
    • languages
      • english
        • mention.lang.php
Clone this wiki locally