ملخص يومي (الساعة 9 مساءً بتوقيت UTC)

Today on meta.discourse.org

Key Stats

Top users by recent activity (posts / likes)


Interesting Topics

#Plugin

  • canbekcan introduced Discourse Plugin Cleaner, a tool to audit/remove orphaned plugin residue; merefield raised concerns about safely detecting plugin-owned tables and avoiding accidental deletion of core custom fields, with follow-up caution from pfaffman about the non-zero chance of breaking a database state (read more). Related install guide: How to install plugins

  • Discourse Daily Challenges shipped v1.4.0 with “ChallengeBot” for DM confirmations, reminders, and mention-driven stats; follow-up questions explored whether mentions can respond in-topic vs DM-only (read more)

  • The Landing Pages plugin surfaced an admin warning (discourse.resolver-resolutions) indicating it “contains code which needs updating”, suggesting maintainers may need to bump compatibility for recent core changes (read more)

#Feature (ai content-localization)

  • A configuration gotcha: AI translation is not translating 1:1 PMs (even when the UI implies translation progress is complete). Moin clarified current behavior and Falco floated changing the boolean setting into a more explicit targets menu (public topics vs all topics vs group PMs vs all PMs) (read more)

Support

  • A “how do I build this sidebar?” theming question turned into a quick identification: the screenshot matches the Discourse Doc Categories experience, pointing admins toward the plugin rather than custom CSS/theme work (read more). Reference: Discourse Doc Categories

  • paco dug into how root-level routes like /faq, /privacy, and /about behave (including when must-be-logged-in is enabled), and whether admins can create similar first-class paths; one suggestion was to publish additional static pages via a topic-to-page workflow (read more). Reference: Page Publishing

  • A possible regression/expectation mismatch: use_name_for_username_suggestions appears to have no effect on the regular signup form (even if it may apply to SSO/OAuth flows). Others confirmed the behavior, and the thread connects back to earlier username-suggestion discussions (read more). Related: Customize registration form / hide or normalize username field, Offering blank username suggestions, and “use email for username and name suggestions”

  • After updating to a recent build, RBoy saw Google Search Console “acceptedAnswer” warnings appear on an older FAQ-like page, and asked what changed to trigger it now; the report references prior guidance that unsolved topics set answerCount to 0 (read more). Background: acceptedAnswer / suggestedAnswer discussion

  • In the #mcp-tagged MCP/API thread, a granular-access API user couldn’t read about.json, yielding an “invalid username/key” error; supermathie questioned whether the error text is misleading and worth improving (read more)

  • A long-running “print/export” need resurfaced: exporting a single post (e.g., wiki meeting notes) as PDF for sharing into other tools; the discussion points back toward a theme-component approach as a practical solution (read more)

  • A UX/CSS papercut: tiny category images were fixed with custom CSS, but CharlesGWaldman argued the underlying change (an aspect-image behavior shift) caused unnecessary breakage and should be reconsidered upstream (read more)

#Self-hosting (cdn backups)

  • Multiple admins reported plugins breaking due to CORS errors after a recent upgrade, especially when using BunnyCDN; one workaround attempt involved tweaking Bunny’s CORS handling for JS assets, but the “why did this start now?” question remains front-and-center (read more). Related: Code highlighting failed because bunny.net CDN

  • A governance/security question: can Discourse admins be restricted from backups/exports via the UI? Replies emphasized the “admins have absolute control” model, while noting env-defined settings may override/hide UI toggles and pointing to standard automated backup guidance (read more). Reference: Configure automatic backups for Discourse

General

  • The new releases site got a detailed accessibility/contrast review, with ferdnyc measuring WCAG contrast ratios and listing several failing combinations (e.g., white text over --color-feature), calling for urgent fixes and a broader accessibility audit (read more)

#Site feedback

  • In the Meta Branded redesign feedback thread, stephtara reported that linked text on the dark theme is “just below readable,” comparing against other themes (Fondation/Horizon) that remain legible (read more)

bug

  • A recurring restriction prompted a workaround: unable to download .js attachments (for legitimate non-browser uses). One admin reported success by moving uploads to S3-compatible storage and enabling CDN URLs to bypass the short-url controller path (read more)

Activity by the @team Group


Yesterday’s vibe: half the community was sweeping up plugin leftovers while the other half debated whether your PMs deserve to be multilingual too.

Today on meta.discourse.org

Key Stats


Interesting Topics

#site-feedback

  • Moin shared a hilarious-but-painful list of AI tag translation misses (e.g. tablet → “pill”) and flagged a serious problem: different tags collapsing into the same translation, breaking discovery in localized UIs (read more). The follow-up explored improving prompts and grounding translations via context and existing localization decisions (read more), alongside the wider rollout note that translated tags are now live (read more) and the broader localization feature set (read more).

  • The Meta branded redesign theme refresh continued: manuel acknowledged color/usability concerns and pointed to a cleaner path forward now that themes can constrain available color schemes (read more). A side-thread ended up being a great reminder that “theme weirdness” can come from outside Discourse—one report was traced to an unrelated browser theme leaking CSS into Meta (read more).

#feature

  • In ai content-localization, troubleshooting why AI translation isn’t translating PMs turned into a preview of upcoming controls—shifting from “public-only backfill” toward explicit toggles like Translate PMs plus “translate these categories” targeting (read more). The related feature request for category-scoped translation was referenced as “coming soon” (read more).

  • A localization workflow gap was spotted: when a category name changes (e.g. “Installation” → “Self-hosting”), the translated category name may not update automatically, leaving localized UIs stale (read more). This tied neatly into the active push to make dynaloc behave more predictably across the product (read more).

  • Another dynaloc request: when the translated “About this category” topic gets updated, the category banner description in that language may still show deprecated text—suggesting the banner’s source field isn’t being refreshed on translation updates (read more).

  • The tag-icons ecosystem hit a localization snag: tag icons don’t reliably work with translated tag slugs, so the icon meaning can vanish just when localized tags are most needed (notably for ai clarity) (read more). This complements broader “translated tag behavior” questions and bug reports (read more).

bug

  • A settings expectation mismatch got clarified (and reclassified): “Use name for username suggestions” doesn’t affect the local signup form—it only applies to SSO/OAuth flows—so the setting text was updated to reduce confusion (read more). The discussion also spun off into “should local signup be able to prioritize name→username?” (read more) and echoed related “hide/normalize username field” constraints on hosted plans (read more).

  • Google Search Console reports surfaced a structured data issue: acceptedAnswer errors appear to be linked to recent work that inadvertently exposed a bug; a fix is already queued (read more).

  • Translated tag UX got thorny fast: when localized autocomplete suggests translated tags, inserting them can result in non-linking hashtags and missing tags, making it unclear what “translated tags” are supposed to do in composer/search/tagging flows (read more). This overlaps with earlier reports of localized autocomplete behaving inconsistently depending on context (topic list vs composer vs hashtag autocomplete) (read more).

  • A puzzling image zoom issue (“Image could not be loaded” only when clicking directly, but not when navigating via arrows) looked account/session-specific—incognito worked—so troubleshooting focused on safe mode, cache, and “try an alt account” isolation (read more).

#self-hosting

  • A bootstrap failure during db:migrate (relation "ai_agent_mcp_servers" does not exist) turned out to be an edge case caused by a migration ID collision—notably linked to AI-assisted migration generation producing date-stamped collisions across repos (read more). The resolution included guidance to avoid “suspiciously round” timestamps and a concrete workaround using a new migration version (read more).

  • A self-hosting upgrade procedure check-in covered “rebuild vs rebuild-in-place” and how to think about release vs latest vs ESR choices—especially the practical reminder that downgrades aren’t supported (read more). The recommended background reading was the release channel explainer (read more) plus how to configure tracking branches (read more).

  • A post-upgrade “all plugins broken” incident was traced to CORS + script type="module" requirements in the newer plugin system; once CDN headers were corrected, everything returned to normal (read more).

Dev

  • Rails ecosystem maintenance: a PR adding Sidekiq 8 support to mini_scheduler was merged and released quickly, unblocking dependency upgrades for downstream apps (read more).

ux

  • A Horizon theme UX issue—category creation floating box blocking lower settings—was acknowledged with a forthcoming fix (and a linked core change) (read more).

Activity by the @team Group

  • nat dug into localization quality issues around AI-driven tag translations and next steps for improving prompts/context (read more), proposed predictable ways to inject more context into translation calls (read more), and outlined upcoming configuration improvements for category-scoped translation controls while troubleshooting PM translation behavior (read more). nat also posted the progress update that translated tags are now available (read more).

  • Falco proposed a “give the agent tools to fetch context” approach to improve tag/category translations (read more), endorsed combining multiple grounding strategies (read more), and expanded on why using existing translations and limited code search can materially improve outcomes for enumerable strings (read more)—while still arguing against disabling machine translation for key areas on Meta (read more).

  • david helped debug a self-hosting bootstrap failure by checking migration ordering and asking for evidence the table-creating migration ran (read more), then identified the underlying AI-related migration collision dynamic and asked how to ensure real timestamps going forward (read more). david also clarified why plugin CORS issues appeared “suddenly” due to the gradual move to type="module" (read more), confirmed successful resolution of tag/branch deployment confusion in the older-versions deployment thread (read more), and merged/released Sidekiq 8 support in mini_scheduler (read more).

  • zogstrip connected an ecosystem bug (404s on /llms.txt-style root routes) to an in-flight core fix (read more), clarified the constraints behind the “use name for username suggestions” setting and updated its description to match actual behavior (read more), shipped a fix for the “can’t unfollow banned users” edge case via the official follow plugin (read more), flagged intended vs actual behavior in recurring event attendance semantics and linked a fix for attendee management permissions (read more), and confirmed a fix path for Google Search Console’s acceptedAnswer errors (read more).

  • sam confirmed a missing Ember route causing root-level links to misbehave in-app (similar to safe-mode quirks) and suggested tracking it properly (read more), then reinforced why fixing /llms.txt routing matters as it becomes more widely linked (read more).

  • manuel continued iterating on Meta’s redesign theme, acknowledging color issues and describing how a new theme modifier removes the need for a hard-coded color-scheme hack (read more), and followed up on a suspected link highlighting bug by requesting inspection details (ultimately traced to external CSS) (read more).

  • martin pointed to a prior removal/cleanup relevant to FAQ & Guidelines link behavior (read more) and provided guidance on enabling “solved-style support category creation” via category settings, noting future UX improvements are planned (read more).

  • schleifer clarified that a reported Discourse CDN domain with an invalid SSL cert had been retired years ago, and directed the reporter toward support escalation if a hosted site was still referencing it (read more).

  • awesomerobot acknowledged a Horizon theme layout blocker during category creation and linked an upcoming fix via core changes (read more).

  • HAWK moved a confusing signup behavior report into bug and documented reproduction details on try.discourse.org (read more), clarified hosted-plan limitations around CSS-based registration form customization (read more), and pointed to known behavior where scheduled-post publishing doesn’t trigger mention notifications as expected (read more).


If today taught us anything, it’s this: may your migration IDs be unique, your CORS headers correct, and your German tablet never again translate into medication.

Today on meta.discourse.org

Key Stats

Top users (posts / likes received in the last 24h):

User Posts Likes
david 7 9
Moin 6 3
RGJ 3 5
Falco 3 4
NateDhaliwal 3 3
merefield 2 5
denvergeeks 2 4
nat 2 4
awesomerobot 2 3
Ed_S 1 3

