[AddonsLab] Unread Post Count

XF2 Addons [AddonsLab] Unread Post Count 1.6.0
Shows the number of unread posts on What's New tab.

The package optimizes the query for fetching unread posts as recommended by @XFA
As we already fetch the nodes in a separate query, no additional query was required.
This release resolves an issue with the expired cache not being rebuilt on the fly. Now the expired cache is updated immediately when a user visits the board after a long time of inactivity.
The release implements support for node permissions View threads by others and View thread content. Users not having these permissions for a particular node will not see the posts in that node as unread.

In this release, we have also solved the issue with the unread counter being empty on the first page load due to a missing cache.

The release has breaking changes in its code, so if you are using the product in any way other than the officially suggested callback AL\UnreadPostCount\Callback::getUnreadPostCount, please review your custom code using the service CounterService.
  • Like (+1)
Reactions: reghost
Top Bottom