Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Change: Drop support for XenForo 2.1.6 or lower (#5) Change: Increase minimum PHP version requirement to 7.3 (#6) Improvement: Refactor to improve code readability (#14) Update: Container per page content results will now be cached for an hour
Fix: Reference to non-existent variable in template modification (#11)
New: Added CHANGELOG.md (#9) Change: Link to updated developer URL in addon.json (#2) Change: Update support URL to GitHub issues in addon.json (#3) Change: Remove dead Discord server link from addon.json (#4) Change: Move template modification from simple search to regex (#7)
Changes Fixed: Check if container and messages exist before altering controller reply
Bug-fixes Fatal Error: Call to a member function save() on null Click to expand...
Changes Improved the query to be more lightweight (once again thanks to @Xon) New ContentInterface interface for repository now a new method getMessageCountsForSignatureOnce() Results will be now cached for 120 seconds (2 minutes)
ContentInterface
getMessageCountsForSignatureOnce()
Changes Abstracted out most of the parts so support other content types is easier Improvements No longer using sub queries Credits Thanks to @Xon for giving advice on how JOIN works in certain scenarios
JOIN
Changes Move options to Threads, discussions and conversations Update the phrase to show correct description Bug-fixes Fixed: +1 query per every message if show once per thread/conversation is enabled is unchecked
New Added support for conversations Changes Updated option description to show will happen if the option state is unchecked Organized parts of the add-on Added LICENSE.md and README.md to add-on archive
Fixed: Error Template error: key() expects parameter 1 to be array, null given when adding a post to a new page