Watched Threads Filtering

Watched Threads Filtering 1.11.5

No permission to buy ($30.00)
  • Require Standard Library by Xon v1.8.0+
  • If installed, strongly recommend MultiPrefix v2.9.0+
  • Fix editing a forum would not correctly display the selected "Send notifications by default for" value
  • Fix prefix filtering without MultiPrefix installed would not render
  • Rebuild prefix/forum filtering rendering into template macros (svWatchedThreadFiltering_macros::render*) for HTML template generation to expose greated customization for styling.
  • Fix blocking saving forum nodes which have "Send notifications by default for" set to "none"
  • 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
Back
Top Bottom