Nouveautés
Chaque amélioration, correctif et nouveauté sur l’ensemble de nos add-ons — au même endroit.
Flux RSS →
43 sorties ces 90 derniers jours
mai 2026
X
XenPing
v1.0.3
Nouveau
- Waving just got competitive. XenPing now shows how many waves each member has received and crowns your friendliest members on a brand-new leaderboard — turning a simple 👋 into a daily reason to come back.
- Waves received" counter on every profile. Right next to the Wave button, a pill shows the total number of waves a member has received. It's visible to everyone — members, guests, even on your own profile — as social proof that encourages people to collect more waves.
- Most waved" leaderboard. A new public page (/waves) ranks members by the waves they've received, with gold / silver / bronze for the top three and a "your waves received" card at the top. A "Most waved" tab is added to the navigation so it's always one click away.
- GOOD TO KNOW
- The profile counter and the leaderboard link to each other, so members go from a profile to the full ranking in a single tap.
- Built entirely on the existing data — no new tables, and the leaderboard stays fast as your wave count grows.
- UPGRADING
- Upgrade is automatic, with nothing to configure.
- Requires XenForo 2.3+.
Changements
- XenPing 1.0.3
X
XenStreak
v1.1.0
Nouveau
- Fully configurable flame tiers. You're no longer limited to the 5 built-in tiers. Create as many as you want and set each tier's name, day threshold, colour, FontAwesome icon and an optional animated glow — from a redesigned ACP page with a live preview.
- "Has reached a streak of at least N days". Reward members the moment they hit a streak milestone. Because it plugs into XenForo's user-criteria system, it also works for user group promotions and notices, not just trophies.
- Top streaks" widget. A new sidebar widget showing your live streak leaderboard with each member's flame. Drop it on the Members page, the forum list, or any widget position — the number of rows is configurable.
Amélioré
- Redesigned flame-tier management (clean table overview + live flame preview when adding/editing a tier).
- The XenStreak admin section now lives under the XenSupport tab in the Admin control panel.
Corrigé
- Make the flame truly yours: design your own streak tiers, reward your most loyal members with trophies, and showcase your top streakers anywhere with a brand-new widget — plus a stability fix.
- Fixed a rare error that could appear in the server error log when the same member triggered two requests at once (e.g. overlapping "keep-alive" pings from multiple tabs). Streak rows are now claimed atomically, so no duplicate-key error is logged.
- UPGRADING
- Upgrade is automatic. Your flames are preserved — the original 5 tiers (orange to red to blue to purple to gold) are recreated by default, so nothing changes visually until you choose to customise them.
- Requires XenForo 2.3+.
Nouveau
- XP economy API (balance, spend, refund): other add-ons can now use XenLevel XP as a spendable currency.
- Upgrading is one click from your Add-ons page, no configuration required.
Corrigé
- Stamp Album: on a completed set, the "Completed" badge could overlap the set title and description. It now sits cleanly above the title and stays correct in every language. Thanks to everyone who reported it.
Changements
- Maintenance and integration update
Nouveau
- Stamp Album - a brand new layer of progression on top of your existing XP and achievements. Members collect stamps across themed sets, watch their album fill up, and earn bonus XP when they complete a whole set. Stamps unlock automatically based on activity (posts, reactions, XP earned, level reached) or when a linked achievement triggers. Four rarity tiers (common, rare, epic, legendary) with visual progression.
- New public page at /level-album/ with one card per set + progress bars + preview tiles
- Single-set page showing every stamp inside (locked vs unlocked) with criteria hints
- Set completed" celebration alert + bonus XP payout
- 11 starter stamps across 3 sets shipped on install, ready to use
- Personal XP Boosters - a new reward type in the XP shop. Members buy a time-boxed personal multiplier and earn faster while it lasts.
- Stacks intelligently with global Double-XP events (admin-configurable cap, default 4x)
- Smart "extend, don't downgrade" rule on re-buy: stronger booster wins on multiplier, duration always adds up
- Hourly cron quietly resets expired boosters
- XP Transaction History - a new public page at /level-history/ where members can see their full earn-and-spend log. Color-coded amounts (green earn, red spend), source icons, paginated.
- Full ACP CRUD for stamps and stamp sets (drag handles, live preview tile, status toggles)
- Two new admin menu entries under XenLevel
- album master switch, stamp alert toggle, booster max-stack cap
- Existing XP shop now accepts a third reward type (booster) alongside collectible and usergroup
- Upgrade notes
- Drop the new files over your existing install
- Visit ACP > Add-ons > XenLevel, click Upgrade
- The 11 seed stamps appear in your album immediately. Edit, deactivate or delete them as you like
- No breaking changes to existing achievements, tiers, quests, events, or the XP shop. Your data is safe.
- Behind the scenes
- The Awarder now applies personal boosters on top of active Double-XP events, capped to keep things sane
- Achievement unlocks now also award any linked stamps, so the two systems compose naturally
- LESS premium glassmorphic design, light + dark mode, mobile responsive
- Free upgrade. Enjoy.
Amélioré
- Vanilla JS, no jQuery dependency, no perf hit on the hot path
Changements
- XenLevel 1.1.0 - Stamp Album + XP Boosters
- Free upgrade for all existing customers
J
Journey
v1.0.1
Nouveau
- Drop the new files over your existing install and click Upgrade in ACP > Add-ons > XenJourney.
Amélioré
- The preset apply flow now reads the preset reliably, so the confirm page and the apply action both work as intended.
- Removed a dead admin route that could never match and was the source of the issue.
- Hardened the confirm form so the selected preset always carries through to the final apply step.
- Upgrade notes
- No schema changes, no data migration. Your existing steps and member progress are untouched.
- If you were unable to apply a preset before, you can now do so right after upgrading.
- Under the hood
- Thanks to the member who reported this. Keep the feedback coming.
Corrigé
- XenJourney 1.0.1 - Preset fix
- applying a preset from the Browse presets page failed with the error "The requested preset is not part of the library." The preset id was being lost between the button and the apply action, so no preset could be applied. This is now fixed and every preset (Generic, Gaming, Tech, Lifestyle) applies cleanly.
- Root cause traced through the routing layer, fix verified end to end in the ACP (apply Gaming preset, then Generic, both succeed).
Changements
- Free update. Recommended for everyone.
X
XenStreak
v1.0.7
Nouveau
- New "Grace days" option (streak freeze). Configure how many missed days a member can have before the streak resets. Default is 1, so a member who misses one busy day keeps their streak instead of losing everything. Set it to 0 for the old strict behavior (must visit every single day).
Corrigé
- The headline: several of you reported streaks resetting "for no reason." After a deep dive, the day-counting math turned out to be correct in every timezone. The real culprit was two design flaws working together, and both are now fixed.
- One source of truth. The displayed flame, the leaderboard, and the reset rule now all use the member's own timezone and the exact same threshold. The flame can no longer show a streak that is already lost.
- Timezone consistency. All "what day is it" checks now resolve through the member's profile timezone (falling back to the board timezone, then UTC), so the flame is accurate for everyone regardless of where they live.
- Heads up on upgrade
- Default behavior is now slightly more forgiving: one missed day no longer breaks a streak (Grace days = 1).
- Prefer the old strict rule? Set ACP > Options > XenStreak > Grace days to 0.
- No schema changes, no data migration. Existing streaks are untouched.
- Under the hood
- Shared timezone + day-difference helpers, so the badge and the tracker can never drift apart again.
- Verified against a 32-case matrix (7 timezones, DST spring and fall transitions, half-hour offset zones, day-boundary visits) plus a dedicated grace-period test suite.
- Thanks to everyone who reported this. Keep the feedback coming.
Changements
- XenStreak 1.0.7 - Streaks that no longer reset out of nowhere
- Free update. Built straight from community feedback.
- What was actually happening
- The flame lied, then reset. The badge stayed lit for ~2 days (measured in the server timezone), but a streak reset the moment a single day was missed (measured in the member timezone). So the flame kept glowing on a streak that was already broken, then dropped to 1 on the next visit. From the member's side: "it was alive, then it reset for no reason."
- No forgiveness. Missing one single day wiped the entire streak.
T
Teams
v1.1.2
Nouveau
- Toggle the new "Private team" checkbox when creating or editing a team. Existing teams stay public by default.
- Drop the new files in and run the upgrade from the Admin CP. The schema upgrade is idempotent and safe to re-run.
Corrigé
- duplicate XenSupport credit in the footer (1.1.1)
Changements
- XenTeams 1.1.2 - Discussions, Private teams + footer cleanup
- This is a big update bundling everything since 1.0.x. Three things landed:
- Team Discussions (1.1.0)
- Team leaders can now start "Discussions" inside their team. Each discussion is published as a real forum thread in the forum of your choice, so:
- Team conversations are visible to the wider community.
- Replies happen on the forum with full native XenForo tooling (search, alerts, reactions, moderation).
- Each team builds its own thread history without you having to create per-team forums by hand.
- This was the most common piece of feedback, "make Teams feel connected to the forum, not isolated".
- Private / Hidden teams (1.1.2)
- Team leaders can now mark a team as private. Once private, the team:
- Disappears from every public listing (Top, Recent, search results, sidebar widget).
- Stops counting in public stats.
- Is only visible to its members, to users who received an invite, and to admins.
- Cannot be applied to from outside (it's invisible to non-members).
- Can still be invited to. Invites give the invited member access automatically.
- Removed an older footer credit injection that was firing alongside the consolidated one. If you had several XenSupport add-ons installed, your footer was showing two "XenForo add-ons by ©XenSupport" lines. Now you'll see exactly one, no matter how many XenSupport add-ons you have.
D
Drafts
v1.2.2
Nouveau
- Removed the older footer credit injection that was running alongside the new consolidated one. If you had several XenSupport add-ons installed, your footer was showing two "XenForo add-ons by ©XenSupport" lines. Now you'll see exactly one, regardless of how many XenSupport add-ons you have.
Changements
- Footer credit dedup
X
XenSpotlight
v1.0.10
Nouveau
- Removed the older footer credit injection that was running alongside the new consolidated one. If you had several XenSupport add-ons installed, your footer was showing two "XenForo add-ons by ©XenSupport" lines. Now you'll see exactly one, regardless of how many XenSupport add-ons you have.
Changements
- Footer credit dedup
X
XenPing
v1.0.2
Nouveau
- Removed the older footer credit injection that was running alongside the new consolidated one. If you had several XenSupport add-ons installed, your footer was showing two "XenForo add-ons by ©XenSupport" lines. Now you'll see exactly one, regardless of how many XenSupport add-ons you have.
Changements
- Footer credit dedup
W
Watch Party
v1.2.1
Nouveau
- Removed the older footer credit injection that was running alongside the new consolidated one. If you had several XenSupport add-ons installed, your footer was showing two "XenForo add-ons by ©XenSupport" lines. Now you'll see exactly one, regardless of how many XenSupport add-ons you have.
Changements
- Footer credit dedup
Nouveau
- New "Recalculate XP" tool in the Admin CP under XenSupport → Recalculate XP. One click, it walks every member, computes the XP they should have based on their current post count, thread count, reactions received and the register bonus, and tops up the difference.
- Drop the new files in and run the upgrade from the Admin CP.
Corrigé
- XenLevel 1.0.1 - Retroactive XP backfill + bug fix
- /level-quests/ template error
Changements
- Recalculate XP for existing members
- Built for forums that install XenLevel on a community that already has thousands of posts and likes, so existing members aren't stuck at zero XP from day one.
- Top-up only, it never removes XP.
- Idempotent, you can re-run it safely (members already at target get nothing).
- Goes through the standard XP engine, so levels, tier rewards and achievements all fire normally as members catch up.
- The quests page was throwing "Function intval is unknown" on some XenForo installs because intval() isn't on the templater whitelist. Swapped for the whitelisted floor() which does the same rounding job. The page loads normally again.
X
XenStreak
v1.0.6
Nouveau
- Removed the older footer credit injection that was running alongside the new consolidated one. If you had several XenSupport add-ons installed, your footer was showing two "XenForo add-ons by ©XenSupport" lines. Now you'll see exactly one, regardless of how many XenSupport add-ons you have.
- Just drop the new files in and run the upgrade from the Admin CP.
Corrigé
- XenStreak 1.0.6 — bug fixes
Changements
- Profile badge cleaned up
- The streak badge on member profiles was showing the day count twice on desktop ("9 9 days" instead of just "9 days") because of a redundant element. It now reads "[flame] 9 days" cleanly on both desktop and mobile.
- Footer credit dedup
Changements
- Version initiale.
Changements
- Version initiale.
W
Watch Party
v1.2.0
Nouveau
- Admin: toggle ratings, max Popcorn, toggle reviews, new "rate" permission
Changements
- XenWatchparty 1.2.0 — Popcorn Ratings 🍿
- Popcorn ratings on ended streams (1 to max, with Bad/Okay/Cool/Hot tiers)
- Optional reviews + "Best rated streams" widget + Popcorn badge on recent streams
- XP via XenLevel on first rating. Safe upgrade from 1.1.x.
X
XenStreak
v1.0.3
Amélioré
- Renamed the "Total daily visits" stat to "Total days visited" for clarity (it is the lifetime count of days a member has visited, not a per-day number).
Corrigé
- Streaks now roll over at the member's local midnight (their timezone) instead of UTC. This stops streaks from resetting for members who visit late at night. Daylight saving time is handled, and it falls back to the board timezone when a member hasn't set their own.
- The flame "active" window is more tolerant of timezone offsets, so a valid streak is no longer hidden by mistake.
X
XenSpotlight
v1.0.9
Nouveau
- Exclude members by username: you can now keep a specific member off the spotlight by their username, no need to deal with user group IDs. Handy for excluding yourself, or any member whose group is otherwise eligible.
- Excluded members are now also hidden from the Contenders list.
- A member you just excluded who was already the current spotlight is now replaced automatically on the next run, even with "Lock winner" enabled (before, they could stay featured for the rest of the period).
Corrigé
- Clearer help text on the excluded groups field (reminder: group 1 is Guests, the Administrative group is 3).
W
Watch Party
v1.1.1
Nouveau
- Optional setting to also send subscribers a private message (with title, time and link) when a scheduled stream is about to start
Corrigé
- What's new/fixed in 1.1.1
- Notify Me" alerts were showing up blank. They now show the stream title, start time (in your timezone) and a direct link to the watch room
- VK Video now syncs play, pause and seek to viewers correctly (switched to VK's official player SDK)
- Scheduled streams now show the correct time in your timezone instead of the server's
- Only one XenSupport credit line shows in the footer when several XenSupport add-ons are installed
X
XenPing
v1.0.1
Corrigé
- Leftover "wave" alerts no longer break the alerts page after uninstalling the add-on
X
XenSpotlight
v1.0.8
Nouveau
- Top 10 contenders page with live ranking and podium styling for the top 3
- Broadcast alert to all active members when a new Spotlight is selected
- New option to lock the winner for the whole period (off by default)
Amélioré
- Spotlight stats now refresh on every cron run and always match the live leader
- More prominent "See top 10 contenders" link
Corrigé
- Contenders page styling not loading after upgrade (CSS now rebuilds automatically)
X
XenSpotlight
v1.0.7
Nouveau
- New Broadcast alert option : when a new Spotlight is selected, every active member can be notified with a one-click link to the page
- See top 10 contenders" link added to the main Spotlight page
Changements
- Top 10 contenders page at /spotlight/contenders/ : live ranking of who's in the running to be the next Spotlight, refreshed hourly
- Top 3 are highlighted with crown / silver / bronze styling
- Your own row is highlighted with a "you" badge if you're in the top 10, plus a "you're ranked #N" banner
- Audience can be limited to members active in the last N days (default 30) to avoid spamming dormant accounts
- Winner still gets the personal alert as before (no duplicates)
W
Watch Party
v1.1.0
Nouveau
- New /watchparty/upcoming/ page listing upcoming and past streams
- New permission to control who can schedule a stream
Changements
- Scheduled streams : plan a watchparty for a future date, the room is auto-created at the chosen time
- Notify me button so members get an alert when a scheduled stream is about to start
- VK Video support (alongside YouTube and Twitch)
- Native XF smileys in chat (with a smiley picker next to the send button)
- Upcoming streams banner on the index
- Schedule form redesigned to match the rest of the addon
T
Teams
v1.0.22
X
XenSpotlight
v1.0.6
Nouveau
- Missing tooltips when hovering cards and avatars: added
Amélioré
- Cleaner admin "Current spotlight" view
- More resilient styling that works across custom themes
- Better truncation handling for long usernames
- Drop-in upgrade. No manual action needed.
Corrigé
- Past spotlight cards rendering broken on some pages: fixed
- Run now" in the ACP creating duplicate entries instead of refreshing the current one: fixed (existing duplicates are cleaned up automatically on upgrade)
- Past spotlights" section disappearing when only one winner exists: fixed
- Layout glitches on certain themes: hardened
X
XenSpotlight
v1.0.3
Corrigé
- Past Spotlights cards rendering with broken layout on certain themes
Changements
- Drop-in upgrade, no manual action required
T
Teams
v1.0.22
Nouveau
- Edit announcements: announcements can now be edited after posting. A pencil icon appears next to the existing pin and delete buttons (visible to the announcement author, team managers, and admins with bypass). The form is pre-filled with the existing title and message. The "edited" indicator shows up automatically once a change is saved.
- Root cause: the date-clamping logic introduced in 1.0.20 (designed to prevent year-30000 spam events) had a subtle race condition. When a submitted date was older than now - 24h, it was silently clamped to exactly now - 86400 at the moment of save. But the upcoming-events listing filters on start_date >= now - 86400, where now advances every second. A few seconds after save, the new now - 86400 cutoff was after the saved start date, so the event fell off the listing.
Corrigé
- events disappearing right after creation. Symptom: a freshly-created event would appear briefly on the team page, then vanish on the next refresh or page interaction (e.g., clicking "Accept" on a pending application).
- the lower bound clamp has been removed. Dates are now saved as the user submitted them. The upper bound (no events past now + 5 years) is still enforced to prevent integer overflow / spam. If a user creates an event with a date in the past, it simply won't show in the "Upcoming events" section — which is the expected natural behavior. The event still exists in the database and is accessible via direct link.
Changements
- XenTeams 1.0.22 — Release notes
T
Teams
v1.0.21
T
Teams
v1.0.20
Amélioré
- Garbled text in Compare Teams. Two content: CSS rules contained corrupted unicode (mojibake) and have been replaced with encoding-safe Unicode escapes. Please perform a hard refresh (Ctrl+F5) after upgrading to clear the CSS cache.
Changements
- Duplicate comment submission. Removed a redundant JavaScript submit handler that was firing alongside XenForo's native AJAX form handler.
- Duplicate key error when creating a second team. A database migration now drops the legacy "one team per user" unique key, so users can belong to multiple teams as intended by your group permissions.
- Template error on Edit details. The implode(chr(10), …) call was being blocked by the templater whitelist; it has been moved to a server-side getter.
- ACP menu entry. The admin navigation entry was orphaned (parent_navigation_id referenced a non-existent parent). It now correctly sits under Setup → Teams.
X
XenSpotlight
v1.0.2
Corrigé
- Fixes a "Template alert_user_xs_spotlight_selected is unknown" error that could appear in member alert popups when uninstalling a previous version. Uninstall now cleans up its own alerts, and the upgrade also clears any leftover broken alerts from older installs as a safety net. No schema changes, safe to upgrade.
Aucune sortie pour ce filtre.
Ne rate aucune sortie
Reçois un récap par email à chaque version — ou suis le flux RSS.