Tägliche Zusammenfassung (21 Uhr UTC)

Today on meta.discourse.org

Key Stats

Interesting Topics

#Sysadmins

  • pacharanero highlighted a weakness in watched-words filters when post edits bypass checks, prompting discussions with pfaffman about ensuring post edits trigger the same spam protections as new posts read more.

  • merefield and pfaffman compared approaches to splitting Discourse into separate web and data containers, clarifying that the ./launcher script handles code updates while raw docker exec may be preferred for shell access read more.

Support

  • RichardTE asked about the internal differences between a primary #category and its #subcategory, learning from nolo that permissions are hierarchical and from Moin that parent categories aggregate subcategory topics read more.

  • donaldsoncd sought clarity on the availability of the “Who’s Online” plugin in managed hosting; Moin explained where to find the official plugin list and how Enterprise customers unlock any plugin read more.

  • Adri ran into issues saving custom group permissions under a category; Moin reproduced the behavior and suggested using the category-experts plugin for highlighting official responses rather than security settings read more.

  • emonunix explored how to tag digest emails with X-TAGS headers for Netcore analytics; community consensus pointed to using the email custom headers site setting, though dynamic per-email tagging remains a gap read more.

Bug

  • a_lilian discovered that flagged chat messages deleted via retention settings remove the flag history entirely, emphasizing flag logs are vital for audits:

    “I think it’s important to retain the history of the flag itself” read more.

  • NateDhaliwal confirmed that watching tags no longer visible on the public tag page still triggers notifications, pointing to a mismatch between visibility and watch settings read more.

  • Steradiant reported that category-moderators cannot convert posts to wiki status past the global edit window; Moin outlined current permission scopes and linked to a feature request for broader moderator tools read more.

  • ghassan addressed an Internal Server Error when previewing #digest emails, proposing middleware to standardize local-date parameters and sharing a branch with his fix read more.

  • pfaffman ran into undefined SiteSetting.poll_create_allowed_groups_map during a PHPBB import and traced it to a missing setting after recent refactoring, suggesting a fallback to poll_create_allowed_groups read more.

Feature

  • AJCxZ0 proposed always prepending https:// to the Web Site field in user profiles when a scheme is missing, and Canapin pointed to an earlier developer mention of this idea read more.

  • eisammy requested an age-verification prompt for #nsfw categories to comply with EU regulations; RGJ recommended leveraging the Policy plugin with add-users-to-group="over18" read more.

#Extras

Dev

  • cogdog tested the new API initializer for theme components, converting <script type="text/discourse-plugin"> tags into import { apiInitializer } calls and verifying icon substitutions read more.

Activity by the @team Group

All spam bots are boxed, categories tamed, and plugins corralled—pup-approved mission accomplished!

Today on meta.discourse.org

Key Stats


Interesting Topics

Theme component

  • Discourse Featured User
    NateDhaliwal introduced a new theme component that lets admins feature a user with customizable stats, icons, and banner placements—Lilly chimed in with a :clap: to celebrate this addition. read more

  • Inline PDF Previews
    nathank discussed the stalled progress on PDF preview support in the default theme component and considered whether a community PR or feature request in Feature might jump-start development. read more

  • Discourse Category Headers theme component
    jrgong reported missing logos and emojis on Discourse 3.5.0, and NateDhaliwal requested screenshots to diagnose compatibility issues in this long-running component. read more

Support

  • 想得到活跃的用户——通过api
    zhang_zhiyuan sought an API endpoint to retrieve the exact total of valid users; NateDhaliwal and Moin guided on /about.json and paginated user exports via /directory_items.json. read more

  • Issues with repetitive replies on expand button click
    TethysPlex demonstrated a bug where repeatedly tapping the “expand reply” button duplicates content, sparking a discussion on debounce strategies. read more

  • Html-only version for unsupported browsers not showing message content
    heaving_year4v found that iOS 15.8’s HTML-only mode fails to render post bodies, despite July’s announcement on dropping support. read more

  • AI translation backfill not working after all settings configured
    tyronejv and GrahamM reported only the first few posts getting translated despite proper AI_translation_backfill_hourly_rate and model tests, with RGJ suggesting Sidekiq scheduler checks. read more

  • Submit button missing for new topics in iOS native app
    dennisjbr confirmed a 100% repro of the missing “Submit” button on iOS native app for new topics, then struggled to reproduce post-reboot and planned further tests. read more

#Site feedback

Feature

  • Doc clarification: notification behaviour for staged users when posts are moved
    Ethsim2 proposed updating the mail-receiver docs to explain that staged users don’t carry “Watching” status into destination topics after a moderator move. read more

  • Doc clarification: reply-key addresses in Cc (not just To) are processed
    Ethsim2 confirmed that reply-keys are recognized in both To and Cc fields by mail-receiver and suggested a note addition to the incoming mail setup guide. read more

#Extras

  • ICS → Discourse Importer
    Ethsim2 documented how ics_to_discourse.py determines event uniqueness via UID markers and time-only dedupe, refining update flows for recurring calendar imports. read more

Dev

  • Custom composer – Issue with tag-chooser and d-editor
    saish asked for examples handling multiple tag-chooser components in a custom composer setup; Steve_John echoed the need for guidance on separated d-editor instances. read more

Installation

  • Upgrade to latest release failed 8/21/25
    MikeNolan tracked down an Nginx redirect rewrite in /etc/nginx/conf.d, asking how to prevent container reboots from forcing the default host. read more

Plugin

  • Events Plugin :calendar:
    Stephane_Roy inquired about compatibility of the Events Plugin with 3.5.0.beta4-dev, still valuing location-based features for community conventions. read more

  • Discourse Chat Integration
    pokapow wondered if notifications can flow from Telegram back into Discourse, exploring the limits of the official chat-integration plugin. read more


Activity by the @team Group


With yesterday’s flurry of theme hacks, API deep-dives, and documentation quests, the forum had more sparks than a caffeinated robot—here’s to keeping the conversation electrifying!

Today on meta.discourse.org

Key Stats

  • Total new posts: 81
  • Total new topics: 12
  • Top users (posts / likes):

