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

Threadmarks Pro 2.21.1

Change log

  • Fix incorrect permission check when creating a thread and using an existing thread as the source of the threadmark index.
    • This would disclose the threadmark index from the existing thread (if it exists), but would not show the existing thread title or contents
  • Fix recent threadmark dropdown did not attribute the threadmark's creation to a user
  • Add "Threadmarks - Show additional links in grid all the time" style property
  • On threadmarks page, add "read all threadmarks" reader mode link (if reader mode and "all" reader mode is enabled)
  • Restore showing post like count when hovering on a threadmark's wordcount and post page/position in links.
    • This is done by embedding various content metadata into a json blob on the threadmarks table, which avoids additional joins
    • Requires rebuilding threadmarks via php cmd.php xf-rebuild:threadmarks --resync (should be done after the installer finishes)
Back
Top