Watched Threads Filtering

Watched Threads Filtering 1.11.3

No permission to buy ($30.00)
  • 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
  • Require Standard Lib v1.7.1+
  • If installed, require Optimized List Queries v2.8.0+
  • Force global namespace for functions which are known to be optimizable to bytecode in php
  • Fix compatibility when extending setting state for all watched threads
  • Add sorting by;
    • Word count (if Threadmarks & Word Count add-on is installed)
    • Last threadmark date (if Threadmarks v2.11.0+ is installed)
    • Last watcher count (if Threadmarks v2.11.0+ is installed)
  • Fix sorting by thread first reaction post in watched thread list was non-functional due to XF2.0 references
  • Fix sorting by thread first reaction post in watched thread list was non-functional due to XF2.0 references
  • Tweak extending watched thread query to hopefully improve performance when a user has a staggeringly large number of watched threads
  • Like
Reactions: JoyFreak
  • Fix uninstaller removing the wrong column from xf_forum, only affects forums which uninstall this add-on. To re-add;
    SQL:
    alter table xf_forum add allowed_watch_notifications varchar(20) not null default 'all';
  • Fix template error when Threadmarks v2.7.1 or earlier is installed
  • Support filtering by Threadmark index status (Requires Threadmarks v2.8.0+ for this feature)
  • Requires php 7.0+
  • Requires XenForo 2.1+
  • Now depends on Standard Library by Xon (v1.1.0+)
  • Confirmed support for XF2.2+
  • Like
Reactions: TickTackk
  • Rework pruning watched thread backup tables to avoid deadlocks/interrupted queries for large installations
Back
Top Bottom