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.3
No permission to buy ($40.00)
Fix new threadmarks widget would not be restricted to expected subforums
Fix edge case where the author list's sort-order could be unstable
Fix merging users didn't update threadmark ownership records resulting potentially missing author statistic records
Threadmarks with bad user ids can be fixed up by running php cmd.php xf-rebuild:content-user-for-threadmark.
For threadmark author statistics, attribute posts with no user to 'guest' rather than not showing anything
Fix deleting a post would cause invalid links to be generated due to a stale cached post position information
When a threadmark is made visible after it was deleted/moderated, ensure the cached post information is resynced
Fix server error with php 8.2+ TypeError: implode(): Argument #2 ($array) must be of type ?array, string given)
Add "Sort by content date" button to threadmark sorts page
If a non-staff (from Advanced bb-codes pack) threadmark is added to a thread, move the index to an "incomplete" state if in hiatus/dropped.
Add "Index progress hiatus cutoff" (default disabled) and "Index progress dropped cutoff" (default disabled) options
Automatically expire "incomplete" threadmark indexes based on time.
XF2.3 support updates
Fix 'add threadmark' dialog javascript
Fix "Search threadmarked content only" option on advanced search was missing
Implement XF2.3 conversation search integration
Add threadmark category into post class list
Fix adding a threadmark to a post which had deleted a threadmark with a different position could result in the threadmark's next/previous links failing
Fix changing a threadmark category could result in broken next/previous links
Adjust phrases used on the threadmark index
Add 'scroll' icon to 'read all threadmarks' link
When adding a threadmark, show the content date for the previous/next threadmarks as applicable
Add xf-rebuild:content-metadata-for-threadmark CLI command
Fix editing a threadmark would reset it's creation date
Fix search pop-up on the threads/threadmarks page not having the expected context (ie search this thread option)
Fix deleting a reaction on the first post of a thread would cause the thread reactions to unexpectedly reset
Fix internal site error when editing a post which adds a threadmark and an attachment
"Read thread" link on /threadmarks page now jumps to the first post instead of the start of the thread which may have embedded threadmark index
Remove ajax filter from embedded threadmark list
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)