A new update is available for [XTR] Dynamic Welcome Panel by Official.
We completely eliminated a persistent, flawed caching architecture regarding "Latest Registered Members," which was directly responsible for triggering the "Undefined array key" Server Errors deep within the XF Entity Manager mapping logic. The addon now natively utilizes the official XF "NewestMembers" widget index-hinting algorithms.
Furthermore, we conducted a rigorous backend refactoring targeting 3rd party module statistics (DBTech, XFRM, XFMG, XENTR Tickets). All obsolete, hard-coded raw SQL queries (SELECT COUNT(*)) have been completely rewritten into xenForo's official, high-performance Finder/ORM infrastructure, vastly improving processing speed and guaranteeing maximum codebase reliability.
Read more about this product...
[XTR] Dynamic Welcome Panel 1.0.5
Update highlights
This update represents a massive architectural overhaul aimed exclusively at achieving absolute XenForo 2.3.x Core Architecture Compliance and flawless stability.We completely eliminated a persistent, flawed caching architecture regarding "Latest Registered Members," which was directly responsible for triggering the "Undefined array key" Server Errors deep within the XF Entity Manager mapping logic. The addon now natively utilizes the official XF "NewestMembers" widget index-hinting algorithms.
Furthermore, we conducted a rigorous backend refactoring targeting 3rd party module statistics (DBTech, XFRM, XFMG, XENTR Tickets). All obsolete, hard-coded raw SQL queries (SELECT COUNT(*)) have been completely rewritten into xenForo's official, high-performance Finder/ORM infrastructure, vastly improving processing speed and guaranteeing maximum codebase reliability.
Complete Change Log
- Resolved a fatal entity hydration cache flaw that caused the "Undefined array key" Server Error in the Admin Panel.
- Refactored the "Latest Registered Members" structure, abandoning the manual array caching method in favor of the 100% native XenForo architecture.
- Purged all hard-coded/legacy raw SQL aggregate queries (SELECT COUNT) and migrated them to the optimized XenForo Finder/ORM method (\XF::finder()->total()).
- Integrated the XenForo Core standard indexHint('USE', 'register_date') logic for maximum query performance when retrieving new users.
Read more about this product...