Interesting Topics

Bug

  • Ruby hash syntax displayed in deletion emails
    Richie uncovered that deleting users from the review queue produces an email with embedded Ruby hash output instead of human-readable flag reasons. The issue stems from a missing :needs_approval translation key read more (discussion post#4).

  • Watched word regular expression crash (2025)
    RGJ demonstrated how invalid regex patterns like *abc blow up the watched-words service, halting all topic and post creation until the pattern is corrected read more.

  • Poll plugin missing SiteSetting.poll_create_allowed_groups_map
    In polls, selase explained that group_list settings auto-generate *_map helpers, so SiteSetting.poll_create_allowed_groups_map should work—but version mismatches can break it read more.

  • Group owners can remove ownership by removing membership
    Steradiant spotted an inconsistency in groups where owners can revoke fellow owners by deleting them as members, yet lack a direct “remove ownership” control read more.

Support

  • Html-only version for unsupported browsers missing content
    heaving_year4v reported that message bodies vanish in static emails on iOS 15.6 and 12.3. awesomerobot reproduced the bug and plans a browser-detection update read more (fix pending at post#4).

  • Preventing spam bot influx
    GamersInternational sought a way to block bots posting US phone numbers without flagging valid error codes. awesomerobot pointed to watched-words regexes and even shared refined patterns for 1-800-123-4567 formats read more | read more.

  • Viewing flagged posts in Review queue
    asa couldn’t see flagged posts as an admin. Moin walked through flag-notification mechanics, noting edge cases when flagging system users (ID −1) read more.

  • Turning off deletion emails to spammers
    Richie asked how to suppress the “account deleted” email sent to rejected spammers. Deleting via the user’s profile avoids it, but no built-in toggle exists read more.

  • Chat channel settings hidden
    dsims didn’t see the :gear: to manage chat channels. The trick: open the channel, click its title, then access settings. awesomerobot confirmed the missing gear icon was intentional read more.

  • Discourse Connect redirect after login broken
    uckelman noticed that Single-Sign-On via Discourse Connect no longer returns users to their origin page on 3.6.0.beta1-dev. Diagnostics are underway read more.

Feature

  • Designate group owners as category moderators
    Steradiant proposed reducing group bloat by automatically granting category-moderators status to group owners, eliminating the need for parallel visibility and moderation groups read more.

Plugin

  • Events Plugin :calendar: unmaintained notice
    Ethsim2 asked Pavilion staff to prepend a warning in the OP of the “Discourse Events” plugin (topic 69776) clarifying it’s community-maintained and uses deprecated Ember APIs read more.

Theme component

  • DiscoTOC automatic table of contents
    disco-toc users on 3.6.0.beta1-dev found no “Insert TOC” in the composer menu on Safari. Moin suggested theme preview diagnostics; the issue proved browser-specific read more.

UX

  • Automatic line breaks for inline large images
    ばこん in UX recommended that Discourse auto-insert line breaks when large photos are placed inline for readability. Discussions around threshold sizes ensued read more.

Installation

  • Permissions error with ./launcher rebuild app
    uckelman ran into permission failures on Fedora 42 when rebuilding with Docker. Using --privileged solves it, but the underlying cause of restricted /containers access remains a question read more.

Activity by the @team Group

  • awesomerobot reproduced the HTML-only content bug on iOS and outlined a browser-detection patch link.
  • awesomerobot proposed and refined regex patterns for phone-number spam in spam prevention link | link.
  • awesomerobot clarified the hidden path to chat channel settings and updated the docs accordingly link.
  • david confirmed the pending fix for unsupported-browser email content in thread 382376 link.
  • selase pinpointed the missing :needs_approval key causing Ruby hashes in deletion emails link.
  • selase traced the *_map helper behavior for group_list SiteSettings in the Poll plugin bug link.

Hope you enjoyed this whirlwind tour—see you tomorrow with more Discourse delights (and no puppy casualties!).


Today on meta.discourse.org

Key Stats

Interesting Topics

UX

  • European Typography Rules (localization) — tvavrda proposed enhancing the Enable markdown typographer setting to support Czech-style curly quotes in multi-lingual forums; Moin later highlighted locale-default overrides and a Czech PR was opened read more

Support

  • Is it possible to get rid of the “My Threads” link/button? (chat) — Jonathan5 asked how to remove the My Threads chat button; NateDhaliwal pointed to the merge hiding it for non-channel members in topic 288620, offered a CSS snippet, and referenced the disable-chat-threads-in-dms feature request read more

  • Is it possible to disable PMs but enable chat (including user-to-user chat)?Jonathan5 inquired about disabling PMs while retaining chat; Moin explained using personal_message_enabled_groups to restrict PMs and noted core PM dependencies for flagging and exports read more

  • Horizon theme category images not displaying. Bug? (horizon-theme) — Nick-Permaculture reported missing category/subcategory images on the homepage and topic lists; community members confirmed similar reports and shared troubleshooting tips read more

  • Imgur images not embedding with 429 erroreisammy highlighted Imgur API rate limits breaking embeds (“429”); the thread also discussed Giphy and Reddit embed deprecation trends read more

#Hosting

  • Guidance for Setting Up Discourse: Hetzner VDS + Namecheap Private Email SMTPCan planned a new install with Hetzner and Namecheap SMTP; asa linked to the official INSTALL-cloud.md, and Canapin shared tips on ARM vs. x86 performance and domain setup read more

#Developers

  • Common list of imports for Theme Components/plugins (JS)NateDhaliwal compiled Ember and Discourse import snippets for Glimmer components, actions, @tracked, plugin APIs, and more read more

Installation

#Translations

blog

  • How to Optimize Community Content for AI Discovery (pr-welcome) — in response to EricGT’s feedback on the blog post, mae expressed gratitude and acknowledged plans for empirical follow-up to bolster the research read more

#Sysadmins

Feature

  • Disable chat threads in DM’s (chat) — Jonathan5 requested disabling threads by default; community steered to the disable-chat-threads-in-dms feature topic and UX suggestions around My Threads read more

  • Is there an official Discourse Model Context Protocol (MCP) (ai) — jrgong identified JSON syntax issues in MCP proposals and raised privacy concerns; discussion covered schema details and missing braces read more

  • Allow to designate owners of a group as category moderators (groups) — nathank suggested mapping group owners to category mods; responders pointed to the dynamic groups plugin as a workaround read more

Activity by the @team Group

  • mae chimed in on How to Optimize Community Content for AI Discovery link, thanking participants and agreeing to explore an empirical paper.

From curly quotes to chat chores and Docker breaks, our community sure knows how to keep things lively — see you tomorrow for more Discourse adventures!

Today on meta.discourse.org

Key Stats

  • 26 new posts in the last 24 hours
  • 6 new topics in the last 24 hours
  • Top users:

Interesting Topics

Community

  • mbauman asked how to handle compromised TL1 accounts changing email addresses post1; Moin confirmed the old address receives an automated notification post2; Lilly recommended enabling 2FA for staff and suggesting password managers post3; Architect proposed an email-based authentication link to prevent unauthorized changes post4; and Moin pointed out the require_change_email_confirmation setting for all users post5.

#Hosting

  • Can demonstrated a Hetzner VDS setup with Namecheap Private Email SMTP over SSL (using mail.privateemail.com, port 465, SPF/DKIM/DMARC) post8; NateDhaliwal cautioned Namecheap may not be ideal for transactional email post9; Can shared his full configuration and rebuild steps post11; and Canapin reminded users to check Terms of Service to avoid spam blocking post13.

Support

  • In a request for Support on Hetzner S3 object storage setup, Thomas_Rother asked about non-AWS configurations post1; NateDhaliwal pointed to the S3-compatible provider guide post2; asa noted Hetzner’s lack of an uptime SLA post3; and schneeland echoed reliability concerns post4.

  • Fma965 reported “Bucket not found: default” errors after an AWS SDK gem bump post1; pfaffman suggested reverting to older AWS gems via a custom template post2; and linked the upstream workaround discussion read more.

#Extras

  • Ethsim2 celebrated that the ICS → Discourse Importer script (calendar-and-event, rest-api) is now rock-solid—featuring UID markers, dedupe logic, and quiet updates—and wryly observed the topic is scheduled for deletion

    “The very fate it was built to prevent became its destiny”
    post13

#Translations

  • In #locale-specific defaults (translation, content-localization), gerhard explained that unicode_usernames is disabled by default for security and recommended configuring allowed_unicode_username_characters before enabling post3.

Announcements

  • Following the update to FullCalendar 6 (calendar-and-event), j.jaffeux confirmed title truncation is intentional for space and announced a fix for multi-day event rendering in category calendars post30.

Installation

  • maxjohnson ran into HSTS and self-signed cert issues accessing sub.awesome.tld:1000 via Docker Firefox; community solutions include adjusting SSL settings and host entries post1.

  • In the same thread (server-resources), maxjohnson asked how to apply CPU and RAM constraints (e.g. --cpu-shares=1100, --memory=4g) to the Docker container on Ubuntu 24 and questioned environment variable persistence like DISCOURSE_SMTP_DOMAIN post1.

Bug

  • vincentp encountered a 422 Unprocessable Content error when moving posts via select+below on 3.6.0.beta1-dev, sharing browser logs and stack traces to pinpoint the AWS SDK gem issue post1.

#Developer Guides

  • Shauny hit a build failure on macOS (M4 MacBook Pro) installing cppjieba_rb during bundle install, seeing a make: *** [internal.o] Error 1 in internal.cc and seeking help with gem dependencies (dev-install, how-to) post399.

Activity by the @team Group

  • Lilly encouraged 2FA for staff and recommended password managers in the compromised accounts discussion read more.

  • gerhard detailed the security rationale for disabling unicode_usernames by default and walked through locale override implications read more.

  • j.jaffeux explained the trade-off between title truncation and multi-day event display after moving to FullCalendar 6 and confirmed an upcoming fix read more.

And remember: whether it’s dodging hacked accounts or wrestling with S3 quirks, you’re the real heroes—may your backups stay intact, your ICS imports live, and your buckets never go missing!

Today on meta.discourse.org

Key Stats

  • New posts: 120
  • New topics: 7

Top Users (24h)

Top Team Contributors (Discourse Team)


Interesting Topics

Feature

  • In Should we tell the AI spam scanner to flag posts containing phone numbers by default? (#382681), awesomerobot kicked off a spam-hunting thread by noting that many unsolicited posts include phone numbers post 1, pfaffman explored unicode obfuscation strategies post 2, and the conversation continued with detection tips post 3 & post 4. read more

  • Add ‘stop impersonating’ link to user avatar dropdown when impersonating (#13806) saw tobiaseigen test the feature and suggest clearer labels in post 47, Jagster praised the switch terminology post 48, and refinements were discussed in post 49. read more

  • Don’t change ‘last seen’ when impersonating a user (#5764) was undeleted by tobiaseigen post 3 and linked to the active proposal in Suggestion: Impersonating an account should not affect last seen date. read more

  • Suggestion: Impersonating an account should not affect “last seen” date (#189347) attracted privacy concerns from jrgong post 6, underscoring the need for stealth admin tools. read more

  • Allow group owners to invite users to a group they own in the initial invite (#66560) was advanced by tobiaseigen moving Simon’s use case into this discussion post 6 and debating UI controls. read more

  • In Notify admin when site settings are updated by system (#208961), Moin resurfaced automation scripts for Data Explorer alerts in post 11 and linked to broader logging queries. read more

  • The First Like badge cannot be removed feature (#382109) saw sam categorize it and discuss fully revocable SQL-based badges post 5. read more

#Translations

#Developer Guides

  • In Pinning plugin and theme versions for older Discourse installs (.discourse-compatibility) (#272665), david clarified version sorting with Ruby’s Gem::Version post 5 and NateDhaliwal confirmed understanding post 6. read more

Support

  • Discourse-setup puts SMTP username at start of SMTP password (#381710) involved sam prompting tests for special characters post 2, pfaffman troubleshooting post 3, and community-driven Bash/Ruby patches in post 15 & post 17. read more

  • How can I lock a category so that nobody can post in it any longer? (#382628) was marked solved by Jagster explaining permission settings post 2 and Isla confirming the solution post 3. read more

  • How to mute badge notifications? (#382603) featured Rubi’s per-user and global settings guide post 2 and Moin’s addition of default site settings post 3. read more

  • Youtube image preview do not show (#382699) saw nat request environment details post 2 and merefield suggest cleanup and remote-image fixes post 3. read more

Bug


Activity by the @team Group

With so many impersonations, phone-number hunts, and regex adventures, don’t let your own last-seen status surprise you tomorrow!

Today on meta.discourse.org

Key Stats

Interesting Topics

Activity by the @team Group

It was a whirlwind of iOS quirks, AI deep dives, and spam-fighting wizardry – time for a virtual coffee break! :hot_beverage:

Today on meta.discourse.org

Key Stats

New posts: 133
New topics: 16

Top users (24 h):

  1. awesomerobot — 6 posts, 17 likes
  2. tobiaseigen — 29 posts, 7 likes
  3. sam — 5 posts, 7 likes
  4. tvavrda — 1 post, 6 likes
  5. renato — 2 posts, 5 likes
  6. Richie — 2 posts, 5 likes
  7. lindsey — 2 posts, 4 likes
  8. merefield — 1 post, 4 likes
  9. ondrej — 3 posts, 4 likes
  10. hugh — 2 posts, 4 likes

Interesting Topics

Announcements

UX

Support

Bug

Feature

Dev

Installation

Community


Activity by the @team Group


And that’s a wrap—after 133 posts, 16 new conversations, and iOS bugs galore, may your weekend be bug-free! :dog_face::tada:

Today on meta.discourse.org

Key Stats


Interesting Topics

Bug

  • Categories text color is wrongly set to #FFF instead of #FFFFFF in import scripts
    Canapin and JammyDodger uncovered a migration bug where imported categories had their text color set to #FFF, which doesn’t pass the 6-character validation and leaves the Save button greyed out. read more

  • Thumbnail overlap tags list (Horizon Theme + Topic List Thumbnails)
    sam noted that the topic-list-thumbnails component isn’t supported by Horizon, causing tag lists to overlap thumbnails on the topic list. read more

Support

  • Transient 503s after ./launcher rebuild appN when fronted by HAProxy
    Ethsim2 shared a workaround to disable/enable HAProxy backends around rebuilds to avoid brief 503 downtime. read more

  • Is there a way I can send email notifications faster?
    Richie measured a backlog of 22 000 scheduled emails after 15 minutes, and jahan_gagan pointed to adjusting DISCOURSE_MAX_DIGESTS_ENQUEUED_PER_30_MINS_PER_SITE for throughput. read more

  • Notifications and Search - jump to unread
    Shauny requested a keyboard shortcut to land at the first unread post when clicking a notification or search result, and sam explained the round-trip challenges. read more

  • Using personas of AI bot without robot-icon?
    In a revived thread, sam shared that enabling AI bot enable dedicated UX offers an easy route to custom AI personas without the default robot icon. read more

  • Cost points to access certain rewards
    anoedo wants users to spend points for content access; jahan_gagan confirmed that awarding negative point events via the Gamification plugin covers “redeem points” workflows. read more

  • S3 backups stopped working, presumably since an update
    Fma965 discovered backups always hit the “default” bucket despite settings, and pfaffman demonstrated grep diagnostics for YAML vs. UI configuration. read more

#Site Management

  • Content Localization - Manual and Automatic with Discourse AI
    asa saw translation counts stuck at 52 until nat explained the ai_translation_backfill_* settings and advised turning on SiteSetting.ai_translation_verbose_logs to trace locale detection. read more

  • Creating an auto responder automation
    tknospdr asked about wildcard triggers; SaraDev outlined how regex catch-alls like .* can serve as fallbacks and how multiple matches are posted in key/pair order. read more

Feature

  • Bearbeitung von Übersetzen Beiträgen verbessern
    asa proposed a clearer edit interface for translations, and Falco demoed a faster route to the translation editor via the globe icon in the post menu. read more

  • Flagging mass postings from SPAM attacks is onerous
    sam suggested adding a :wastebasket: “spam…” moderator action to make bulk spam deletion trivial—though he noted AI spam filters largely preempt the need. read more

Announcements

  • :sunrise: Introducing Horizon, our newest theme
    newkid shared that their community switched to Horizon and is already seeing positive feedback on its fresh look and UX. read more

#Site Feedback

  • Enable the solution plugin for the Bug category
    sam, chapoi, and tobiaseigen debated automation that would add a fixed tag on close (or close on fixed), reducing manual work and scheduling 30-day auto-closure. read more

Plugin

  • Discourse Gamification
    wangya123 asked about leaderboards for specific categories. tobiaseigen explained that group-based leaderboards can be scoped by category in the plugin’s settings. read more

Activity by the @team Group


Yesterday we wrestled hex codes, tamed spam floods, and even banished 503 gremlins—here’s to a smoother, bug-free day ahead!

Today on meta.discourse.org

Key Stats

Interesting Topics

#Site feedback

Bug

Theme component

  • NateDhaliwal released Quick-add Tags To Topic, a theme component that adds a footer button to apply tags like fixed and optionally auto-close topics, complete with install instructions and configurable settings. view post repo read more

Announcements

  • sok777 highlighted persistent #iOS26 rendering bugs with fixed-position elements in Discourse, clarifying that it’s a WebKit issue due by Apple and awaiting an upstream fix. post read more

UX

Support

Feature

Installation

Dev

#Data & reporting

Activity by the @team Group

With so many fixes and features flying around, even our virtual puppies are barking with excitement!

Today on meta.discourse.org

Key Stats

Total new posts: 29
Total new topics: 5

Top users (posts & likes):

Interesting Topics

Support

  • featheredtoast tackled the quirks of Let’s Encrypt certificate renewal, explaining how the HTTP→HTTPS redirect caused ACME to retry via HTTP and sharing that recent template updates should prevent future failures post #5 read more

  • rivohor asked how to embed quoted text automatically when hitting reply, sparking discussion and pointing to the Quick Quote theme component for rich text editor support topic see reply

  • Aurora wanted to control the order of sidebar sections, and Lilly supplied a custom CSS solution to reorder categories, tags, and custom blocks via a local theme component post #2 view topic

  • rivohor experimented with swapping the avatar and title positions in the topic list, and chapoi demonstrated a CSS-based workaround despite the underlying table structure post #2 read more

  • TomoftheFog reported users unable to access their forum over mobile data, and dax suggested checking mobile ISP blacklists, IPv6 handling, and CDN/firewall settings post #2 view topic

  • NickRoscoe voiced frustration that Discourse enables digest emails by default for all users, reminding admins that drive-by posters may never want weekly summaries post #17 read more

Bug

  • A migration restore failed with “function mirror_topic_timers_topic_id already exists,” and pfaffman confirmed it was merged shortly afterward post #9 view topic

  • jerry_zen pinpointed CSS “options” parameters as the culprit behind a larger blocking plus icon in the composer, sharing Edge-specific details from Win10 22H2 post #6 see topic

  • Benjol resolved a “Cannot edit post title” JavaScript error by updating Discourse and the Events Plugin to their latest versions post #3 view topic

Announcements

  • In the wake of iOS 26, rivohor queried fixed-position element bugs on Discourse mobile, following up on announced workarounds post #16 read more

Feature

  • AzeemHadzrie noted that Opera appears missing from the Browse Happy list of supported browsers, sparking a check on whether it was intentionally removed post #3 view topic

UX

  • NateDhaliwal spotted that the bulk-select button shows up on mobile even for non-mods, prompting a UX review of role-based UI elements post #1 read more

  • The user card badge layout was reported to stack badges instead of grid them, with NateDhaliwal confirming the fix in a follow-up post #5 view topic

#Sysadmins

  • dodger continues their quest to deploy Discourse without Docker—debating container pros/cons and weighing official vs. custom install paths post #14 see topic

#Using Discourse

  • jerry_zen’s latest update on creating and managing calendars was posted and then removed by the author, leaving admins curious about event tooling best practices post #18 view topic

Activity by the @team Group

Keep those sidebars ordered, certificates renewing, and Docker debates lively—see you tomorrow for more Discourse discoveries!

Today on meta.discourse.org

Key Stats

Interesting Topics

General

  • Ruby on Rails in danger?
    eisammy sounded the alarm over a unilateral renaming and maintainer removal in RubyGems, invoking

    “A person’s character is determined not only by their actions, but also the actions they stay silent while witnessing.”
    sam urged everyone to join the Q&A after linking the official Ruby Central update 4.

Support

  • Digest emails default to opt-in
    pfaffman and merefield debated whether auto-subscribed #digest emails conflict with gdpr. mcwumbly laid out the current stance and pointed to Please don’t auto-subscribe me to summary emails 25.

  • Quote on reply
    rivohor sought a way to auto-quote in replies; chapoi walked through enabling the quick-quote component and adjusting the quick quote post location threshold 5.

  • Avatar position reversal
    Forum layout tweaks were at stake when rivohor asked to move avatars in front of titles. chapoi confirmed the CSS solution to swap the elements 4.

  • Mobile data access issues
    TomoftheFog investigated connectivity failures over cellular networks; Canapin noted a browser cache clear often restores access 5.

  • Date and location shortcode quirk
    The [date=… timezone=…] helper yielded Fortaleza on mobile but Cayenne on desktop for patrickemin, traced back to profile and site settings 3.

  • Sidebar menu ordering
    Aurora and chapoi dissected the #sidebar-wrapper and #sidebar-hamburger-dropdown classes to reorder #custom-sections on mobile, including a flexbox fix 7.

  • Spacemail SMTP timeouts
    Persistent Net::ReadTimeout errors in email jobs had errorexee stumped; tobiaseigen recommended following the official email troubleshooting guide 2.

Bug

  • YouTube onebox missing in translations
    asa reported that embedded videos vanish in translated posts. Falco confirmed that Discourse only oneboxes original-language URLs (translation) and a fix is in the works 2.

  • Header overlap in Horizon theme
    Sticky headers in the horizon-theme hid titles under certain scroll positions, as serkhelesheyi illustrated in a video. chapoi can reproduce and will push a patch 4.

  • Reply button on closed posts
    ct-337 spotted a phantom Reply button on locked topics; it appears clickable but does nothing 1.

  • llm_tagger JSON parse error
    Automatic topic tagging via LLM threw unexpected character in the JSON response, passing through activesupport backtrace 1.

#Site feedback

  • So long, and thanks for all the fish!
    After a year away, JammyDodger returned with gratitude and a sense of community warmth 33.

Announcements

  • iOS 26 fixed-position bugs
    Mobile Chrome/Edge layout issues from iOS 26 have hit Discourse’s sticky elements; Jagster asked if we’re waiting on Apple’s patch 17.

#Sysadmins

  • Deploy without Docker
    lion’s custom LXD/LXC install behind HAProxy overcame ImageMagick v6 pitfalls and added resource limits; he plans to publish the script 21.

#Site Management

  • Content localization throttling
    carlh-foa proposed relaxing the two-edits-per-day re-translation limit in Discourse AI for high-traffic events to ensure the latest FAQ updates get translated 32.

Activity by the @team Group

After a day of Ruby drama, email debates, and CSS heroics, our puppies are snoozing soundly – mission accomplished!

# Today on meta.discourse.org...

Here’s your recap of the last 24 hours of community activity.

## Key Stats
- **New Posts:** 109  
- **New Topics:** 10  
- **Top Users:**  
  - @RGJ: 6 posts, *26 likes*  
  - @Moin: 9 posts, *12 likes*  
  - @martin: 3 posts, *13 likes*  
  - @nat: 3 posts, *10 likes*  
  - @pfaffman: 3 posts, *8 likes*  
  - @chapoi: 4 posts, *6 likes*  
  - @pmusaraj: 3 posts, *5 likes*  
  - @Johnny_McIvor: 1 post, *5 likes*  
  - @NateDhaliwal: 3 posts, *5 likes*  
  - @sam: 5 posts, *4 likes*  

## Interesting Topics

#### #feature

- **IP Lookup Logging**  
  @RGJ proposed recording staff IP lookups with a “Show” button behind an audit trail to prevent abuse in #feature. [read more](https://meta.discourse.org/t/-/383457/1)

- **Translate Now Button**  
  @nat petitioned for a “Translate Now” control in the #content-localization #ai workflow to bypass twice-daily throttling on AI retranslations. [read more](https://meta.discourse.org/t/-/383544/1)

- **Chat Landing Page**  
  @Johnny_McIvor pitched a dedicated landing page for #chat room links to drive forum signups; @tobiaseigen requested a mockup. [read more](https://meta.discourse.org/t/-/383470/1)

- **Use Localized Content in Emails**  
  @nat tracked a request to send users #activity-summary emails in their own languages by leveraging existing translations. [read more](https://meta.discourse.org/t/-/383546/1)


#### #support

- **Persistent SMTP Timeout Issue**  
  Community members investigating Spacemail timeouts on VPS/Docker were guided by @NateDhaliwal and @Lilly on port configuration and transactional email alternatives. [read more](https://meta.discourse.org/t/-/383452/1)

- **Approve Account Without Email**  
  @rivohor asked how to activate a user when they can’t access their inbox; solutions ranged from the Admin → Users → Activate button to localization quirks. [read more](https://meta.discourse.org/t/-/383486/1)


#### #community

- **Pad, pad, pad**  
  @Alexander_Wright sought ways to curb “Pad, pad, pad” fluff posts; @Ed_S, Jagster and @pfaffman discussed educational and technical approaches. [read more](https://meta.discourse.org/t/-/383556/1)


#### #ux

- **Show More Filters**  
  @sam and @martin debated surfacing the full list of 30+ #topic-filter options in the pulldown versus an in-app modal. [read more](https://meta.discourse.org/t/-/383338/1)

- **Smart Topic Timers**  
  @tobiaseigen flagged that auto-close timers after last post lack date suggestions (unlike scheduled close), suggesting parity in the UI. [read more](https://meta.discourse.org/t/-/383600/1)

- **Edit Assignment Label**  
  @tknospdr noted that the “Unassign…” button is unclear for editing assignments and asked to rename it to something like “Edit Assign” in #assign. [read more](https://meta.discourse.org/t/-/383587/1)


#### #bug

- **Replying to Closed vs. Archived**  
  @RGJ clarified confusion between archived and closed topics and iconography consistency in #bug. [read more](https://meta.discourse.org/t/-/383459/1)

- **iOS 26 Fixed-Position Glitch**  
  After multiple RCs, @pmusaraj confirmed iOS 26.1 beta finally resolves #ios-26 stacking issues with fixed elements. [read more](https://meta.discourse.org/t/-/382831/1)

- **Mobile Bulk-Select Button**  
  @bryce verified and moved the errant bulk-select toggle for non-mods from #ux into #bug for a forthcoming fix. [read more](https://meta.discourse.org/t/-/383361/1)

- **Title Edits Bump Topics**  
  @Moin discovered title changes still surface topics even though last-post edits don’t; @pmusaraj and @martin are investigating. [read more](https://meta.discourse.org/t/-/383576/1)

- **LLM Tagger JSON Parse Error**  
  @sam and @kuaza pinpointed malformed AI responses in the #automation plugin causing JSON failures, prompting parser robustness improvements. [read more](https://meta.discourse.org/t/-/383444/1)


## Activity by the @team Group

- @martin addressed #ux improvements like [Show More Filters](https://meta.discourse.org/t/-/383338/4) and the [Title Edits Bump bug](https://meta.discourse.org/t/-/383576/2), and merged fixes for [default Markdown mode](https://meta.discourse.org/t/-/379243/25) and the [backup tooltip link](https://meta.discourse.org/t/-/345620/6).

- @nat authored and tracked feature requests including the [Translate Now button](https://meta.discourse.org/t/-/383544/1) and using [localized posts in email summaries](https://meta.discourse.org/t/-/383546/2).

- @chapoi clarified UI cues in [Replying to Closed vs. Archived](https://meta.discourse.org/t/-/383459/3) and merged a patch for the [Horizon theme header overlap](https://meta.discourse.org/t/-/383435/6).

- @pmusaraj tested and confirmed a fix for the [iOS 26 fixed-position bug](https://meta.discourse.org/t/-/382831/20) and rolled out a new beta for the [Discourse iOS App layout](https://meta.discourse.org/t/-/264593/35).

- @Lilly provided must-try tips on the [Spacemail SMTP timeout saga](https://meta.discourse.org/t/-/383452/12).

- @tobiaseigen offered multi-topic support across [Chat landing page](https://meta.discourse.org/t/-/383470/2), [wiki edit tracking](https://meta.discourse.org/t/-/383582/2), [private topic reporting](https://meta.discourse.org/t/-/382422/9), [image grids & PDF previews](https://meta.discourse.org/t/-/381806/7), and [sidebar category order](https://meta.discourse.org/t/-/382003/3).

- @sam triaged developer issues in the [Show More Filters debate](https://meta.discourse.org/t/-/383338/2) and dissected the [LLM Tagger JSON parse bug](https://meta.discourse.org/t/-/383444/2).

- @bryce confirmed repro steps and is working on a fix for the [Mobile Bulk-Select Button issue](https://meta.discourse.org/t/-/383361/3).

- @cocococosti shared migration scripts tips for [Vanilla Forums imports](https://meta.discourse.org/t/-/290180/4).

- @Falco recommended database scaling in [Optimizing a large Discourse multisite](https://meta.discourse.org/t/-/381363/5).

Never dogs again, but if anyone breaks the rules, the puppies might just wag their little tails in protest tonight!  

Today on meta.discourse.org

Key Stats

  • Total new topics: 16
  • Total new posts: 175
  • Top users (posts / likes):

(Data sourced from the community summary.)

Interesting Topics

Dev

Feature

  • nat added a “Translate Now” button for content localization via PR 34904, making translations more accessible to permitted groups.

  • maiki suggested moving Normalize emails out of login settings and into the email section in the admin UI (read more).

  • Moin proposed logging site setting changes made during updates in the staff action log to aid troubleshooting, as seen in this feature request.

Community

Support

Bug

Marketplace

Migration

Activity by the @team Group

And despite the “puppies will die” warning, we’ve herded today’s topics safely—with no puppy casualties! :dog_face:

Today on meta.discourse.org

Key Stats

  • New posts: 113
  • New topics: 18

Top users (24 h):


Interesting Topics

Support

Bug


Activity by the @team Group

Keep the trust, keep the code, and keep the puppies safe—yesterday’s spambot sleuthing and theme fixes proved our community never sleeps!

Today on meta.discourse.org

Key Stats

Total new posts: 81 (see Latest posts)
Total new topics: 14 (see New topics)

Top users:

Interesting Topics

#Site feedback

Dev

Praise

#Site Management

Bug

Support

Feature

Community

UX

blog

Plugin

Activity by the @team Group

  • tobiaseigen refined the Suggested vs Related link experience and extended ?silent=true suppression for oneboxes in 384030 and 384020.

  • Falco disabled the topic-age penalty in the AI recommendations to boost link relevance in 384030.

  • david walked through upgrade flows for release & ESR branches in 383536.

  • fzngagan introduced the llms.txt approach to improve LLM crawling guidance in 383088.

  • pmusaraj rolled out the Amazon SNS push plugin with install guides in 384054.

  • awesomerobot debugged JSON parsing for the llm_tagger automation in 383444.

  • nat provided a resolution path for the doc_categories sidebar build error in 383888.

  • supermathie recommended discourse-auth-proxy as an SSO bridge for Nextcloud integration in 384058.

  • tgxworld proposed UI improvements for the topic timer auto-close labels in 383600.

  • Lilly confirmed an investigation into keyboard accessibility for opening search result links in 384004.

Well, yesterday’s 81 posts and 14 new topics were so action-packed it almost had us reaching for popcorn! :popcorn:

Today on meta.discourse.org

Key Stats


Interesting Topics

Announcements

Dev

Bug

#Site feedback

Support

Feature

Praise


Activity by the @team Group


No puppies were harmed in the making of this summary—let’s keep the good ideas (and tail wags) coming!

Today on meta.discourse.org

Key Stats

Interesting Topics

Dev

Plugin

#Site feedback

Support

  • Last-chance warning when replying to old topics
    JammyDodger proposes a confirmation pop-up instead of a full warning, notes the official theme component is broken, and Moin points to the unformatted-code detector example—see JammyDodger’s ideas and Moin’s reference.

  • New way to track edits on wiki posts?
    mcwumbly asks who needs notifications when wiki posts change; Jagster responds that interested users want to read updates—details at mcwumbly’s query and Jagster’s comment.

  • 502 error on Re-Order Categories
    Ethsim2 reports a timeout when sorting ~405 categories; pfaffman suspects a slow server and suggests using Rails for bulk reordering—see issue report and pfaffman’s advice.

  • From email address changed in notifications and digests
    adamengst upgraded Discourse and found the From: header now shows the site address; the setting behind this remains unclear—read more.

  • What Are Some Good Welcome Banner Designs?
    anoedo looks for a full-width banner display without obstruction; ondrej and others point to the versatile-banner theme and discuss design alternatives—see ondrej’s question and anoedo’s feedback.

Bug

  • Custom fields are not inserted with new ProseMirror editor
    manut added a QUnit test showing custom event form fields vanish in both MD and WYSIWYG modes—see the reproduction scenario.

  • DiscourseConnect provider redirect after login not working
    uckelman moved this to Bug after observing a login-redirect regression in 3.5.0.beta5-dev, linking to a suspect commit; initial report at post #2.

  • iOS PWA input bug (fixed in iOS 18.7)
    Ethsim2 confirms certain input fields in PWAs broke on iOS 18.6.2 but work again after upgrading to iOS 18.7—details at post #1 and post #2.

Feature

  • Full name @mentions
    mcwumbly asks saquetim whether the theme component for showing full names in mentions should become core or official—see post #64.

  • Link to first unread post?
    Shauny wants a “go to first unread” button and keyboard shortcut usable on desktop and mobile; mcwumbly requests real-world anecdotes—see Shauny’s post and mcwumbly’s follow-up.

Activity by the @team Group

Keep calm, embrace those version numbers, and may your PWA inputs always catch your taps—thanks for another lively day on Meta! :grinning_face_with_smiling_eyes:

Today on meta.discourse.org

Key Stats

Interesting Topics

  • Announcements
    “tests-passed” branch is now “latest”: david explained that the tests-passed branch has been renamed to latest (and the version suffix changed from -dev to -latest) without breaking existing workflows; update your app.yml if you’ve hard-coded tests-passed. read more

  • Dev
    Improving automatic switching of mobile/desktop modes: david detailed a move away from user-agent detection to viewport-width logic (mobileView/desktopView now alias browser width < 40 rem), improving tablet UX. read more

  • Bug mobile ai
    AI Gists button shown for PMs, but with no summary text: NateDhaliwal reported that the AI Gists button appears in PM lists but does nothing on mobile; Falco confirmed desktop works fine and flagged awesomerobot. read more

  • Installation
    About deploying Discourse on Windows Server: MoRanYue asked for a tutorial to run Discourse without Docker on Windows Server/WSL; Falco recommended a Linux VM as this is unsupported for production. read more

  • Bug post-notices
    Official notices on older posts: Discussion on whether custom notices should expire automatically; chapoi argued new/returning-user notices lose value over time, while custom ones should persist until manually removed. read more

  • Support ai dynaloc
    Discourse AI translations bug?: 昊毅_周 found system-created category descriptions always detected as English; nat walked through language detection logic and Crowdin improvements. read more

  • Marketplace
    [PAID] Refresh forum with new template/theme and UX help: JoseDB seeks assistance to overhaul a 4k-member forum’s UX, wiki/docs presentation, and homepage highlights ahead of Oct 6. read more

  • Bug polls
    Poll percentage inaccuracy!: gassim noted poll percentages of 1 vote each showing 34%, 33%, 33% instead of equal splits; NateDhaliwal pointed out rounding of 100/3. read more

  • Bug
    Localization Formatting Error in the %{date} function: inquisitorOzzak reported Croatian date format showing year twice (e.g. “252025”); Moin traced it to a missing Y in js.dates.long_with_year and suggested site text tweaks/Crowdin fixes. read more

  • Feature search localization rtl
    Arabic Search Normalization: Missing Support for Hamza Variants, Ya/Kaf Forms, and Orthographic Equivalence: serkhelesheyi outlined how Unicode variants like أ vs ا, ي vs ی, ك vs ک are treated distinctly, leading to incomplete search results even with search_ignore_accents enabled. read more

  • Bug
    Upgrade failed with @swc/core postinstall segfault, but version shows: xkhalid saw a segfault during upgrade yet Discourse reported the new version; Falco noted the library was downgraded and asked to retry. read more

  • Bug assign
    Can’t remove assignment reason: supermathie couldn’t clear the assignment reason field when reassigning—a UI bug preventing deletion of the reason message. read more

  • Dev
    Can I develop a mobile app then use the discourse:// scheme?: Sunchecer_Manfill asked if third-party apps can claim discourse://; pmusaraj explained it’s possible but may clash with Discourse Hub, and suggested custom schemes or admin-added redirects. read more

  • Support rest-api
    Private message with attachment/upload via API: aidanheerdegen inquired about sending DMs with files via API; Canapin detailed a two-step process—upload then post with URL. read more

  • Feature category-moderators
    Allow category moderators to edit their own category: Steradiant proposed letting category mods tweak most settings (templates, posting rules) without changing the category name or moderators list. read more

Activity by the @team Group

Looks like we refactored branches, squashed bugs, and even debated category permissions—here’s to another day of smooth releases and minimal merge conflicts!

Today on meta.discourse.org

Key Stats

(Stats from the 24-hour activity summary)

Interesting Topics

Announcements

  • Jan_Polet discovered a Bug with fixed-position elements jumping in the ios-26 PWA on iPadOS 26.1; after reviewing a screen recording, pmusaraj confirmed the regression and is working on a fix read more.

  • hugh unveiled release-notes for Discourse 3.6.0.beta1, introducing smoother color-palettes editing, themeable site settings, and AI image previews read more.

  • hugh announced the 3.5.1 stable release, detailing critical security patches and maintenance updates to keep sites secure and stable read more.

  • Richie acknowledged the deprecation of tests-passed in favor of the latest tag for Docker installs; david hinted at an admin warning for any lingering references read more.

Support

  • A new user got their markdown composer stuck and couldn’t switch back to rich text; NateDhaliwal pointed them to the toggle in the composer settings that was “staring them in the face” read more.

  • J_admin asked about the badge at the bottom-right of some avatars; NateDhaliwal and Moin clarified this is core group flair, not a plugin, linking to the group-flair guide read more.

  • A community member reported their custom plugins weren’t loading after /launcher rebuild; NateDhaliwal requested more details to diagnose why the #docker_manager setup wasn’t taking effect read more.

  • MarcP struggled to extend #iframe height beyond default limits; the community pointed them back to the long-standing iframe CSS hack discussion read more.

  • Danielzappysys sought to disable email notifications on new topics but still get alerted on replies; thoka directed them to mailing list mode and relevant notification settings read more.

  • Turgut_Ordu hit a “restart (100)” error on Windows but lacked detail; tobiaseigen recommended WSL2/Ubuntu or a VPN-hosted DigitalOcean droplet for hassle-free setup read more.

  • thoka asked how to wait for Theme updates in scripts; community notes that background jobs and caching can delay live updates, advising patience and possible use of rake themes:update read more.

UX

  • Don flagged the hardcoded placeholder on the #404 page search input as non-translatable; pmusaraj committed a simple template fix to externalize the string read more.

  • Moin suggested adding space after the :wave: in returning user notices to match new-user styling; this tiny post-notices tweak was discussed and acknowledged read more.

  • tvavrda found it unintuitive that the composer’s + menu is scrollable without visual hints; the UX discussion highlights platform inconsistencies between macOS and mobile read more.

#Translations

  • inquisitorOzzak spotted a formatting issue in the %{date} helper for #translations; the community confirmed the string error and marked the report solved after the quick fix read more.

Activity by the @team Group

  • hugh announced 3.6.0.beta1 release notes, detailed the 3.5.1 security & maintenance release notes, and fixed an invalid tag whisper bug.

  • tgxworld highlighted additional plugin UX changes for #discourse-activity-pub and other plugins in the 3.6.0.beta1 notes read more and summarized the 3.5.1 fixes read more.

  • pmusaraj reproduced and diagnosed the ios-26 PWA cursor issue here, patched the hardcoded #404 search placeholder fix, and investigated the reCAPTCHA #proxy loading hang details.

  • david triaged the missing pre-compiled assets 404 in the prebuilt JS assets thread discussion, triggered the workflow to publish assets here, and clarified the “latest” tag replacement for tests-passed context.

  • mcwumbly injected clarity on the versioning cadence in the versioning strategy RFC deep dive.

  • nat approved and merged the duplicate-voter rest-api fix in /polls/voters.json merge confirmation.

  • chapoi revived and published a functional fork of the National Flags plugin repo.

  • christo pointed to the DiscourseConnect redirect fix commit in the SSO thread reference.

  • Falco provided Cloudflare proxy guidance for Windows server Nginx setups recommendation.

  • tobiaseigen recommended using WSL2/Ubuntu or a remote droplet for Windows installations to avoid the “restart (100)” error guide.


With 83 posts and 16 fresh topics tackled—including PWA bugs, release rollouts, and plugin forks—today proved that Discourse never sleeps. Here’s to more discoveries tomorrow! :paw_prints: