• A valid XenForo Licence validation token will be required to complete signup and purchasing.
    This may retrieve this from the XenForo Customer Area.
  • All XenForo 2.3+ add-ons require at least php 8.0, recommend php 8.2+
    All XenForo 2.2+ add-ons require at least php 7.2, recommend php 8.x
    All XenForo 2.0-2.1 add-ons require at least php 5.6, recommend php 7.x.
    The Standard Library add-on is also required.
    Older php versions are not supported, and add-ons will either refuse to install or fail to function.
  • Automatic discounts are applied for orders above $100 USD (10%) or for early renewals (5%)

Watched Threads Filtering

Make the watched thread list more like XF1, but better
  • unread_watched_threads.png
    unread_watched_threads.png
    13.6 KB · Views: 336
  • unread_watched_threads.png
    unread_watched_threads.png
    13.6 KB · Views: 407
  • unread_watched_threads_filter.png
    unread_watched_threads_filter.png
    32.5 KB · Views: 353
  • unread_watched_threads_filter.png
    unread_watched_threads_filter.png
    32.5 KB · Views: 405
  • unread_watched_threads_filter_by_forum.png
    unread_watched_threads_filter_by_forum.png
    16 KB · Views: 333
  • unread_watched_threads_filter_by_forum.png
    unread_watched_threads_filter_by_forum.png
    16 KB · Views: 397

Overview Feature list Releases (30)

XenForo 2 removes the unread view from the watched thread list, but adds filtering in various other places.

Watched threads backups
  • When a mass watched threads deletes happen, a backup is created
  • Prompts users to restore if there is an empty list
  • Adds a menu dropdown under "manage watched threads" menu"
  • Optional expiry period for used vs unused backups
  • Supports backing up/restoring Threadmark read tracking as well
Send notifications by default for
  • Enrolls new users to automatically watch a forum
  • When editing a user in the admincp, add an option to enroll the user for default-watches in forums they can view
  • When a user is made a moderator, enroll the user for default-watches in forums they can view
Filtering watched threads
  • Adds filtering with the default "unread" filter for the watched thread list.
  • Supports filtering by forums, unread status, last update status, etc.

Integrates with Word Count Search and MultiPrefix, , and Thread Starter Alerts

Auto-watch forums

To enroll all forums to be watched for new threads by default;
SQL:
update xf_forum
set send_notifications_for_by_default = 'thread';

To enroll all forums to be watched for new threads by followers by default (Requires Thread Starter Alerts v2.1.0+);
SQL:
update xf_forum
set send_notifications_for_by_default = 'followed_user_thread';

Update existing user's watched forum configuration( Requires Thread Starter Alerts v2.1.0+);
SQL:
insert ignore into xf_forum_watch (user_id, node_id, notify_on,send_alert)
select xf_user.user_id, xf_forum.node_id, 'followed_user_thread', 1
from xf_user, xf_forum
where xf_user.is_banned = 0 and xf_user.user_state = 'valid'

Product Information

XenForo 2.2.x php 7.2+
Seller
Atelier Aphelion
Release date
Last update
Customer rating
0.00 star(s) 0 ratings

Pricing information

12 Months
$30.00
Renewal cost
$20.00

Share this product

Back
Top