• 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%)

Live Content 1.1.0

Change log

  • 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