Interesting Topics

#Announcements

  • Discourse 2026.3 shipped: david posted the March 2026 monthly release announcement with links to the full changelog and patch releases, and Ed_S confirmed smooth upgrades and RSS/email visibility on their side — read more.

  • Calendar subscription sync expectations: folks using subscription URLs noticed edits/deletions don’t appear instantly; Falco clarified Google Calendar typically refreshes about twice per day, so changes can take hours — read more.

Dev

  • Theme/plugin template deprecations sparked strong feelings: the ongoing move away from .hbs prompted pushback, while others pointed to auto-conversion tooling and past deprecation runways — read more. (Related: the “auto-update to .gjs” guide was referenced as a path forward — read more, plus earlier compatibility discussions like the FA6 upgrade thread — read more.)

  • .js.es6 filename deprecation (again): discussion reiterated that most cases are simply renaming files to .js, and awesomerobot offered to help update open-source plugins via PRs — read more.

  • API regression report: a script using the REST API began returning 400 errors with the all-users scope, breaking previously-working automation (user creation + liking) — read more.

#Feature

  • Review Queue UX: “helpful flags” should be clickable: admins spotted that “helpful flags” lacked a link/filter path; awesomerobot opened and merged a fix so it’ll land in upcoming updates — read more. (The same report was also raised in ux form — read more.)

  • Limit AI translation to specific categories: nat linked a PR implementing category targeting for translations, aiming to reduce “translate everything” blast radius — read more. (This ties into broader localization workflows and documentation — read more.)

  • Email-in for automatic groups: a request argued that blocking incoming email for automatic groups is confusing (UI hides the setting), forcing awkward “shadow group” workarounds — read more. (Prior art includes staff-group email-in expectations — read more and a Rails-console workaround thread — read more.)

#Community_Building

  • Real-world multilingual community operations: a private community considering Spanish/French/Portuguese support asked for rollout strategies and realistic expectations about machine translation quality — read more. (Team examples pointed to live multilingual usage, including a French chat discussion — read more and a Chinese-language topic example — read more.)

Support

  • “Ongoing translation” experience (original + translated side-by-side): a detailed request described an AU-scale multilingual need (Anglophone/Francophone/Lusophone/Arabic) and asked for automatic dual-display and paragraph-level translation; Falco noted native content localization covers most needs, but chat translation isn’t there yet — read more.

  • Chinese-language “Oops” after switching to ESR: a self-host rebuilt started throwing generic errors after setting version: esr; david identified this as a downgrade scenario (unsupported) where the DB schema no longer matches older code, requiring backup restore or returning to latestread more. (Related upgrade/process discussions continue elsewhere — read more.)

bug

  • Chat plugin build failure with rollup: a report about _assert is not a function remained unresolved; david asked whether any local patching/customization might explain why it’s not widely reproduced — read more.

  • Topic Voting plugin: missing vote tallies + broken voting after upgrades: a site on 2026.4.0-latest reported vote history disappearing and users struggling to vote; logs mention tag param deprecations and multiple bundled plugins (Reactions, User Notes, Calendar, Solved) were suspected — read more. (Troubleshooting also referenced a “everything broke” pattern like CORS issues affecting all plugins — read more, and Meta’s own voting UI changes were noticed — read more.)

ux

  • Translated categories vs translated tags behave differently: Moin noticed category names switch to the interface language immediately, but tag translation seems tied to a separate toggle (topic/post translation), creating inconsistent mental models — read more.

events

  • Events revamp: clearer “Webinars” vs “Office Hours”: Danielle outlined a new structure for announcements, replays, and where to find everything in the events category going forward — read more. (A related events thread also had quick fixes to confusing displayed times — read more.)

Activity by the @team Group

  • david shipped the 2026.3 release announcement and linked patch trains — read more; helped debug a chat build/compiler error by probing for local customization — read more; and resolved a self-host “Oops” incident by explaining why downgrading to ESR is unsupported due to schema drift — read more.

  • Falco set expectations on calendar subscription refresh cadence (Google Calendar updates ~2x/day) — read more; shared real-world multilingual implementations while discussing how to run a multilingual communityread more; and clarified that content localization covers most translation needs except chat (for now) — read more.

  • nat connected multiple translation-related threads to the same implementation work, posting a PR for category-scoped translationsread more and explaining how translation settings will migrate for PM/public content behavior — read more.

  • awesomerobot unblocked a Review Queue UX gap by opening (and merging) a PR to make “helpful flags” link properly to the “Flagged by” filter — read more; and offered hands-on help updating plugins impacted by deprecations (especially extension renames) — read more.

  • Danielle clarified how Discourse will organize Events, webinars, office hours, and replaysread more; and quickly fixed a confusing event time display after it was reported — read more.

  • renato noted a recent editor change: the rich editor now consistently serializes closed [details] blocks regardless of current open/closed state, and asked for further reports if issues persist — read more.

  • sam weighed in on an AI/migration workflow issue, suggesting that a lint-like guardrail might prevent recurring migration filename/id mistakes — read more.

  • j.jaffeux revisited a recurring-events edge case (“going” attendance not resetting), pointing out limitations stemming from not having per-date event entries — read more.


Yesterday’s vibe check: Meta managed to ship a fresh release, chase down translation ambitions across continents, and still find time to remind everyone that downgrades bite—a pretty classic day in Discourse-land.*

Today on meta.discourse.org

Key Stats

In the last 24 hours: 118 new posts across 12 new topics (plus plenty of ongoing threads getting fresh replies, fixes, and follow-ups).

Top contributors (posts / likes received in the last 24h):

User Posts Likes Seen in
Lilly 9 21 Reported a mobile viewport regression in Some Meta topic pages borked on mobile viewport and followed up across several support threads (read more)
Falco 8 19 Shipped a major embedding upgrade in Embed Discourse as a full comment system on your site
Moin 15 17 Helped debug reactions + archived topics in Only posts with no likes or reactions can be “liked” in an archived topic and provided bookmark organization workarounds (read more)
sam 3 16 Announced MCP connectivity for AI agents in Bring your own MCP!
nat 2 12 Published the multilingual retrospective in Building for Every Language
RGJ 1 10 Released an April 1st-ready theme component in Full Screen Cover Image
WorldIsMine 3 7 Shared “live-in-production” prank outcomes in Full Screen Cover Image
davidb 1 7 Found the likely root cause and initiated a revert for the mobile breakage (read more)
zogstrip 6 6 Pushed fixes for archived reactions logic in Only posts with no likes or reactions can be “liked” in an archived topic
ToddZ 5 6 Improved discoverability and docs hygiene around gardening/index maintenance (read more)

Notable “still-moving” threads worth a quick skim (and likely to keep evolving):


Interesting Topics

#theme-component

#announcements

blog

  • A behind-the-scenes multilingual retrospective dropped: nat posted Building for Every Language, covering how Discourse’s multilingual support evolved over 13 years in Building for Every Language. It dovetailed nicely with today’s separate translation logistics discussion in plugin-land (read more).

bug

#self-hosting

Support


Activity by the @team Group


Yesterday’s highlight: between fullscreen “site seizure” splash screens and brand-new full-app embeds, Meta managed to both startle and ship—may tomorrow’s deployments cause fewer heart palpitations than Full Screen Cover Image.

Today on meta.discourse.org

Key Stats

  • New posts (last 24h): 71
  • New topics (last 24h): 11

Top users (posts / likes in the last 24h):


Interesting Topics

bug

  • Moin noticed tag banners were suddenly missing their tags (very empty vibes), and awesomerobot confirmed it was caused by a core data change and quickly shipped a fix for the tag-banners component (fixed) — read more (and the “back to normal” confirmation: read more).

  • RGJ reported that the Category Experts plugin can crash user merges due to validations while merging via CLI; zogstrip linked a fix in progress for category-expertsread more.

  • hel_Sinki flagged a high-severity backup failure to Cloudflare R2 during multipart upload (undefined method 'downcase' for nil) affecting S3-compatible backup storage; pfaffman shared a pragmatic gem-pinning workaround and confirmed it’s a recurring “S3-compatible” edge case — read more (workaround link drop: read more).

  • putty shared screenshots of German translations leaking “AI commentary” (thought process text) into the output, including cases where German posts look odd when viewed in English — read more.

  • A theme-component gotcha: Topic List Previews (TLP) broke sites on 2026.1.3 ESR due to a missing compatibility pin; RGJ provided a PR and mitigation steps, and merefield merged quickly — read more.

  • davidb noted a fix landing for group dropdowns not refreshing correctly after new groups are created, pointing to the resolving commit (fixed) — read more.

  • Jesse_Starks reported a weird iPad Safari composer jumping to the top (breaking buttons and resizing) that later became hard to reproduce; early suspicion pointed at theme interactions (Horizon/Foundation) — read more.

ux

  • Ed_S found that hitting an old numeric tag URL (/tag/6309) throws a 500 instead of a 404/redirect, triggering Google crawl errors; supermathie included the stack trace and suggested better fallback/handling — read more.

  • Eviepayne highlighted an MFA rollout pain point: enforcing MFA can “lock” logged-in but unenrolled users onto security prefs, preventing them from reading the very guidance topic they need; they requested richer admin messaging (and noted “passkeys are MFA”) — read more.

  • On docs navigation, nickrsan explored what the “homepage” should be for doc categories, discovering a larger rework in progress for doc-categories and asking how an “index topic as home” option might fit with upcoming “Simple Mode” work — read more.

#Feature

  • A long-running gamification request got fresh momentum: Falco is investigating per-leaderboard scoring values and shared a first draft PR direction for gamificationread more.

  • sam and Falco discussed whether AI personas/agents should respond only to explicit @mentions (rather than replies), with a lean toward avoiding “option paralysis” and instead leaning on upcoming workflows — read more (Falco’s workflow angle: read more).

  • Moin proposed improving localization polish: tag icons don’t appear for translated tags inside tag banners, especially in combined category+tag headers (new request tying together tag-banners + tag-icons + content-localization) — read more.

#Announcements

  • lindsey announced a quality-of-life improvement for support: people who are Tracking/Watching topics in a Solved-enabled support category now get a notification when a topic is marked solved (with a user preference to disable) — read more. (Related background: Solved plugin read more and “support categories” guidance read more).

  • The new embedding work drew UI feedback: in the “full comment system” embed, Tris20 suggested making scrollbars and “Reply to Topic” affordances more obvious to prevent accidental replies/notifications; mcmcclur echoed concerns that some UI elements may be too subtle — read more.

blog

  • In multilingual land, mcwumbly praised the storytelling (and years-long payoff) behind Building for Every Language, calling out how discussions mature over time and tying it back to the “magical multilingual features” — read more.

  • On the AI tooling front, Falco added an “edit existing posts” tool to Discourse MCP, responding to requests for wiki/post updates via LLMs (and hinting at broader “remote web MCP” thinking) — read more.


