Alert Improvements by Xon

Alert Improvements by Xon 2.14.5

No permission to download
XF Compatibility
  1. 2.2.x
  2. 2.3.x
Short Description
A collection of improvements for XenForo Alerts system. Requires php 5.6+. Features include automatic read marking and unread link support. Supports Content Ratings add-on with user options for customization.
A collection of improvements to the XenForo Alerts system.

This add-on requires php 5.6 or newer

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
  • Global Optional, Alert summerization by selected content type or user
  • User Option to prevent marking as read when accessing /accounts/alerts page.
  • User Option to prevent summerization when accessing /accounts/alerts page.
  • User Option to adjust summerization threshold

Supported content types for alert summerization

  • Posts, Conversation, Profile post, profile post comments Likes
  • Ratings (From Content Ratings)

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 Summerization Performance impact

  • On accessing alerts above the summerize 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 summerized alerts.
  • Like
Reactions: Vex
Author
newimage
Views
1,006
Extension type
zip
File size
89.8 KB
First release
Last update
Ratings 0.00 star(s) 0 ratings
Link was Broken? Send message to the Website Team and we will assist you quickly!
Support Developer If you are satisfied with the test or your project has earned you money, Click the More Information button to support the developer by purchasing.

Latest updates

  1. 2.14.5 - change log
    Disable style variation support for Unread alert icon/Just toggled read alert icon/Recent alert icon style properties as this causes unexpected...
  2. 2.14.4 - change log
    Fix conversation message reactions summarization had a bad link to the conversation message Attempt to reduce transaction size when rebuilding...
  3. 2.14.3 - change log
    php 8.4+ compatibility fixes Improve XF Cloud support Fix alert summarizing blocks viewing alerts with "Please enter a number that is no more than...

More resources from newimage

SEO Audit - SEO Analytics, Pretty URL, Image & Sitemap N
Hit Google top #1 with best SEO practices 2021! Extremely good
XenForo Enhanced Search N
an add-on that replaces the built-in XenForo search system
Claue - Clean, Minimal Magento 2 and 1 Theme N
  • Featured
an excellent template for a modern and clean eCommerce store

Similar resources

[Xon] Search Improvements N
A collection of improvements to XF's Enhanced Search and some for XenForo's default MySQL search.
Attachment Improvements By Xon N
Support for SVG attachments to be displayable as normal images.
Conversation Improvements by Xon A
A collection of improvements to the XenForo Conversation system.
Back
Top