Live Content

Live Content 1.5.4

No permission to buy ($25.00)
  • Fix "ErrorException: [E_WARNING] foreach() argument must be of type array|object, null given"
  • Fix missing jquery reference removal for XF2.3 support
  • Fix conversation support
  • Fix Stick Any Post compatibility triggering reverse post order compatibility
  • Fix template error on viewing a thread when "All threads in forum are Live threads" is unset
  • Require StandardLib v1.22.0+
  • Add support for conversations
  • Add support for thread type template overrides to Posts loaded by LiveContent
  • Add cache timeout option to control local browser cache time.
    This setting controls how long (in seconds) before cached content is erased from the browser's local storage.<br />
    Setting this value too high can lead to very active users filling up their browser's local storage, causing Live Content to no longer function.<br />
    Default: <code>172800</code> (2 days)
  • XF2.3 support
  • 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
  • Like
Reactions: yin9 and Nirjonadda
  • Fix that unread/unviewed alerts count would be set to 0
  • Work-around for error when starting/stopping per-thread liveness.
    • Patch pikaday usage to not error, this currently disables the time-pick component until it can be replaced.
  • Requires php 7.0+
  • Now depends on Standard Library by Xon
  • Support Sticky Any Post
  • Support Reverse Post Order v1.1.0+
  • Support 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;
  • Correctly extend a canUpdateSessionActivity method to ensure add-on compatibility
  • Fix add-on icon in XF2.1
  • Like
Reactions: rdn
Back
Top Bottom