Activity by the @team Group

  • awesomerobot

    • Investigated and shipped the fix for missing tags in tag banners (core change impact → plugin update merged) — read more.
    • Pushed a UX improvement path for moderation flow: when a post is rejected, create a draft with the rejected content and link the user to it; PR opened and next steps clarified — read more (merge/release expectations: read more).
  • Falco

    • Continued work on per-leaderboard scoring values for gamification (shared draft PR direction) — read more.
    • Helped steer the AI agent behavior discussion toward workflows instead of niche settings for “mention-only replies” — read more.
    • Added an edit tool to Discourse MCP (unlocking “update wiki/posts via LLM” workflows) — read more.
    • Dropped a field report (and a meme-worthy “buddy” reaction) while resolving a migration collision bootstrap issueread more.
  • mcwumbly

    • Responded to Meta process automation in the gardening hub experiment, acknowledging an unintended side effect around tagging/closing and promising improvements — read more.
    • Contributed a thoughtful note on the long arc of multilingual conversations in Building for Every Languageread more.
  • lindsey

    • Announced new behavior for the Solved ecosystem: notifications when tracked/watched topics are marked solved (with preference toggle) — read more.
  • sam

    • Weighed in on “mention-only AI agent responses,” cautioning against edge-case settings and pointing toward workflows — read more.
    • Confirmed that adding a configurable delay to AI Agent responses is a good fit for upcoming workflow experiments — read more.
  • supermathie

    • Diagnosed the ugly side of numeric tag URLs: shared the stack trace behind the /tag/#### 500 error and suggested fallback behavior — read more.
  • martin

    • Continued iterating on Upcoming Changes UX, planning additional sort options (including “when the change appeared on your site”) — read more.
  • zogstrip

    • Acknowledged and linked the fix PR for the Category Experts merge crashread more.
  • davidb

    • Pointed to the core change resolving group dropdown refresh issuesread more.

Bonus threads that also saw fresh replies (for extra context): numeric tag handling (tags) read more, plugin/theme troubleshooting patterns via Safe Mode docs read more, and more self-hosting “S3-compatible isn’t always S3” reality checks read more.

Sign-off: Yesterday’s vibe was “everything is fine”… right up until tag banners went blank and Falco’s migration “buddy” demanded emotional support—classic Meta day.

Today on meta.discourse.org

Key Stats

Last 24 hours (2026-04-02 → 2026-04-03) saw 99 new posts across 10 new topics, with a big chunk of the conversation orbiting the new “Boosts” experiment in #Announcements (read more) and a quick turnaround on an Ask Discourse outage in #Site feedback ask-discourse (read more).

Totals

  • New posts: 99
  • New topics: 10

Top users (posts + likes in the last 24h)

User Posts Likes
Moin 10 17
NateDhaliwal 9 11
RGJ 7 13
Canapin 6 14
awesomerobot 5 14
putty 4 11
nat 4 9
Lilly 3 11
Bas 2 10
lindsey 1 10

“Boosts fill a gap in the interaction hierarchy…” — j.jaffeux in the Boosts trial thread (read more)


Interesting Topics

#Announcements

  • lindsey kicked off a Meta-only experiment for Boosts—a “reaction with a tiny message” intended to reduce low-effort replies while still acknowledging posts, sparking debate about naming, discoverability, moderation/flagging, and whether boosts should eventually unify with likes/reactions (read more). Related: ActivityPub/Mastodon-style “boost” confusion came up too (read more), alongside a request for better “quote boost” support (read more) and concerns about AI/toxicity scanning + watched-words coverage (read more).

  • The new “Embed Discourse as a full comment system” announcement continued to draw practical UX feedback—especially around infinite scroll hiding key actions and questions about how embedded replies/likes show up in reporting and categories (read more). One user pointed to tag organization context as a way to reason about where embedded content lands (read more).

#Site feedback

  • Ask Discourse briefly went down, with multiple confirmations and a fast fix: Bas acknowledged and resolved the issue within the thread, closing the loop cleanly for ask-discourse watchers (read more).

  • A separate Ask Discourse UX nit: the “Back to Forum” link appears on the homepage where it’s redundant. awesomerobot noted Ask is a special customization case and the team will hide it there (read more).

General

  • A community member asked whether there are any Discourse forums focused on public transit / urban design; awesomerobot suggested checking the official directory plus a known Queensland example, and RGJ added a London-related forum link (read more).

ux

  • A self-host admin hit a 2FA enforcement lock-in problem and wanted to embed help content in the enforcement message. The solution: customize site text (simple) or inject a richer HTML help panel via a theme component + outlet rendering (flexible) (read more).

  • A 500 error on old numeric tag URLs (hurting Google crawl) got staff eyes quickly; nat confirmed compatibility of /tag/name resolution is intentional and a fix is forthcoming for numeric edge cases (read more).

bug

  • An AI-related localization glitch: German translations accidentally included “Thinking/Translate” artifacts in public output. nat traced it to a recent prompt/feature update and shipped a formatting-tightening fix, plus cleaned up affected posts/titles (read more). (There’s also ongoing broader language/translation work being discussed elsewhere, e.g. blog follow-ups (read more).)

Support

  • A moderation workflow surprise: hidden posts can reappear after the author edits. The thread clarifies this is intended behavior for “hidden” (vs deleted) content—if you want it to stay out of the timeline, request revision pre-publication or delete after posting (read more).

  • Self-hosters revisited iOS push notifications via “Add to Home Screen”: Falco confirmed PWA push should work on iOS 16.4+ and dug into why admin impersonation can break notification setup, pointing at a specific initializer line as the culprit (read more). A related upload/draft-loss thread also saw renewed attention (read more).

  • A new rest-api question asked how to GET “Featured Topics”. The answer: if featured topics are used in category list layouts, they can be pulled from /categories.json under each category’s topics array (read more).

  • A Chinese-language report showed a Poll plugin “NoMethodError” in an unsupported-install Bitnami environment; replies pointed out Bitnami installs are deprecated/unsupported and may behave differently from the standard install docs (read more). Supporting context: the canonical “standard install” guide (read more) and the explicit “Bitnami installations are unsupported” note (read more), plus the “container image is deprecated” discussion (read more).

  • Mail-receiver troubleshooting resurfaced: a user migrating away from Gmail found their self-hosted mail server was rejected due to SPF failures, with logs showing 550 5.7.23 rejections and prompting deeper email-auth alignment checks (read more).

#Feature

  • AI embeddings integration got a sharp edge-case: Mistral embeddings aren’t fully OpenAI-compatible because the API expects output_dimension while Discourse requires dimensions, making “Run Test” work but blocking saves without dimensions (read more). Background reference: earlier “how to implement Mistral with embeddings” guidance (read more).

  • Localization + tag visuals: two parallel requests aimed to make tag icons work with translated tags—both in tag banners and the tag icon component. The core issue: translated tag labels don’t currently pick up icons like the default-language tag does (read more) and related component support is being requested too (read more).

  • Emoji search got more multilingual: localized emoji aliases (English + translations) were implemented via PRs, and in the process the emojis.json payload shrank by ~160KB (read more).

#Migrating to Discourse

  • A migration deep-dive: importing Google Groups via mbox worked, but messages tied to already-existing Discourse users appeared authored by system. The thread asks how to map existing users to imported messages (without rolling back via backup each time) (read more).

Activity by the @team Group

  • lindsey launched the Boosts experiment on Meta, outlining how boosts work, notification behavior, and asking for feedback on usefulness and naming (read more).

  • zogstrip clarified that boosts aren’t intended to reorder posts (i.e., not an algorithmic “boost”), and later joined troubleshooting on a Poll/Bitnami error report (read more, read more).

  • j.jaffeux framed boosts as a missing rung in the engagement ladder and hinted at a longer-term direction: unifying boosts/reactions/likes so communities can choose the interaction model that fits (read more).

  • awesomerobot provided the clearest positioning on Boosts: optional, inspired by Basecamp-style morale boosts, and potentially useful for communities that otherwise generate lots of short “cool!” replies; also confirmed boosts aren’t scanned by AI today (but could be) while watched words apply (read more, read more). They also acknowledged an Ask Discourse homepage UX edge case and suggested a directory approach for finding transit-related Discourse communities (read more, read more).

  • Bas responded quickly to an Ask Discourse outage report and confirmed the fix after investigation, keeping the status visible to reporters (read more, read more).

  • nat confirmed an incoming fix for the numeric tag old-URL 500 error while reinforcing that /tag/name compatibility is a deliberate product decision (read more). They also shipped a fix for AI-generated translation formatting issues in German and cleaned up affected content (read more), plus shared the next entry in the language/localization blog series (read more, read more) and clarified a tag translation example as intentional wordplay (read more).

  • Falco confirmed iOS PWA push notification support for Discourse instances added to the home screen and pointed to a specific code path that makes notifications fragile after admin impersonation (read more, read more). They also noted the implementation of localized emoji aliases and a payload reduction win (read more).

  • supermathie answered a 2FA enforcement UX question by pointing admins to customize the enforcement copy via site text overrides, enabling clearer instructions for locked-out users (read more).


Boost rockets launched, Ask Discourse recovered, and a handful of translation/notification gremlins got chased off—pretty solid day for both uplifts and fixes.

Today on meta.discourse.org

Key Stats

  • New posts (last 24h): 71
  • New topics (last 24h): 14

Top users (posts • likes)

User Posts Likes Recent highlights
RGJ 8 18 Boosts/reactions UX debate in Testing Boosts on Meta and a UX wording nit in “do you want to discard your post ?”
Ed_S 7 15 Minimalism discussion kickoff in How minimal is your forum? and more nuance on “boosts” as language/UX in Testing Boosts on Meta
Canapin 4 13 Concern about “boosts” being a single-emoji workaround in Testing Boosts on Meta plus sharing a fairly minimal setup in How minimal is your forum?
ToddZ 3 5 “Boosts” comparisons (Basecamp/Mastodon) and settings pointers in Testing Boosts on Meta
Moin 4 3 Version/context help in the translation thread Images missing… when using Mistral and composer-mode guidance in Toggling off the composer panel

Sample of where the day’s energy went: UX iteration on boosts (read more), composing/editing ergonomics (read more), and a flurry of plugin/self-hosting problem-solving (read more, read more).


Interesting Topics

#Announcements

General

  • Feature restraint became the theme: Ed_S shared a deliberately small configuration (few categories, no chat/reactions/LLMs) and prompted others to compare “minimal by choice” setups in How minimal is your forum?.

  • A lighter thread still surfaced an operational question: finding Discourse communities about transit—follow-ups narrowed interest away from UK examples in Are there forums on public transit in discourse?.

#Plugin

  • Anton_Akhmerov proposed a “multi-team Discourse” concept: turning top-level categories into workspaces and subcategories into channels (with paired chat channels), and mcwumbly asked about real-world use and scaling in Workspace groups (groups chat).

  • A new anti-abuse tool dropped: ProxyTracer’s plugin offers VPN/proxy detection at registration/login/global, with caching and fail-open options to avoid mass lockouts in ProxyTracer: VPN & Proxy Blocker.

  • A practical maintenance update: the repo move (GitHub → GitLab) for challenges tooling continued, including a note about account flagging fallout in Discourse Daily Challenges.

  • Push notifications via Pushover got a modernization pass: featheredtoast shipped updates so the plugin works with recent Discourse versions in Pushover notifications (notifications).

bug

ux

  • A deceptively small wording issue kept tripping people up: when abandoning an edit, the UI says “Discard your post?” (even if there are no changes). The request: make it “Cancel edit” / “Discard edits” and avoid prompting when nothing changed in “do you want to discard your post ?”.

#Feature

#Community Building

Support

  • A serious moderation/design boundary question: AI triage automation worked for public posts but did not appear to scan DMs between regular users even with “Include personal messages” enabled, raising concerns about abuse moving to private channels in Does AI triage automation scan DMs between regular users?.

Activity by the @team Group


If yesterday was any indication, today’s mission is clear: keep your forums minimal, your boosts uncluttered, and your “Discard” dialogs only discarding what you actually changed.

