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.
Fix: Standardized month/year period handling to board timezone across public views/widgets/banners/member monthly content. Fix: Month boundary timestamps are now converted from board timezone to UTC before querying, reducing month-rollover mismatches. Fix: Cache month classification (current vs past month) now follows board timezone for consistent rollover behavior. Fix: Trophy rebuild now recalculates trophy points for each awarded user correctly (stale user variable resolved). Add: Css Class for widget (as per below) Widget Html now appears as: HTML: <div class="js-TopContributorsSidebar wutc-widget wutc-widget--{$style}"> So you can target "sipmle" as wutc-widget--simple, and the points value with: CSS: .wutc-widget--simple .wutc-value { font-size: 18px; }
<div class="js-TopContributorsSidebar wutc-widget wutc-widget--{$style}">
.wutc-widget--simple .wutc-value { font-size: 18px; }
Fix: Update admin trophy_list template modification to use admin friendly xf:icon instead of emoji Fix: Remove emoji from getTrophyDetails() + getTcmCumulativeDefinitions() to avoid issue with incompatible DB chartset's
Add: XFMG support for "media items created" (thanks @wolfgangm) Add: Note, the above option will only appear if the XFMG add-on is installed Fix: Add missing translations to scoring metrics option pages
Add: Option to "On Ban: Leaderboard Cache Handling" (default is "remove" which does NOT require a cache rebuild) Add: Option to decide whether user banners are linked to the leaderboard page (members-only, never, always) Add: Option to invalidate how many months in the past (defaults to 2) Add: 301 redirect from members/wutc to members/top-contributors (and update path to members/top-contributors) (Thanks @Stuart Wright ) Add: Css for banner links added to: wutc_user_banner.less Fix: 2nd widget type for "Top Monthly Posters" (exclude banned or inactive users) Fix: 3rd widget type for "Top Monthly Creators" (exclude banned or inactive users)
Fix: Add xf_user.is_banned to global query exclusion It's recommended you add the following global index: SQL: CREATE INDEX idx_user_state_banned_group_id ON xf_user (user_state, is_banned, user_group_id, user_id); You can delete the previous index on xf_user because the index above replaces it: SQL: DROP INDEX idx_user_state_group_id ON xf_user;
CREATE INDEX idx_user_state_banned_group_id ON xf_user (user_state, is_banned, user_group_id, user_id);
DROP INDEX idx_user_state_group_id ON xf_user;
Fix: Correctly extend class with XFCP_CumulativeTrophy for TrophyEssentials
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
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences