Watched Threads Filtering

Watched Threads Filtering [Paid] 1.10.3

No permission to buy ($30.00)

Xon

Well-known member
Xon submitted a new resource:

Watched Thread Filtering - Make the watched thread list more like XF1, but better

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

This add-on adds filtering with the default "unread" filter for the watched thread list.

Supports filtering by forums, unread status, last update status, etc.
View attachment 191232

Known issues;
  • Does not integrate with Multi-Prefix correctly
  • Is not supported by Word Count Search

Read more about this resource...
 
Not sure if this is out of the scope of this addon, but it'd be great to be able to filter types of content seen on the Latest Activity page.
 
Xon updated Watched Thread Filtering with a new update entry:

1.1.5 - Bugfix update

  • Add options icon
  • Fix missing css for watched threads page when the thread list is empty
  • Integrate with Optimized List Queries to hopefully support better query performance
  • Reduce query count for fetching phrases, recommened MultiPrefix v2.5.13+ if MultiPrefix is installed.
  • Work-around for Watched Forum alerts not being sent when "Replies to a watched thread" alert opt-out is set

Read the rest of this update entry...
 
Report this too but was marked "As designed" 😐
I've updated this add-on to contain a work-around so alerts are sent anyway
 
Xon updated Watched Thread Filtering with a new update entry:

1.2.1 - Feature update

  • Disable workaround for Watched Forum alerts being unexpectedly ignored for XF2.1.4+
  • Add "Send notifications by default for" to setup new users to watch a forum an recieve alerts (not emails)

    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'

Read the rest of this update entry...
 
Last edited:
Xon updated Watched Threads Filtering with a new update entry:

1.3.0 - Feature Update

  • Require XF2.1+
  • Show that a user has no watched threads if they have the unread filter applied
  • Add "watched threads backups" feature
    • 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 backingup/restoring Threadmark read tracking as well

Read the rest of this update entry...
 
Does this add-on only work for watched threads list? Or it can also apply in normal thread filter?
 
Top Bottom