• 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.14.1

Change log

  • Add threadmark category sort UI
  • Enable embedding threadmark indexes by default for forums and conversations.
    • To adjust existing forums via bulk SQL:
      SQL:
      update xf_forum set embed_threadmark_index  = 2 where embed_threadmark_index = 0
  • Do not delete the first post threadmark when the thread is deleted
  • Change default option for "Use threadmark index description for thread embed text" to true
  • Add "includeSticky" option to the xf-rebuild:missing-threadmark-index command
  • Add output cache for threadmark's rss feature
  • Add "all" threadmark's rss feed to threadmark index block
  • Fix rendering rss alternative links in page header for a thread's threadmarks page
Back
Top