JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser .
Threadmarks Pro
2.24.11
No permission to buy ($40.00)
Fix threadmarks rss feed support
If-Modified-Since header support could return false positives when updates_last_threadmark_date=0 on the category being polled for
Fix IF_MODIFIED_SINCE header incorrectly had precedence over IF_NONE_MATCH header
Adjust eTag generation to be per-category, and push the rate limiting check to just before the expensive query and after the fetching from cache
Fix guest vs members could see different content in the same rss feed (ie force rss to render as a guest)
Fix recent readers cache-time was hard-coded to 1 minute, and add the Recent readers cache time option (default: 60 minutes)
Fix CSS for threadmarked posts on the posts/show route (this link isn't surfaced anywhere
Fix post visibility isn't checked as expected in "all" threadmark reader mode
Fix add content dialog for a threadmark index could fail to resolve a thread URL on XF2.3
Fix xf-rebuild:threadmarks-read-tracking could rebuild the same thread multiple times
Fix XF2.3 support for watchers/last threadmark sort type not respecting the sort direction
php 8.4+ compatibility fixes
Fix approval queue and deleted log may not be deleted if the threadmark/threadmark index is deleted when in an unexpected state
Fix merging threads, where the source thread has an unapproved threadmark index and the target thread has an approved threadmark index which results in an orphaned threadmark index stuck in the approval queue
Fix attempting to approve an orphaned index without any content would fail with an internal server error
Fix XF2.3.8 error "Cannot call method first on a non-object (array)"
Fix "use threadmark index icon" feature could cause unexpected queries with 3rd party add-ons. Should happen less.
Adjust html layout for threadmarks overlay for better 3rd party style compatibility
Require StandardLib v1.22.0+
Fix uploading an threadmark index icon would trigger a javascript error on XF2.3
Fix collapsing the threadmark list in an overlay would instead toggle the threadmark list embedded on the first page of a thread on XF2.3
Support webp for threadmark index icons
This feature requires XF2.3+
Adds "Optimize threadmark index icons" rebuild option under "Rebuild caches" admincp page
On upgrading, if "Optimize images" has been configured existing threadmark index icons will be optimized
Fixup "what's new threadmarks" html
Add style properties to control various threadmarked content footer behavior
Add style property, "Show additional post details in threadmark footer for narrow devices" (default true)
Add style property, "Show Bookmark in footer" (default true)
Add style property, "Show jump-to-top-of-content in footer" (default false)
Update threadmarked content footer to render items in the same order as desktop to stop the footer moving around the threadmark navigation icons
Fix reader/unread didn't respect the threadmark category in the URL
Improve XF Cloud compatibility by removing the use of assert()