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 .
Top Contributors of the Month
v2.2.7
No permission to buy ($30.00)
Fix: Compatibility with M2N TrophyEssentials rebuild jobs by adjusting CumulativeTrophy repository methods to return true (success) on no-op functions
Fix: Prevented “Unable to rebuild...” errors during cumulative trophy rebuilds triggered by other add-ons (e.g. Daily Login Streaks) (thanks @Matt C. )
Add: Removed unused class from class extensions (inactive) and from code (unused)
Fix: Remove four-byte character emojis from option descriptions and replace with equivalent HTML entities so customers running old collations have zero install issues
Fix: Missing phrase nav.wutc - united with nav.wutcTopContributors (removed nav.wutc)
Add: Toggle option to display Top Conributors from member stats (link, overview display, page) (relies on the "viewTopContributors" permission)
Fix: Translation hardcoded for member stats overview title (thanks @Greenandgold , @benFF )
Fix: Template modification incorrectly calling permission method on memberview
Fix: Decimal place setting was ignored on member stats overview (thanks @Greenandgold )
Fix: Child checkboxes for scoring metrics were always reverting to default values (thanks @Wave )
Fix: Child numberbox values would reset to defaults when unselected (they remember now)
Fix: Added missing phrase in scoring metrics option: wutc_only_choose_whats_applicable_read_faq
Add: All banner/icon colors have been moved to "Basic Colors" in style properties
Add: Default installs have banner icon and banner border matched to the same color
Add: Banner's have improved coloring for light and dark styles (dark themes are more muted so they look much better)
Fix: Pesky intall/upgrade error "ErrorException: Template error: [E_USER_WARNING] Method canViewTopContributors is not callable on the given object"
Screenshot 2025-08-13 at 1.35.49 AM.webp
24.7 KB
· Views: 22
New: 2nd widget type for "Top Monthly Posters" (forum aware and will display top posters of the month for the given forum)
New: 3rd widget type for "Top Monthly Creators" (forum aware and will display top thread creators of the month for the given forum)
New: All cache keys are remembered, allowing the flush cache system to performantly remove only keys used (flush executes faster)
Add: Improved layouts for tablet/mobile widgets (responsively supports columns for lists, etc)
Add: Reorganized wutc_extra.less for clarity and legibility (hopefully easier for customers to update as needed)
Add: Awarding trophies now has enable/disable option on the Admin > User > Trophies page
Fix: Added quirky "\n" before banner rendering to match native XenForo banner rendering (no more gap issues, yay!)
Fix: Admin options header is now mobile friendly and allows tabs to wrap
Fix: Remove help page trophies if trophy awards are disabled
Fix: Removed class="contentRow-figure" from all avatars to prevent automatic resizing on small devices
Fix: Added "..." to long usernames to allow proper 2 column displays and more uniform and consistent listing of avatars with usernames
Screenshot 2025-08-09 at 12.29.49 AM.webp
116.3 KB
· Views: 33
Screenshot 2025-08-08 at 8.49.22 PM.webp
43.1 KB
· Views: 24
Screenshot 2025-08-08 at 8.31.37 PM.webp
58.6 KB
· Views: 26
Screenshot 2025-08-08 at 8.31.21 PM.webp
60.7 KB
· Views: 23
Screenshot 2025-08-08 at 8.30.58 PM.webp
57.4 KB
· Views: 21
Screenshot 2025-08-08 at 8.28.57 PM.webp
66.6 KB
· Views: 19
Add: fa-var-solid for XF 2.2.x because they're missing (trophy, award, medal, crown) (Thanks @RichDevman )
Add: Margin space between horizontally listed banners (Thanks @Andro )
Add: Force non-variation color into each color style property on install() for XF 2.2.x
New: Cache flushing rebuild process now shows key clearing progress "X of Y"
New: Compare cache system implemented in config.php with case insensitive comparison (just in case customers don't capitalize properly)
New: Protect templated user permissions during install/upgrade
New: Moving rebuilds to the same execution order so both rebuilds appear ontop of one another
Fix: Current month widget/list was limited to the total users of Banners+Runner-ups (Thanks @Andro )
Fix: Non-english languages issue, remove number formatting from admin option template (Thanks @Rhodium )
Fix: Remove method_exists from templater (Thanks @BGObsession )