• Take time to read Forum Rules | Hot Note | Why You Choose Us?
  • We appreciate everyone who shares their resources and those who send them to us to be shared on our forum.

    We try as much as possible to share untouched or original script without nulling them. But incase you need a null version contact us and our nulling team will advise.

  • Submit ten (10) resources and apply to become a Moderator of Scriptzhub. | We are currently we are currently experiencing technical difficulties with email service. To create an account send your username and password to daviruzsystems@gmail.com.
Resource icon

Xenforo Addons Alert Improvements by Xon v2.10.11

No permission to download
A collection of improvements to the XenForo Alerts system.

This add-on requires php 5.6 or newer.
This add-on requires XF 2.0.10 or newer.

Do not use MySQL statement-based replication with this add-on

Features
  • For threads/conversation/profile pages, automatically marks alerts as read from content on a given page when viewed.
  • Mark unread link for individual alerts on the Alerts page.
  • Supports the following add-ons:
    • Content Ratings 1.3.x
  • Global Optional, Alert summarization by selected content type or user
  • User Option to prevent marking as read when accessing /accounts/alerts page.
  • User Option to prevent summarization when accessing /accounts/alerts page.
  • User Option to adjust summarization threshold
Supported content types for alert summarization
  • Posts, Conversation, Profile post, profile post comments Likes
  • Ratings (From Content Ratings)
  • Various conversation related alerts from Conversation Essentials for XF2
Performance impact
  • Adds an extra column to xf_alert.
    • Code:
      alter table xf_user_alert summerize_id add int(10) unsigned DEFAULT NULL
  • 1 extra SELECT query per thread page request when the user has more than zero active alerts.
    • If there are alerts to mark as read, then an extra UPDATE is required.
Alert Summarization Performance impact
  • On accessing alerts above the summarize threshold, fetches all unread alerts and attempts to group them in PHP.
  • On successfully generating summary alerts, 2 queries are done. 1 insert to add the summary alert, 1 updating summarized alerts
  • Like
Reactions: MacroZ
Author
Avinash
Downloads
2
Views
280
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from

Share this resource

Latest updates

  1. Alert Improvements by Xon v2.10.11

    Add explain text to the "Use custom" value for "Alerting Preferences" per-user option Add...
  2. Alert Improvements by Xon 2.10.10

    Fix incorrect phrase for default alert type in admincp Fix new alert types could be opted out by...
  3. Alert Improvements by Xon 2.10.8

    Fixes for grouped/summarized alerts Group by newest alert not oldest when computing alert...

Similar resources

A collection of improvements to XF's Enhanced Search and some for XenForo's default MySQL search.
0.00 star(s) 0 ratings
Downloads
0
Updated
number of helper utilities designed to ease add-on development
0.00 star(s) 0 ratings
Downloads
1
Updated
Back
Top