Today on meta.discourse.org

Key Stats

  • New posts (last 24h): 50
  • New topics (last 24h): 7

Top users (posts / likes received in the last 24h):

User Posts Likes
Moin 4 10
Lilly 4 6
Ed_S 4 5
Denis_Kovalenko 4 3
Falco 2 5
elmuerte 3 4
mcwumbly 3 1
NateDhaliwal 2 3
Monikas 1 3
satonotdead 1 3
Canapin 1 1

Notable quick wins: Falco committed to adding languages to Meta’s translator “early next week” in this thread, and mcwumbly linked real-world TL3 tuning changes Meta just made in this support discussion.


Interesting Topics

#site-feedback

  • Denis_Kovalenko asked for Ukrainian/Russian to be added to Meta’s language switcher, and Falco confirmed it’s a good idea and will be added soon (read more).

  • In the ongoing “content gardening hub” experiment, Moin noticed category descriptions/config no longer match the intended “only certain groups can post” rules, which helped connect the dots to a new permissions-reset bug (read more). (Related: the bug report itself in #bug: read more.)

Support

  • Ed_S wanted data-driven advice for tuning TL3 promotion/demotion thresholds; Moin pointed to per-user TL3 requirements and Data Explorer queries (read more), and mcwumbly shared Meta’s own recent cap reductions (500→250 topics viewed, 20k→2k posts read) based on query results (read more). (Deep link: the referenced query thread at read more.)

  • A Chinese-language support thread dug into why all traffic appears as Cloudflare IPs when there’s a second reverse proxy layer; replies focused on updating nginx config and questioning whether the extra proxy layer (e.g. 1Panel) is necessary (read more).

  • wuyuan reported a mysterious bottom-left overlay showing “gadgets” across forums; Ed_S identified it as a UI gadget box (theme toggle, light/dark, shortcut help) and pointed to an existing component discussion (read more; related: read more).

  • A French admin asked how to notify all event registrants about cancellations without manually @-mentioning dozens of users—raising a potential gap in calendar-and-event workflows (read more).

  • In AI triage automation, Denis_Kovalenko questioned whether “Include personal messages” scans DMs between two regular (non-staff) users; RGJ clarified that it does—then asked how the behavior was verified (read more).

  • Richie reported Google Search Console still complaining about a missing text field in mainEntity.suggestedAnswer despite updating to 2026.4.0-latest, referencing last week’s earlier report and fix attempt (read more; background: read more).

  • In a long-running sign-up approval workflow doc, stephtara asked what “refusal” looks like in practice—can staff provide reasons, “park” requests, or message applicants to clarify missing info? (read more)

  • A previously active support topic saw a confirm-that-it’s-fixed follow-up: after updating, “official components” started working again for Stephane_Roy (read more).

#plugin

  • elmuerte released a Ko-fi integration plugin that can reward donations with badges/group membership (including tier-based monthly memberships), with notes about currency limitations and anonymization support (read more). Follow-up discussion covered long-term maintenance and potential enhancements like a public progress bar/widget support (read more).

  • The ProxyTracer: VPN & Proxy Blocker thread debated whether Safe Mode undermines a security plugin; Moin argued safe mode won’t help much for a Ruby-only plugin and raised caution flags, and the author updated docs (and removed a redundant about.json) in response (read more; author update: read more).

  • The long-running Locations Plugin thread received a report that category maps stopped generating after an update; merefield suggested sponsorship and offered to investigate (read more).

  • In the experimental Discourse Suggested Edits plugin thread, NateDhaliwal asked whether OPs are notified when someone suggests an edit—after not spotting notification logic in the code (read more).

#feature

  • A feature request proposed auto-detecting or rejecting VP9 video uploads that won’t play on iOS Safari; discussion explored async/background transcoding trade-offs vs. simply flagging VP9 on upload. Falco highlighted CPU-abuse risks (especially 1vCPU self-hosts) but considered exploring a plugin option (read more).

bug

  • Moin reported a serious issue where category security permissions can reset when changing parent/subcategory relationships under the “simplified category creation” upcoming change—potentially re-enabling everyone reply/create without warning (read more). mcwumbly confirmed it sounded familiar and said the team would dig in (read more). (Related upcoming change: read more.)

#announcements

  • Feedback continued on “Testing Boosts on Meta,” with satonotdead endorsing a UI concept that “fuses” elements from multiple approaches because the current state feels confusing (read more). (Referenced earlier mock/concept: read more.)

  • In the “notify when a watched/tracked topic is solved” announcement, marteng69 flagged that disabling this new notification also disables alerts when your own post is marked as the solution—asking whether that’s intended or a bug (read more).

General

  • Monikas shared a slick Zenless Zone Zero “Inter-Knot UI” inspired Discourse theme concept; Lilly encouraged reposting it properly under Customization > Theme with a GitHub repo link so others can try it (read more).

  • In “How minimal is your forum?”, the discussion swung back to category vs tag sprawl: NateDhaliwal teased the “huge bunch of tags,” and Ed_S reflected on whether low-usage tags help users vs SEO—then spun that into a deeper TL2/TL3 capability question (read more).

  • A small but handy docs pointer: in the trust-level explainer thread, stephtara asked for the “permissions per trust level” reference, and ToddZ linked the canonical permissions matrix topic (read more; reference: read more).


Activity by the @team Group

  • Falco confirmed Meta will add Ukrainian/Russian to the translator language switcher soon, responding directly to the request in #site-feedback (read more).

  • Falco continued the VP9-on-iOS discussion, explaining why server-side video handling is trickier than images (CPU abuse vectors on small instances), but floated making an optional plugin path for admins willing to accept trade-offs (read more).

  • mcwumbly shared operational insight into TL3 tuning on Meta—specifically, reduced “cap” defaults informed by real usage data—while also discussing how Discourse may roll out future default changes more transparently (read more).

  • mcwumbly acknowledged a high-impact permissions regression report and confirmed the team would investigate the category-security reset behavior (read more).

  • mcwumbly tied the “lost posting restrictions” mystery back to the same re-parenting bug class, and said he’d prioritize sorting the restrictions later that day (read more).


Signing off: Yesterday was a classic Meta combo—new languages incoming while category permissions played a little game of “now you see me, now you don’t.”

Today on meta.discourse.org

Key Stats

User Posts Likes Notable threads they were active in
RGJ 8 15 Confirmed how DM scanning is included/excluded in automations (read more); reported Data Explorer edge cases (read more, read more)
Canapin 7 16 Continued the boosts experiment discussion (read more); weighed update-risk tradeoffs for self-hosters (read more)
Falco 4 4 Landed progress on localized emoji aliases (read more); discussed model choices & GDPR expectations for AI translation/embeddings (read more, read more)
awesomerobot 3 5 Suggested clearer UI wording for automation “topic type” options (read more); debugged a theme-component behavior question (read more)
manuel 3 4 Pointed folks to the official Lucide icon set and noted docs updates needed (read more, read more)
ばこん 3 3 Worked through a “sidebar not appearing” mystery with the theme-toggle component (read more)
ars18 2 8 Released a “MiniMod” plugin concept for delegated category/tag management (read more)
chapoi 2 7 Asked for better previews/screenshots on a new theme component announcement (read more); clarified Horizon theme compatibility expectations (read more)
bryce 1 4 Explained the “mysterious dots/lines” overlay as a sidebar fade gradient + CSS override (read more)
pmusaraj 1 3 Shared a core fix in flight for numeric-tag legacy URL 500s (read more)

Interesting Topics

Support

  • Denis_Kovalenko discovered AI triage automation wasn’t scanning DMs between regular users until “Topic Type” was left blank; RGJ confirmed the audit logs omission and the fix path, and awesomerobot suggested UI copy changes to reduce confusion (read more).

  • A translation workflow issue surfaced where images went missing in translated posts when using a Mistral model; discussion shifted toward which “Mistral Small” is meant, and what better-supported alternatives exist for both quality and GDPR constraints (read more).

#Announcements

  • The “Boosts on Meta” trial continued with Canapin arguing boosts may be more “guestbook-like” for authors than useful for readers, and a side debate emerged about whether boosts could introduce negativity that clashes with Discourse’s no-downvote philosophy (read more).

#Theme component

  • A new component, Topic Hover Cards, was announced to show rich previews when hovering internal topic links; chapoi requested screenshots/preview links to make evaluation easier before install (read more).

  • In the official Sidebar Theme Toggle component thread, a “sidebar not appearing” report ended up being a configuration/selection hiccup that resolved during troubleshooting, after awesomerobot checked theme selectability settings (read more).

#Plugin

  • Discourse MiniMod debuted as a plugin that extends category group moderation so trusted users can manage categories/tags/topics without full mod/admin powers—positioned as “organizers” who can rearrange shelves, not “kick people out” (read more).

  • The long-running Topic Ratings plugin thread saw a regression report (ratings UI vanished), followed by a fix PR for leftover widget references—and a note that the plugin has been modernized further in a separate fork pending more testing (read more).

bug

  • Data Explorer authors hit a guardrail: queries containing HTML entities like " couldn’t be saved because semicolons were being flagged even inside quoted strings; the request is for smarter detection (end-of-query/outside quotes) (read more).

  • A second Data Explorer issue: output appears double HTML-escaped (Fish & Chips instead of Fish & Chips), suggesting the “bug” lives in rendering rather than SQL (read more).

  • RSS edge case: exclude_tag works on the main RSS feed but appears ignored on category RSS feeds; a reproducible diff test was provided (read more).

  • A structured-data/SEO issue was reported: schema output missing the 'text' field in mainEntity.suggestedAnswer; staff confirmed investigation underway (read more).

ux

  • A “strange overlay” of gray dots/lines in the bottom-left turned out to be a sidebar fade gradient artifact; bryce shared a CSS variable override to disable the effect entirely (read more).

  • Numeric-tag legacy URLs: a report about 500 errors on old URLs (impacting crawlers like Googlebot) got a core PR reference indicating the issue should resolve once merged (read more).

#Site feedback

  • Meta’s category reshuffle sparked reflection: mcwumbly asked what kinds of “community building/management” discussion should be encouraged, and whether structure or norms should shift to keep the space focused and useful (read more).

#Feature

  • A long-requested i18n nicety landed: localized emoji aliases now work for some languages (e.g., typing a French alias can map to the canonical emoji), improving usability on non-English instances (read more).

  • AI embeddings: a configuration for using Mistral embeddings was shared, but the discussion also emphasized that other higher-scoring models (and multiple zero-retention providers / self-hosting) may be more practical depending on goals (read more).

#Self-hosting

  • A new self-hosting question asked how to think about port forwarding when using Cloudflare Tunnels—specifically whether to target localhost:80, a LAN IP, or something else (read more).

Activity by the @team Group

  • awesomerobot proposed clearer automation scope labels (distinguishing public topics vs all categories vs DMs) after a user confusion report about “All topics” not including PMs by default (read more); and followed up on troubleshooting in the official sidebar toggle component thread (read more).

  • chapoi requested better preview media for the newly released “Topic Hover Cards” component so admins can evaluate quickly before installation (read more); and set expectations on Horizon theme compatibility work, noting requests drive prioritization (read more).

  • manuel highlighted the official Lucide icon set in the “Alternative icons” guide and noted the topic itself should be updated to reflect newer/official options (read more, read more).

  • bryce explained the “unexpected overlay” effect as a gradient fade used for sidebar overflow, and provided a CSS variable override to disable it (read more).

  • pmusaraj linked to a core PR that addresses numeric-tag legacy URL failures causing crawler-visible 500s, suggesting relief once the fix merges (read more).

  • sam confirmed an experimental feature gap in the Suggested Edits plugin (“not implemented yet”) and indicated it would be added (read more).

  • davidb acknowledged and escalated the structured-data issue involving mainEntity.suggestedAnswer missing a required field, noting an update should follow soon (read more).

  • mcwumbly kicked off a meta-level discussion on how to better support community-building conversations after category changes, asking for input on structure and norms (read more).

  • Falco merged progress on localized emoji aliases (bringing non-English shortcode parity closer to reality) (read more); and pushed back on ambiguous “Mistral Small” reports while recommending higher-performing translation models and zero-retention inference options (read more, read more).


Yesterday’s highlight reel: Meta managed to debate boosts etiquette, fix DM scanning scope, and teach emojis to speak French—all before anyone even finished hovering over the new hover cards.

Today on meta.discourse.org

Key Stats


Interesting Topics

#Announcements

  • sam shipped easier access to bookmarked posts within a topic, adding “jump-to” links from the bottom bookmark control—then the thread quickly turned into a nuanced discussion of how the topic-level bookmark icon should signal “post(s) bookmarked” on mobile (read more). Related: an old feature request finally got its “told-you-so” moment (read more).

  • The Boosts experiment continued to draw “signal vs noise” feedback, including concerns about visual clutter and ideas like reactions-to-boosts—plus a new request suggested collapsing long boost lists on mobile (read more; read more).

  • Image uploads with automatic grids got fresh pushback from Moin, who argued that default grid formatting can hide information and adds extra work for Markdown writers (read more). Related: broader UI polish discussions continue in the theme space (read more).

#Site feedback

  • manuel shared a substantial update: the Meta Branded theme has been rebuilt from scratch, showcasing Lucide icons, a theme modifier to restrict color palettes, and a “where customization is heading” narrative—while the replies zeroed in on icon legibility, “replied” glyph choices, small list icons, and layout quirks like an unclickable logo (read more).

  • A quieter meta-thread asked for more community-building and migration stories (especially Facebook → Discourse), pointing to the educational value of real-world moves and what worked (read more).

#Theme component

  • manuel published Discourse Lucide Icons as a dedicated theme component (with repo + install docs), inviting focused feedback as the icon mapping gets refined over time (read more). Related: this was also cross-referenced from icon guidance discussions (read more).

development

  • Deprecations continued to be a flashpoint: david explained why dropping legacy .es6 extensions is about reducing real-world developer confusion (tooling, highlighting, linting, codemods), not mere technical constraints (read more).

  • The companion thread on deprecations escalated into a broader debate about plugin/theme compatibility expectations, with LeoDavidson describing burnout and arguing for a more stable API surface, and others advocating ESR + staging workflows (read more). Related: the same “I may delete/abandon plugins” theme spilled into older plugin topics (read more; read more; read more).

  • In a Chinese-language dev thread, sam pointed to early work on checking in AI “skills” into core under .skills, framing it as “early days” with more to come (read more). Related: local dev workflows for Discourse AI are still being clarified (read more).

bug

  • A bug report found that exclude_tag doesn’t work in category RSS feeds, and sam offered a practical workaround (/latest.rss?category=...&exclude_tag=...) while zogstrip linked a core fix PR (read more).

  • Upload markup generation can break when filenames begin/end with underscores (e.g. _test_file_.txt), producing malformed attachment links; zogstrip posted an “attempt at fixing this once and for good” (read more).

  • A self-hosted instance using mail-receiver reported intermittent inbound email processing failures where messages appear under both received and rejected, alongside observed ActiveRecord::Deadlocked logs (read more).

ux

  • A localization UX inconsistency was acknowledged: the translated categories/tags toggle wasn’t behaving consistently; nat shipped an adjustment so the toggle only affects the title and post, aiming for predictable behavior (read more).

  • Horizon theme users revisited a mobile layout concern: sticky category heading containers can dominate small screens; discussion explored whether this should be a theme-level change or left to site CSS tweaks (read more).

Support

  • A report noted that users who disable translations sometimes see them re-enabled after weeks; nat clarified the current approach (local storage for 30 days) and proposed persisting the preference in user settings for cross-device consistency (read more).

  • Another localization issue described a ?tl= anonymous browsing bug: titles appear in the requested locale at first, but revert inconsistently while scrolling and inside topics—despite the UI showing the chosen language (read more).

  • Moderation workflow questions came up again: a new topic asked whether there’s an API to hide a post (not delete it) so flagged content can be removed from view without resolving the flag (read more). Related: concerns about auto-resolving flags on deleted posts leaving sensitive content visible without staff action (read more).

  • A watched-words support case reported flags triggered without a highlighted watched word, possibly tied to email-based replies; staff asked for configuration details (regex vs plain) to narrow it down (read more).

#Community Building

  • A Japanese-language question asked why a forum doesn’t appear in Discourse Discover, noting seemingly less-active sites that do show up; replies pointed to “appear in discourse discover” and referenced known criteria discussions (read more). Related: Discover inclusion context (read more).

#Self-hosting

  • Cloudflare Tunnel troubleshooting continued: one user solved port-forwarding uncertainty by following the Tunnel guide, while another reported ERR_CONNECTION_TIMED_OUT after following the same approach, looking for next diagnostic steps (read more; read more). Related: the referenced Tunnel walkthrough (read more).

Activity by the @team Group


That’s a wrap: may your bookmarks be one tap away, your RSS feeds properly filtered, and your Lucide hearts eventually find their filled-in “liked” state.

Today on meta.discourse.org

Key Stats

Last 24 hours (2026-04-07 → 2026-04-08)

  • New posts: 113
  • New topics: 18

Top users (posts / likes received)

Conversation hotspots (by sheer “people care about this” energy):

  • Mobile bookmark discoverability and “topic vs post” mental models: read more
  • Calendar subscriptions polishing (naming, escaping, UX): read more, read more
  • Content localization oddities on first load / refresh: read more
  • Theme/admin ergonomics (compatibility + sidebar sections): read more, read more

More threads with fresh replies (quick links):

  • Auto-grids for images (and the desire for an off-switch): read more
  • Plugin vs core llms.txt collisions: read more and native support debate: read more
  • Lucide icon feedback (and “reply” icon confusion): read more
  • Meta theme redesign icons legibility: read more
  • “How minimal is your forum?” configuration inventories: read more
  • Badge bulk-award workflow UX: read more
  • Custom Wizard location/map quirk: read more
  • Incoming email processing edge cases / diagnostics: read more
  • Translation consistency (“Timer” vs “Zeitschaltuhr”): read more
  • Discourse MiniMod new settings for TL4 permissions: read more

Interesting Topics

Marketplace

#Feature (bookmarks)

  • The “Unable to tell post bookmarks exist in the footer on mobile” thread dug into whether the footer bookmark icon should communicate post bookmarks, topic bookmarks, or both—plus how to keep a consistent action model without hiding useful “jump to bookmark” affordances (read more, read more)

#Feature (calendar-and-event)

  • Event creation UX remains a stumbling block: nathank argued for a single-click entry point to the Create Event flow (and less “markdown cleanup”), with acknowledgement that improvements are underway but without ETA (read more, read more)

ux (chat)

  • Disabling public chat channels currently still leaves a “Channels” tab visible in the chat drawer; the thread explores whether it’s a caching/refresh issue or a genuine UI state mismatch (read more, read more)

ux (translation, onebox)

  • discojan spotted that preview link reading-time uses a hard-coded "mins" string that can’t be translated (and can even produce awkward plurals), prompting a fix to localize it properly (read more, read more)

bug (calendar-and-event, fixed)

  • Calendar subscription syncing HTML-escaped ampersands (&) into Google Calendar event titles was reported and quickly patched, with confirmation that it’s now resolved (read more, read more)

bug (calendar-and-event, fixed)

  • Another calendar-subscription papercut: Google Calendar was using the webcal URL as the calendar name (leaking an API key into the visible name field). The thread landed on adding X-WR-CALNAME to the ICS output, and it’s confirmed working (read more, read more)

bug (content-localization)

  • A puzzling localization edge case: on initial page load, topic lists can appear mostly translated except for topics originally written in the visitor’s language (e.g., German topics showing in English), and it reproduces even on Meta itself (read more, read more)

bug

  • Theme components respect .discourse-compatibility at install time, but not when compatibility targets change later—meaning admins may need a remove/reinstall dance to recover, instead of updates rolling back automatically (read more)

Support (email-in)

  • “Should I cron-restart Discourse daily?” came up in the context of POP3 polling gaps; replies pointed to the POP server error and suggested moving to direct-delivery incoming email and/or splitting mail onto a subdomain (read more, read more)

Support

  • A ticket-system setup hit a scary privacy snag: TL0 users could see content in a support workflow that was expected to be private; the discussion immediately pointed at the Private Topics approach and troubleshooting why it might not be behaving as expected (read more, read more)

#Site feedback

  • Meta’s official plugin topics may have outdated “available on all hosting tiers” callouts now that tiers changed (including the free tier), and there’s also cleanup needed for old category-mention text like #bug that no longer resolves (read more, read more)

Support

  • Using Discourse as an academic journal: adding Google Scholar citation_* meta tags per “article post” likely needs a custom plugin (not a setting/theme tweak), with pointers toward registering custom field types (read more, read more)

#Theme component (sidebar)

  • Sidebar Menu Reorder troubleshooting: the component couldn’t find a section, and Lilly shared a practical Rails-console approach to inspect SidebarSection records and restore the default “Community” section title (read more, read more)

bug

  • IME users (e.g., Chinese input) can get their composition interrupted by word limits in the Boost composer; a proposed fix delays cutting until after composition ends, with a PR linked for review (read more)

Activity by the @team Group

  • zogstrip shipped a string-localization fix path for onebox reading time (“mins”), tying the report to an upstream PR (read more); confirmed a calendar-sync escaping bug would be fixed via PR (read more); and continued tightening PM/flag inbox behavior with a “missing bump: true” patch (read more).

  • chapoi drove the bookmark footer design discussion forward with a consistency-first UI proposal (including distinct icon states and menu behavior) (read more); and confirmed ongoing work to simplify event creation UX (no ETA yet) (read more).

  • sam argued for an end-user-focused interpretation of bookmarks (topic vs post) and pushed back against making UX harder in the name of nuance (read more); and clarified the intended audience for dv tooling as developer/designer oriented rather than hobbyist-friendly (read more).

  • nat jumped on the content-localization “wrong-language-on-refresh” report by validating relevant settings and investigating the reproduction on Meta (read more, read more); and acknowledged Data Explorer issues amid planned updates (read more, read more).

  • awesomerobot endorsed the bookmark icon/menu compromise as a good synthesis of feedback (read more); advised that Google Scholar citation meta tags likely require a custom plugin approach (read more); and noted a merged fix to retain category permissions when changing category hierarchy (unless parent restrictions require tightening) (read more).

  • Falco took the “webcal URL becomes Calendar Name” report from “how would we do that?” to “let’s try it” by adding X-WR-CALNAME support and linking the fix PR (read more).

  • david helped diagnose a self-hosting CORS/CDN problem by narrowing where HighlightJS should be loaded from and asking clarifying questions about S3 vs app CDN setup (read more).


Yesterday proved once again that on Meta, the smallest UI details—bookmark glyphs, calendar names, and even a humble ampersand—can trigger the biggest (and most productive) deep-dives.

Today on meta.discourse.org

Key Stats

  • New posts (last 24h): 104
  • New topics (last 24h): 15

Top users (posts / likes in the last 24h)

User Posts Likes
Canapin 7 21
Moin 8 12
Lilly 10 11
RGJ 5 10
merefield 3 8
ducks 1 7
gilles 8 6
Falco 2 5
jordan.vidrine 2 5
awesomerobot 2 4

A lot of the energy clustered around mobile composer UX and day-to-day admin practicality: the mobile composer overhaul discussion in ux (read more) cross-pollinated with the “how do I close the tag selector?” question (read more), while “what’s supported?” conversations popped up on legacy Windows access (read more) and Discourse-hosted SSO/OIDC trouble reports (read more).

Interesting Topics

ux

  • Canapin kicked off a wide-ranging reality check on creating/editing posts on mobile in 2026, arguing the composer is visually and functionally overwhelming on small screens and asking what should be removed from the default experience (read more); the thread also connected to reports of composer freezing (read more) and older mobile UX context (read more).

  • The “close the tag selector on mobile” UX papercut got its own focused thread: the selector stays open with no obvious dismissal pattern, and users described awkward workarounds like dismissing the keyboard first (read more).

#Site feedback

  • A request to make feature/bugfix announcement topics include a version number highlighted the gap between tests-passed expectations and the reality of managed hosting + large plugin/theme stacks, where “just update daily” isn’t workable (read more); the discussion referenced a chat pinning announcement as an example (read more).

  • Ongoing feedback on the Meta branded theme rebuild continued, with mobile spacing called out as “too much padding” that reduces usable width on narrow screens (read more); related meta “plugin availability notes” confusion also saw a small improvement (scroll margin) land (read more).

Support

  • What versions of Windows are supported?” turned into a practical clarification: Discourse support tracks supported browsers and, as staff emphasized, no support for OS versions Microsoft no longer supports—with real-world notes about modern TLS + browser feature requirements and workable Chromium/Firefox forks for stragglers (read more); background context included legacy browser policy (read more) and legacy browser guidance (read more).

  • A Discourse-hosted (customer) incident: users reported OIDC login failures on the OpenAI Discourse forum, with multiple confirmations that “Sorry, there was an error… with oidc” is reproducible (read more).

  • A nuanced uploads question: .txt and .yaml attachment “download links” open raw text instead of downloading, prompting discussion of storage/CDN/S3 headers like content-disposition and whether “secure uploads” is the right lever (read more); a potentially related S3 filename/download behavior thread was cited (read more).

  • A migration/admin-defaults edge case: staged users inherited “watching” via TL0 group settings, and the thread explored whether “default categories watching” behaves as admins expect (especially pre-activation) (read more); the setup referenced a Google Groups migration path (read more).

  • A moderation anomaly: admins saw the system flag multiple old posts (including PMs) as spam with confusing review-queue messages (including “Is this post or undefined?”) alongside a worker timeout/backtrace in logs (read more).

#Theme component

  • A tiny-but-handy new component restores the composer fullscreen toggle on tablets / larger touch devices, where it’s normally hidden—aimed at improving composer ergonomics for bigger screens (read more).

  • The official Versatile Banner component hit an unexpected external dependency snag: its default background image is hosted on Imgur, which is now inaccessible in the UK—making the out-of-box banner appear broken for new installs there (read more).

  • In Quote Callouts, a locale-specific bug appeared only with German translation enabled; a quick fix was proposed and confirmed, and follow-up UX requests asked for icon-only/no-title callouts (read more).

#Announcements

  • The ongoing experiment with Boosts kept drawing thoughtful community “culture-fit” feedback: admins want strong control (disable/hide low-content UI affordances), and reassurance that disabling doesn’t cause breakage (read more).

blog

  • A delightfully deep infra post explained how “Jennifer Aniston and Friends” led to 377GB of bloat and ext4 hardlink issues during backup generation—prompting both laughs and appreciation for more technical postmortems (read more).

wordpress

  • A wp-discourse feature idea proposed hiding specific Discourse replies from being pulled into WordPress comments by applying a Discourse tag (similar in spirit to existing trust-level based filtering) (read more).

Activity by the @team Group

  • ducks published the companion discussion for the infra write-up on backup generation, ext4 hardlinks, and how real-world media load can explode disk usage (read more).

  • awesomerobot engaged in the mobile composer reality-check thread, acknowledging “Meta is a worst-case scenario” and asking for actionable guidance on what to remove/simplify from the default mobile composer UI (read more); they also followed up on a theme-related composer/draft warning report in a reddit-like theme thread (read more).

  • jordan.vidrine weighed in on the mobile composer discussion with both product perspective and feedback-quality guidance—encouraging specifics that can translate into fixes (read more)—and continued clarifying intent/controls around Boosts moderation and “fun features” in the experiment thread (read more).

  • Falco clarified the practical policy stance on legacy platforms (Discourse support aligning with vendor-supported OSes) while also sharing tested alternatives for older Windows users via modern browser forks (read more) and follow-up testing results (read more).

  • supermathie helped troubleshoot the legacy Windows accessibility complaints by hypothesizing TLS negotiation / modern cipher support issues and suggesting concrete diagnostics via SSL Labs’ client test flow (read more).

  • derek shipped a small but meaningful usability tweak (scroll margin) in the ongoing “plugin availability notes” discussion, improving how anchored headings land on the page (read more).

If yesterday taught us anything, it’s this: keep your hardlinks healthy, your mobile composer buttons tappable, and maybe don’t let Jennifer Aniston anywhere near your backup volume.

Today on meta.discourse.org

Key Stats

In the last 24 hours (2026-04-10 → 2026-04-11), Meta saw 47 new posts across 8 new topics (source window reflected in ongoing discussions like the Support signup outage: read more).

Top posters & most-liked (last 24h):


Interesting Topics

Support

  • EricGT reported an OpenAI forum login failure tied to openid-connect, and sam escalated it; by the end, multiple folks confirmed it was working again and the topic was marked solved (fixed) (read more, escalation note: read more, confirmation: read more).

  • New-site signups on the Free plan were hanging at “Almost there…”, with NateDhaliwal reproducing and pmusaraj confirming a backend issue before reporting it resolved (free-plan) (read more, repro: read more, fix update: read more).

  • A request to exclude staged users from “Watching” email behavior raised concerns that staged accounts can’t unsubscribe—prompting discussion of intended staged-user notification semantics (staged-users) (read more, latest concern: read more).

  • A self-hosted instance hit sluggishness and rebuild trouble after an upgrade, with logs pointing at a deprecated plugin; Falco advised removing discourse-question-answer (unsupported-install) (read more, team guidance: read more).

ux

  • A broader “2026 mobile composing/editing experience” thread continued, with Lilly highlighting how removing legacy /mobile and /desktop view paths improved real-world theme/dev workflows (composer mobile) (read more, Lilly’s note: read more, related reference: read more).

  • NateDhaliwal suggested the expand/collapse arrow for the accepted-answer excerpt in the OP could be misleading, and Moin compared its placement to quote controls—raising a “do we move it or keep consistency?” UI question (solved) (read more, quote UI comparison: read more).

  • A German i18n report flagged “Solved” as non-translatable in the solved UI; awesomerobot acknowledged and pointed toward a fix (solved fixed) (read more, response: read more).

  • Another i18n snag: the Wrap modal shows “Key” and “Value” strings that appear not to be translated, with code pointers supplied for investigation (read more).

bug

  • NateDhaliwal reported Meta sometimes opening on topics from 1–2 days ago and only later revealing a “new/unread topics” bar—suggesting a potential “stale landing” or caching/state issue (read more).

  • A suspected cache-key issue: /favicon/proxied appears to return the same image for different target URLs, with clear reproduction steps provided (read more).

  • Pasting HTML tables into the rich editor: when a table has no <thead>, the top row’s first TD may be converted into a TH, indicating a clipboard-to-Markdown/HTML normalization edge case (read more).

  • A French-language bug thread about category advanced settings continued, with a suggestion to better tag it if it’s really a calendar-and-event issue (categories) (read more, tagging suggestion: read more).

#Site feedback

  • A request that feature/bugfix announcement topics include a version number evolved into a workflow idea: link each release-note item back to its Meta announcement so versioning context is easier to apply (read more, expansion: read more).

  • A meta-level conversation about encouraging healthier community-building and moving away from toxic environments continued, referencing “institutional arrangements” and community governance as essential complements to tooling (read more, latest reflection: read more).

#Announcements

  • The “Modernizing the Foundation theme” effort got a status update from jordan.vidrine: smaller pieces may merge into core first, while larger UI aspects stay feature-flagged temporarily—followed by concrete pain points like button styling mismatches across old/new foundations (read more, update: read more, follow-up: read more).

  • Calendar subscription URLs discussion continued, with guidance that a Theme Component button is the robust path (Wizard optional/fragile), and interest building for a proper TC topic (calendar-and-event bookmarks) (read more, guidance: read more).

wordpress

  • A WP Discourse feature request explored filtering out comments by some signal akin to tags, but noted tags are topic-level; the conversation circled around needing a post-level exclusion signal analogous to “Only Import Moderator-Liked” (wp-discourse) (read more, response: read more).

#Plugin

  • The ai llms.txt generator plugin thread discussed an upcoming plugin update to prevent core from overriding plugin behavior—very much in the spirit of plugins “fine-tuning” baseline behavior (read more, update: read more).

  • The long-running Discourse Solved plugin topic got a small but practical request: refresh the OP screenshots because they’re now outdated (official solved included-in-core) (read more, screenshot request: read more).

#Theme component

  • The “left-side hamburger menu on mobile” component discussion resurfaced: the move away from separate mobile/desktop views broke assumptions, and a CSS positioning/grid approach was suggested as a pragmatic path forward (mobile) (read more, maintainer note: read more).

#Feature

  • A “category moderators can create subcategories” request got a fresh ping asking whether it shipped and whether sponsoring features is possible (category-moderators) (read more, latest query: read more).

Activity by the @team Group

  • sam stepped in on the OpenAI OIDC login outage, explicitly escalating to relevant contacts and helping unblock users once the issue cleared (Support, openid-connect) (read more, resolution confirmed later: read more).

  • awesomerobot acknowledged the untranslated “Solved” string report and pointed to an imminent fix (ux, solved) (read more).

  • pmusaraj responded quickly to the Free-plan new-site signup hang: first confirming technical issues, then posting that signups were resolved (Support, free-plan) (read more, resolution post: read more).

  • featheredtoast provided context on why a mobile theme component broke after the mobile/desktop view refactor and suggested pragmatic CSS adjustments (#Theme component, mobile) (read more).

  • Falco diagnosed a self-host upgrade/rebuild pain point as stemming from a deprecated plugin and advised removing it (Support, unsupported-install) (read more).

  • jordan.vidrine posted a progress update on the Foundation modernization plan, explaining what may land in core first and what remains behind a feature flag temporarily (#Announcements) (read more).


That’s a wrap for today—may your signups never get stuck on “Almost there…”, your OIDC logins stay green, and every last “Solved” label be perfectly translated.

Today on meta.discourse.org

Key Stats

Top users (posts / likes in the last 24h)

User Posts Likes
Arkshine 5 10
NateDhaliwal 3 9
Moin 4 3
Canapin 2 3
gilles 5 2
RGJ 1 2
ars18 1 2
merefield 1 1
haydenjames 1 1
renato 1 1

Team check-in (posts / likes in the last 24h)


Interesting Topics

#Theme component

  • NateDhaliwal published “Highlight to Search” (search), a component that lets users highlight text inside posts and kick off a search (site search or external like Google); Lilly suggested polishing the repo docs, and Moin shared the practical pain of not knowing the final Meta topic URL until approval. read more (see also the install how-to: read more, and the themes beginner guide: read more)

  • In “Banner Featured Links”, gilles asked how to show the banner buttons beyond the homepage (e.g., on category pages), and Arkshine walked through using the right plugin outlet (notably above-main-container) and checking settings like URL matching. read more (plus the outlet-discovery tip via Developer Toolbar: read more)

  • The long-running “Kanban Board” component thread got a Horizon-compatibility ping: mcwumbly expected it to work well with Horizon, while Lew_Grothe reported it not rendering on their dev instance; Arkshine suggested confirming theme attachment and checking browser console errors. read more (follow-up troubleshooting: read more)

  • In “User Field Prompt”, Moin proposed updating the screenshots/docs because the UI now displays the field title/description below the input, which can surprise admins expecting the older preferences layout. read more

  • Over in “Discourse Lucide Icons”, cuo_wu reported that calendar-heart wouldn’t render even after adding it to the custom SVG sprite set, and shared screenshots of the missing icon behavior. read more


#Theme

  • In “FKB Pro - Social theme”, RGJ found a CSS selector that unintentionally affects private messages when tags are involved (and the sidebar is hidden), collapsing the available width; they suggested adding a missing :not(.archetype-private_message) to avoid PM layouts being caught by topic-list styles. read more

#Plugin

  • The “Topic Ratings Plugin” thread saw a practical fix explanation: n1bff confirmed things working again, and Arkshine explained their merged PR removes lingering widget references so the plugin works with modern Discourse. read more

ux

  • In “Logic flip in post translation button tooltips?” (content-localization), Canapin pointed out the tooltip strings appear reversed (original vs translated state), while Moin noted it’s a known bug tied to the newer preference option—sometimes fixed by a refresh, sometimes the toggle fails until refresh. read more

  • In “Closed events don’t display in the upcoming-events calendar - I think they should!” (calendar-and-event), Ethsim2 argued that “Close event” shouldn’t effectively hide it from /upcoming-events, noting they previously had to “break bbcode” to remove events and asking for either restored visibility or a separate “Delete event” option. read more

  • The notification UX debate continued in “Make notification count persist after opening avatar menu” (notifications): sixty4bit described how clearing the unread count on menu-open causes missed PM follow-ups in customer-service workflows (and adds extra clicks vs. scanning the header count). read more

  • In “How can I enter special formatting like [wrap], in the text field of automations?” (automation), Moin confirmed a workable approach: sticking to markdown mode for wraps (and avoiding copy/paste quirks), even showing a helper component workflow to generate wrap snippets reliably. read more


#Feature

  • The feature request “Allow category moderators to create subcategories” resurfaced with a pragmatic path: NateDhaliwal suggested Marketplace hiring or Discourse enterprise services, while ars18 pointed to Discourse MiniMod as a possible stepping stone; alanr plans to start there but still wants true subcategory creation rights for category mods. read more (MiniMod reference: read more)

  • In “Returning bumping after editing last post”, haydenjames pushed back on the change where editing no longer bumps topics, arguing it undermines moderation advice (“edit instead of double-posting”) and makes it harder to resurface improved solutions later. read more


bug

  • The composer thread “Cursor jumping around in composer / editor text box” got renewed scrutiny: Thomas_Rother shared a screencast of “jumping effects,” while renato noted the video appears to show the markdown composer (rendered preview mode) rather than ProseMirror, and asked for reproduction confirmation across instances like Meta or try.discourse.org. read more (team reply: read more)

  • RTL pain point: Nima1 reported the new topic title input stays LTR on RTL sites, even with RTL settings and mixed-direction support enabled; they detailed steps and CSS attempts, noting cursor/selection feel wrong until RTL characters are typed (and even then inconsistently). read more


Support

  • In the Chinese-language support topic “无法登录什么原因” (discourse-id), Lxk520 hit a “redirect uri malformed” Discourse ID login error; NateDhaliwal linked prior troubleshooting (regenerate credentials, and the known domain-change fix), and the OP confirmed progress but reported a new login prompt afterward. read more (related: domain-change fix thread read more, and the earlier troubleshooting thread referenced read more)

Activity by the @team Group

  • mcwumbly weighed in on Horizon compatibility for the Kanban Board theme component, suggesting it should work well with Horizon—useful context as others test and debug their setups. read more

  • renato helped triage the composer cursor-jumping report by spotting that the screencast appeared to show the markdown editor (with preview) rather than ProseMirror, and asked for broader reproduction across instances to narrow down root cause. read more


Yesterday, Meta had everything: text you can highlight-to-search, topics you can’t bump by editing, and a cursor determined to go on its own little adventure—never a dull scroll.

Today on meta.discourse.org

Key Stats

In the last 24 hours, Meta kept busy with 78 new posts across 6 new topics, with discussion spread across ongoing threads like Boosts testing, RTL composer behavior, and a fresh round of theme-component releases for events and drafts (read more, read more).

Top users (posts / likes in the last 24h):

User Posts Likes
nathank 13 18
NateDhaliwal 10 8
Moin 7 8
manuel 1 6
putty 4 6
sam 2 3
Canapin 2 2
david 1 2
awesomerobot 1 2
Falco 1 2

A few threads drove a lot of the “what’s new / what’s broken / what’s next” energy—especially UX nits like the share modal layout (read more) and deeper technical concerns like deprecated theme template extensions and upgrade fallout (read more, read more).


Interesting Topics

#Theme-component

  • putty shipped a new component to make Shared Draft the default “New Topic” action—relabeling the button and preloading the composer with a shared-draft workflow (read more).

  • nathank published Upcoming Events Extra Buttons, adding configurable “Subscribe” and optional “Create event” buttons to /upcoming-events for communities using events heavily (tagged calendar-and-event) (read more).

  • “Highlight to Search” support continued, with NateDhaliwal clarifying how to swap the external search engine by adjusting the search_url (e.g., Bing) and untangling confusion about what Discourse core vs the component controls (read more). Related components and approaches were also pointed out for alternate engines like Baidu and DuckDuckGo (read more, read more).

  • The Kanban Board component got real-world “works with Horizon” confirmation, plus practical CSS tweaks to widen the board and adjust column width for tighter layouts (read more).

  • Lucide icon usage came up again: nathank noted gaps vs Font Awesome tooling, and Moin linked a core commit that helps explain the current icon baseline and expectations for support/documentation (read more).

  • The long-running Video Upload to YouTube and Vimeo component got a gentle ping from putty, and Arkshine replied with progress—Vimeo already working locally, and an intent to get the full stack working soon (tagged broken) (read more).

  • The official Mermaid theme component saw a quick “what version is supported?” question, with the repository’s about.json cited as the source of truth (read more).

bug

  • A subtle but important issue: after using translation features, a post’s “cooked” output broke in one locale due to malformed table pipes. Moin explained the underlying Markdown table formatting sensitivity and confirmed the fix restored translations cleanly (tags ai and dynaloc) (read more).

  • A navigation/session oddity: the “opening forum” view sometimes jumped back to days-old topics instead of the most recent, with hypotheses ranging from tab staleness to login state caching and unread banner behavior (and a possible connection to the unread-topics banner not updating) (read more, read more).

  • RTL usability continues to get careful attention: sam explained why the composer title field direction problem isn’t solvable with CSS alone and proposed a markup-level strategy (default RTL when empty, then switch to auto once typing begins) via a core PR (tags rtl and composer) (read more).

ux

  • On mobile, Canapin suggested a small but high-impact change: put the Copy button on the same line as the URL input in the share modal to improve reachability and reduce awkward tapping (tagged mobile) (read more).

  • German UI translation friction: “Key” and “Value” in the wrap modal weren’t translatable, and awesomerobot flagged it as an oversight with a fix already queued in core via PR (read more).

#Self-hosting

  • A painful upgrade failure (“bouncing dots” / stuck boot) was diagnosed quickly: Falco identified the broken discourse-multilingual plugin as the culprit and advised removing it before rebuilding; the OP confirmed the instance recovered immediately (read more). For background context, the plugin’s status has been tracked for a while (read more).

development

  • Deprecation pressure remains real: the ongoing move away from .hbs in themes/plugins sparked discussion of what a healthy deprecation and migration policy looks like in a fast-moving frontend ecosystem. manuel argued for “mature API platform” style expectations—clear versioning, notices, and migration windows—rather than comparing to a fully vertically-integrated stack (read more).

Support

  • A new console-error report landed: hashtag autocomplete triggered generateIconHTML/datasource errors under different safe-mode configurations, and Moin asked for help narrowing down whether this is core behavior, a plugin interaction, or an autocomplete edge case (tag hashtag-autocomplete) (read more).

  • Discourse ID login trouble (topic in Chinese) continued: admins could log into the backend, but other users could not; NateDhaliwal walked through checking relevant auth settings like enable discourse id and local email logins, while also probing whether SSO was in play (read more).

#Announcements

  • The “Testing Boosts on Meta” experiment stayed lively: nathank described “boosts” as potentially adding friction compared to reactions—both in posting and reading—while acknowledging there may be a niche if implemented extremely slickly (e.g., extending a reaction or replacing ultra-short replies) (read more). The thread also got a moderation-tone nudge from jordan.vidrine urging the discussion to stay constructive and on-topic (read more).

Activity by the @team Group

  • manuel weighed in on the .hbs deprecation conversation, emphasizing that Discourse lives in a shifting ecosystem (especially frontend dependencies) and that the right model is explicit versioning + deprecation windows, not “never break anything” expectations (read more).

  • sam pushed RTL composer improvements forward, explaining the dir/auto behavior and proposing a markup change to make empty title inputs behave correctly for RTL sites—plus coordinating review/merge on the fix (read more).

  • awesomerobot confirmed an i18n gap (“Key”/“Value” in wrap modal) and linked the core PR that will make these strings translatable (read more).

  • Falco solved a self-hosting post-upgrade outage by pointing to the broken multilingual plugin and advising removal + rebuild; the OP reported immediate recovery (read more).

  • david responded to plugin-maintenance concerns for Telegram notifications by shipping a commit that resolves the .hbs deprecation warning—turning a “is this maintained?” question into forward motion (read more).

  • jordan.vidrine helped steer the Boosts experiment thread back toward productive software discussion, while expressing optimism about offering communities more expressive options over time (read more).


Sign-off: If the day ever feels a little chaotic, just remember: between Boost debates, RTL fixes, and event-button upgrades, Meta managed to keep the “bouncing dots” mostly on the loading screen where they belong (read more).

Today on meta.discourse.org

Key Stats

User Posts Likes
Falco 12 21
Moin 9 7
nat 6 6
haydenjames 3 7
Thiago_Mobilon 3 7
pmusaraj 2 4
Lilly 1 6
simonk 1 5
awesomerobot 1 3
RGJ 1 3

Interesting Topics

#Feature

  • Discourse Comments embed: real-world scaling notes from a high-traffic site (embedding)Thiago_Mobilon shared performance, analytics, and UX hurdles seen after embedding the “full app”, including server load spikes and tracking duplication; Falco dug into caching headers and outlined upcoming improvements (lazy-load, dynamic height, and embed-specific optimizations) in the same thread read more.

  • Make review queue help links truly customizable (review-queue)Lilly requested that setting a “Moderator guide topic” link should replace the built-in help link list (instead of stacking another link on top), to avoid staff confusion and dependency on possibly outdated Meta docs read more.

  • Push notifications: keep other device subscriptions when logging off (push-notifications) — a long-running request to avoid wiping all push subscriptions on logout got marked done by Falco, pointing to an implementation in core read more.

  • Moderation controls: approvals tied to group membership (and related category moderation work)tgxworld posted an update that tying approvals requirements to groups has landed, and also cross-referenced the related category-moderation work that shipped in the same change set (approvals thread, related: category moderation & trust levels).


Support

  • “Replying to an old topic” warning removed—admins want the UX back (or at least customizable messaging)haydenjames noticed the classic “old topic” notice is no longer appearing and argued that guidance beats discouragement; simonk linked to the rationale in the broader necroposting discussion (and values shift away from discouraging revivals) (current report, background: warn users about old posts, rationale: necroposting safeguard discussion, related gripe: bumping after editing).

  • Composer link tool double-encoding? (SOLVED by “update first”) — a report that encoded URLs were being altered when inserted via the link tool ended with inability to reproduce on newer versions and a strong nudge to upgrade off 3.5.x; the OP later confirmed tests on try.discourse were fine (issue report, solution context: version/support guidance).

  • Remote images suddenly being downloaded even with exceptions configuredAlexVoss reported that hosted instances started rewriting remote image URLs to locally-downloaded copies “as of today,” and shared their disabled image download domains configuration for troubleshooting read more.

  • Core translations: odd line-wrapping/overflow on Debian/Firefox — a moderator on Debian (Firefox ESR) saw translated text layout overflow into the right column before wrapping; the report includes a screenshot and environment details for repro read more.

  • AI translation/language detection: German posts not recognized, manual title/content translation quirksputty reported a German post not translating; Falco explained why mixed-language titles can skew detection and confirmed manual language selection forces language, while later replies suggest a regression affecting manual edits (problem statement, Falco’s explanation](Post not being detected as German - #2 by Falco), related localization tracking: tooltips logic flip, and linked bug context: anonymous ?tl= localization issue).

  • Docs plugin restore edge case: indexing breaks when calendar is enabled (with fix in-flight)nat acknowledged the restore/index issue and later linked a fix after identifying a calendar side-effect that prevented reindexing (ack, diagnosis question](Documentation Plugin - Index Topic not working after Restore - #14 by nat), fix reference](Documentation Plugin - Index Topic not working after Restore - #15 by nat)).

  • Official livestream plugin: “Going” to an event but chat still inaccessiblenat adjusted a setting to allow Trust Level 0 and noted the “everyone” group edge case that likely tripped permissions in the plugin flow read more.


bug

  • Tag permission hints are inconsistent in the composer (composer tags)Moin demonstrated cases where autocomplete alternately claims a tag is allowed vs not allowed in the same category; zogstrip replied that the feature needed to be “smarter” about limits and pointed to a fix read more (fix note: follow-up).

  • Calendar/event plugin: chat link vanished from the post event widget after Rollupklappradla traced a regression to build-system changes and offered a PR; david encouraged posting the PR link and confirmed direction read more (team response: @david).

  • Category settings saved by non-official plugins fail to persist (no “unsaved changes” prompt)RGJ reported that after 2026.4.0-latest, multiple plugins can’t save category-level settings; the report references breakage seen in the Custom Wizard thread as well (bug report, related plugin thread: Custom Wizard Plugin).

  • Real-time topic updates broken: new replies don’t appear without refreshEthsim2 reported what looks like a regression in live updates (MessageBus/WebSocket/polling), with clear repro steps across sessions and no customizations installed read more. (Possibly related “UI only updates after navigating away/back” symptom: Backups page arrow glitch).


“…our reasoning was that the goal of preventing necro-posting didn’t align with our values…” — linked from the old-topic warning discussion (context, surfaced via this support thread)

Extra threads that also saw movement (for deeper browsing): IP info not updating in reviewables, Wrong join date/post count in reviewable insights, Hashtag autocomplete console error, ProxyTracer plugin support, Serve from a subfolder logging oddity, Show latest reply hint performance discussion, WeChat mini-program integration follow-up, and Nested replies testing continues.


Activity by the @team Group


If yesterday taught us anything, it’s that cache-control headers, chat links, and “old topic” nudges can all vanish at the worst moment—so today’s lucky charm is a well-timed refresh and an even better PR.

Today on meta.discourse.org

Key Stats

  • New activity (last 24h): 109 new posts, 20 new topics.
  • Top contributors (posts / likes in the last 24h, with a recent reference):
User Posts Likes Recent reference
Lilly 8 15 Published a new theme component: read more
Falco 3 11 Drove embed improvements (dynamic height + lazy loading tweaks): read more
pmusaraj 6 10 Shipped an experimental Buffer sharing plugin: read more
putty 5 9 Confirmed/closed an AI-translation “German detection” investigation: read more
awesomerobot 4 8 Landed a fix for invite details visibility: read more
RGJ 2 7 Reported plugin-setting breakage tied to simplified category creation: read more
Canapin 6 6 Raised UI issues with Topic Voting display on Foundation: read more
lindsey 2 5 Announced “Ideas” category creation improvements: read more
nat 4 5 Investigated translation edge cases + suggested verbose logging: read more
darkpixlz 1 5 Flagged confusing “free plan shutdown” messaging vs reality: read more

Interesting Topics

#Announcements

  • “Ideas” categories got a smoother on-ramp: lindsey introduced a new “Ideas” category type that auto-configures Topic Voting and related settings during category creation read more. (Related background: Topic Voting plugin overview read more.)

  • Meta housekeeping + multilingual edge cases surfaced again: In the ongoing “content gardening hub” experiment, nat called out the tricky case of topic title language != first-post language and adjusted a title manually while noting composer UX limitations read more.

#Feature

  • Embedding (Discourse Comments) kept leveling up: the Tecnoblog thread continued as Falco iterated on fixes for dynamic height and native lazy-loading via <iframe loading="lazy">, with follow-up tuning advice around sane max heights to avoid mega-tall infinite-scroll pages read more.

ux

  • Free plan shutdown comms felt misleading: darkpixlz reported receiving an email implying they could “keep the site active,” but the site was already in read-only shortly after—raising clarity/expectations concerns for free hosted instances read more.

  • Review Queue: request to “group items by user”: noahl described accidentally deleting a “spammy-looking” profile before noticing the same user had a legitimate first topic later in the queue; the proposal is stronger grouping/guardrails for destructive actions read more. (Related: the moderation guide mention read more.)

  • Quoting makes discourse-icon render huge: Canapin showed how a [wrap=icon] turns into an inline SVG image when quoted, with inconsistent sizing depending on context—raising questions about quote-cook/onebox-like transformations read more.

  • Topic Voting UI mismatch on Foundation: a screenshot comparison highlighted the vote number/arrow containers having inconsistent sizing between Foundation and Meta Branded, prompting a polish pass read more. (Also connected to ongoing theme modernization discussion read more.)

bug

  • Plugins couldn’t save category settings under simplified category creation: awesomerobot explained a FormKit migration requirement when enable_simplified_category_creation is on, and pointed to a working pattern for branching legacy vs FormKit forms read more.

  • Users couldn’t see invite details (staff could): RGJ pinpointed a likely controllerFor("user") vs modelFor("user") mix-up, and awesomerobot confirmed a fix was on the way read more.

  • AI Translation skipped Portuguese (pt) when many locales were enabled: a hosted-site investigation suggested pt was being skipped only when the supported locales list was large (e.g., 14), possibly due to rate limits/timeouts; verbose logs were recommended for deeper diagnosis read more.

  • Moving posts between topics didn’t live-update existing clients: supermathie reported that having Topic A and B open in separate windows, then moving a post from B → A, did not update Topic A in real time—potentially a MessageBus/event propagation gap specific to post moves read more.

  • OAuth2 provider URL containing # broke redirects: a report suggested the oauth-basic flow treats # as a delimiter and strips the fragment path (e.g. /#/login), breaking SSO login for certain provider URLs read more.

Support

  • Admin-only locale switching error traced to a sticky preview param: an admin saw “Failed to preview theme…” on every topic after switching language; it was resolved by removing a stale ?preview_theme_id= value that “stuck” in Chrome read more.

  • Free hosted plan: “why do tag settings exist if tags don’t?”: a quick Q&A confirmed tags aren’t available on the free plan, prompting follow-up confusion about why tag-related settings still appear read more.

#Theme component

  • New: Dynamic Sidebar Icon component: Lilly released a lightweight component that swaps the sidebar toggle icon depending on open/closed state, with optional FontAwesome overrides and a preview link for testing read more.

  • Replacement for a broken classic: “Mobile Latest Homepage”: a new component was shared as a modern alternative to Force Mobile Homepage, avoiding deprecated APIs and using matchMedia + router redirects while remembering session preference read more. (Context: the older broken component thread read more.)

#Plugin

  • Experimental: Buffer integration for staff sharing: pmusaraj shipped a plugin that adds “Share to Buffer” into the share modal / topic admin wrench, building a server-side preview (title/excerpt/image) and queueing posts to connected Buffer channels read more. (Install reference: plugin install guide read more.)

Activity by the @team Group

  • Falco pushed Discourse Comments embedding forward—switching toward native iframe lazy-loading and tightening dynamic-height behavior after real-world testing from Tecnoblog read more, plus follow-up guidance on sane height limits for infinite scroll read more.

  • pmusaraj diagnosed an admin-only locale-switching error as a stale preview_theme_id stuck in Chrome read more, continued triage on Portuguese AI translation skipping when many locales are enabled read more, and published the experimental Buffer sharing plugin read more.

  • awesomerobot clarified the FormKit migration path for plugins impacted by simplified category creation (and pointed to a core-plugin example) read more, confirmed a fix for invite-details visibility read more, and helped isolate an RTL sidebar-footer “black bars” issue as a theme customization problem with a CSS workaround read more.

  • lindsey announced the new “Ideas” category type that streamlines enabling Topic Voting and related defaults during category creation read more, and linked it back into the “Current Projects” roundup read more.

  • nat helped close out a “German not detected” translation report by zeroing in on external LLM / API-key changes and model deprecations read more, suggested enabling a hidden verbose logging setting to investigate translation batching/skips read more, and continued shaping the collaborative gardening experiment while calling out multilingual title/body mismatches read more.

  • david weighed in on whether Discourse Comments could rely on <iframe loading="lazy"> to reduce custom JS complexity read more, confirmed a calendar/event fix was merged read more, and helped clarify confusing settings behavior in the Whisper Warning theme component read more.

  • supermathie reported a real-time update gap when moving posts across topics (clients don’t refresh automatically) read more, and explained a scary-looking “429 after splitting posts” as a timings-update request that can be ignored read more.

  • featheredtoast merged cleanup/modernization work for the “Left side hamburger menu on mobile” theme component, crediting Lilly’s updates read more.

  • manuel resurfaced interest in static archiving and shared an early “discourse-static-archive” generator prototype (topics/categories/tags/users + search) for others to build on read more.

  • rishabh acknowledged concerns about the free plan shutdown timeline messaging and said the team would investigate to make the communication clearer read more.


If today’s Meta had a theme, it’d be “make it lazy (iframes), make it dynamic (icons), and please don’t let the composer become 7,000px tall.”