• Require Standard Library by Xon v1.3.0+
  • Replace 'live thread start/end date/time picker with custom version which works with XF2.1/XF2.2
  • Require XF2.1+
  • Add options icon
  • Per-forum toggle for all threads or just specific threads which are live
    • Adds per-thread 'live' banner in thread list
    • Per-forum permission and per-thread UI to enable/disable live status for a thread.
  • Extend New Threads/Posts widget to filter by live threads
  • Workaround for (broken) environments which block etag/last-modified headers from being set by php, which results in this add-on not functioning as expected

Enable per-thread live status for all forums;
SQL:
update xf_forum
set sv_liven_all_threads = 0;
Back
Top Bottom