Resumo Diário (21h UTC)

Today on meta.discourse.org

Key Stats

Over the past 24 hours, the community produced:

  • 270 new posts across 65 new topics, generating 479 likes.

:trophy: Top Contributors

User Likes Received Posts Written
Damian_Boon 34 19
Moin 30 9
JammyDodger 27 8
Chapoi 26 14
Ed_S 26 14
Sam 23 5
Alltiagocom 22 15
Lilly 22 12
Andrew_Rowe 22 6
EricGT 19 5

Interesting Topics

#Community Building

Anyone else seeing a drastic drop in community activity for Support forums?
Damian_Boon kicked off a deep, multi‑voice conversation about how AI and Google’s changing search landscape are reducing organic traffic to forums. Canapin shared notes on AI reliability, Ed_S contributed traffic‑source data, and Tris20 offered a hopeful vision for a future golden age of human‑heavy communities. read more

enterprise

Access and engagement strategies
HAWK explored why internal teams feel unqualified to engage on Meta. Canapin reflected on the “hidden costs” of staff participation, Andrew_Rowe suggested pragmatic reply strategies, and Mae stepped in to clarify that marketing roles have a place – just not for deep technical questions. read more

#Announcements

July 2026 monthly release
Loic announced v2026.7.0 and its ESR status. The release sparked immediate discussion about ESR labeling, pinning, and the desire for a “grace period” before automatic rollover. Ed_S shared a helpful write‑up of what to expect when moving from 2026.1. read more

Composer preview toggle now lives with the other window controls
Chapoi announced the reorganisation of composer top‑right controls – the preview toggle joins the minimise and fullscreen buttons, and the minimise icon switches to a standard dash. read more

New default for pending user approval reminders
Zogstrip introduced an upcoming change that lowers the default reminder delay for approving new members from 8 hours to 30 minutes – only applicable to sites that require staff approval. read more

Introducing a docked composer for AI bot conversations
Keegan merged an update that moves the send‑shortcut setting to core, making it available for AI bot conversations. The docked composer now respects user preferences for send behaviour. read more

Support

How far can we push Discourse in customization?
Alltiagocom asked about the limits of customisation without breaking on upgrades. Awesomerobot gave practical guidance on using CSS variables vs. bare selectors, Merefield noted that staging servers are essential for heavy customisation, and Andrew_Rowe encouraged starting small with themes and components. read more

Jumping from 2026.1 ESR to 2026.7 – What I found
Haydenjames published a thorough, researched guide covering security advisories, the version: stable pitfall, and a checklist of behaviour changes – including a note that YouTube embedding still breaks due to the Referrer-Policy header. read more

Cannot view post preview in mobile composer?
Seanblue and others lamented the loss of the preview button. Awesomerobot demonstrated minor WYSIWYG‑to‑markdown formatting shifts, and Moin promptly released a theme component to restore the feature. read more

ux

Site in staff only mode – no need to show signup or login
EricGT reported that the OpenAI forum, in staff‑only mode, still displays sign‑up and login prompts – frustrating for read‑only visitors. Zogstrip fixed the issue within 12 hours via PR #42101, now live on the OpenAI site. read more

development

Now in Beta: Plugin to see TL3 Progress for TL2 users
NateDhaliwal continued refining the plugin – addressing progress‑bar alignment, adding a modal_bottom_text setting for site‑specific TL3 benefits, and working on a “closest stat” indicator. read more

Any way to change at what width the small logo appears?
Sb56637 struggled with the full‑width component forcing the primary logo in scrolled‑down topic view. Awesomerobot solved it by adding a “use default logo behavior” setting to the Full Width component. read more

#Extras

Improving accuracy of AI reporting through validation
Sam introduced a new “Fact Checker” agent in Discourse Workflows that reviews draft AI reports for mistakes before posting, dramatically improving quality without requiring a model upgrade. read more

Giving Discourse AI agent skills
Sam detailed how to approximate an agent‑skills system using custom tools that read from a dedicated category – each skill a topic with frontmatter, discoverable by the agent. read more

bug

Issue with iOS 16.7 photo upload?
David and Falco investigated upload failures on older iOS devices. Falco’s fix was included in v2026.7.0, but some users report it didn’t resolve the issue – possibly linked to tight upload image size limits. read more

Permanently Delete does not show (even after 5 minutes)
Tkforbes discovered that the “Permanently Delete” option is missing from the topic‑level wrench menu, and the bulk‑delete modal misleadingly claims deletion is permanent when it is not for moderators. Lilly guided troubleshooting. read more

#Self‑hosting

Updated to esr, but “578 new changes are available”
Ed_S noted a confusing dashboard message after upgrading to the new ESR. David fixed a server‑side version‑check bug; the false alert will clear after a forced version check. read more


Activity by the Team Group


That’s all for today – between AI agents gaining skills and forums feeling the heat from Google’s overviews, yesterday’s conversations proved that even a quiet forum can still spark a blazing debate :fire:.

Today on meta.discourse.org

Key Stats

In the last 24 hours, the community generated 250 posts across 66 topics, with 345 likes distributed across the discussions. The most active and liked users were:

User Likes Posts
Moin 38 17
Alltiagocom 25 15
Merefield 19 13
Awesomerobot 18 10
Damian_Boon 17 17
Ed_S 16 11
Nickdb 14 6
Sam 14 3
JammyDodger 12 3
David 11 8

Interesting Topics

#Community Building

  • A deep and passionate debate unfolded in “Anyone else seeing a drastic drop in community activity for Support forums?”Ed_S challenged the “AI is inevitable” stance, leading to a reflective discussion on how forums must offer more than Q&A to survive. Damian_Boon, Nickdb, and Alltiagocom weighed in on the value of human connection vs. AI convenience. Read more

  • “Forums that forbid AI content… How’s it going?”Nickdb shared a detailed AI-detection prompt used to flag AI-generated posts, and Merefield agreed that overly structured AI slop kills engagement. Takiro added perspective from an art community that bans AI content. Read more

#Theme component

  • “Mobile Composer Preview”Moin released a theme component restoring the mobile preview button, which was removed from core. Users Lilly, Jagster, and others celebrated its return. Sk-Or-V1-Contents reported a minor display bug that was resolved. Read more

  • “Topic List Previews (TLP)”Ed_S reported an error on ESR 2026.7, which Merefield quickly patched. The fix addressed a TypeError in preview-edits.gjs. Later, Merefield previewed a “Horizon-lite” fork that works with TLP and Bars. Read more

  • “Colored Tag Styles”Manuel refactored this component to allow fully customisable color styles via theme settings instead of eight fixed colours. Read more

  • “Closed Sidebar by Default”Don contributed a smarter JavaScript snippet that initialises the sidebar closed but then remembers user preference, and Nathank rolled it into the component. Read more

Support

  • “How far can we push Discourse in customization?”Alltiagocom asked about limits. Awesomerobot advised using CSS variables for stability; Merefield noted that customisation always requires maintenance. Andrew_Rowe suggested hiring a professional developer. Read more

  • “Jumping from 2026.1 ESR to 2026.7 – What I found”Haydenjames documented 17 security fixes and a YouTube embed workaround. Mcwumbly emphasised that patch-first is still valid for two months. Merefield recommended a staging server. Read more

  • “Failed to optimize image” error from discourse-topic-previews-sidecarTakiro encountered an avatar upload failure. David identified the backtrace pointing to an archived plugin and advised removing it. Read more

  • “Issue with iOS 16.7 photo upload?”Sb56637, Sok777, and Falco investigated uploads stuck at 0% on iOS. The fix for iOS 16.7 was landed, but users on iOS 26 also faced issues, possibly due to server-side settings. Read more

development

  • “Any way to change at what width the small logo appears?”Sb56637 asked about the full-width component overriding logo behaviour. Awesomerobot added a new setting (“use default logo behaviour”) to the component, and Sb56637 confirmed it works on ESR. Read more

  • “Facebook-style Topic Modal – Is it better?”Damian_Boon shared a demo of a modal-based topic view, getting feedback on load speed and mobile behaviour. He continued iterating on the concept. Read more

#Announcements

  • “July 2026 monthly release” – Discussion around ESR rollover: Ed_S wanted to stay on the previous ESR longer, Mcwumbly questioned the difference, Elmuerte suggested a “grace period” label, and Moin clarified that ESR only gets security fixes. Read more

  • “Introducing the unified new view for the topic list”Overgrow reported that suggested topics no longer prioritise unread tracked topics. Martin acknowledged it was unintentional and plans a fix. Seanblue flagged count sync issues. Read more

#Extras

  • “Improving accuracy of AI reporting through validation”Sam detailed a new Workflows-based pipeline that chains a report runner with a fact-checker agent, using Dreamlike and Luna models. The post includes technical screenshots and JavaScript code. Read more

ux

  • “Image makes post events Onebox too big / dominant”Nathank noted that event images in Oneboxes can overpower a post and shared a CSS workaround. The suggestion was to omit images from Oneboxes or provide a mini version. Read more

bug

#Event

  • “Bringing Community Conversations Into Your Website – Office Hours Replay”Danielle posted the replay of a session covering the new full-page embedded discussion experience, with key takeaways on setup and SSO. Read more

Activity by the Team Group

  • Sam authored the “Improving accuracy of AI reporting through validation” topic, describing the new Workflows pipeline. He also helped Dennisjbr with a Gemini model issue in the Workflows thread. Read more and Workflows thread

  • David resolved the “failed to optimize image” error by identifying the deprecated plugin and advised on avatar upload issues. Read more. He also explained the “578 changes” version-check bug in v2026.7.0 ESR misreport and helped debug iOS photo uploads. Read more

  • Awesomerobot added a setting to the full-width component to restore default logo behaviour. Read more. He also clarified a WYSIWYG markdown rounding issue in the mobile preview topic, read more, and fixed the mobile chat search scroll bug. Read more. He also responded to the ActivityPub domain change topic. Read more

  • Falco helped diagnose iOS upload issues and identified the root cause in a security fix. Read more. He also addressed the Turkish translation problem, promising a prompt fix. Read more. He merged a PR for Resenha voice rooms. Read more

  • Zogstrip confirmed adding an input option for Boolean fields in Call Workflow steps. Read more. He also fixed a duplicate poll title in email notifications. Read more

  • Chapoi linked to the mobile preview component in the “Cannot view post preview in mobile composer” topic. Read more. He also asked for more info in a non-streaming request thread. Read more

  • Mcwumbly discussed ESR rollover and suggested a grace period label. Read more. He clarified that patch-first remains a legitimate option for ESR. Read more. He also responded in the Chat API topic. Read more

  • Merefield fixed the Topic List Previews error. Read more. He encouraged using staging servers for upgrades. Read more. He also participated in the customization limits discussion. Read more

  • Nat removed empty manual overrides that caused an empty banner box. Read more. She also pushed a PR for multi-language preferences. Read more

  • Danielle published the Office Hours replay on embedded discussions. Read more

  • Lindsey reminded users that the “me too” button in Solved is a category-specific setting. Read more

  • Angus pushed fixes and updates to the Custom Wizard plugin. Read more

  • Martin acknowledged the unread priority regression in suggested topics and plans a fix. Read more

  • Don contributed JavaScript to improve the “Closed Sidebar by Default” component. Read more


Between AI translation quandaries and the eternal question of community vs. LLM, yesterday proved that the human keyboard is still mightier than the chatbot — even if it takes two taps longer to preview a post.

Today on meta.discourse.org

Welcome to your daily digest of the vibrant activity happening in the Discourse community over the last 24 hours. From deep dives into AI moderation to new plugin updates, there’s plenty to catch up on. Let’s dive into the numbers and conversations that shaped the day.


Key Stats

  • Total new posts: 172
  • Total new topics: 56
  • Total likes given: 212

Top contributors (by posts and likes received):

User Posts Likes
Zogstrip 7 20
Moin 19 17
Falco 6 17
Merefield 6 14
Nathank 8 11
Takiro 5 11
Alltiagocom 5 9
Nickdb 5 9
HAWK 1 8
Awesomerobot 3 7

Interesting Topics

#Community Building

  • Forums that forbid AI content… How’s it going?
    Nickdb shared how their forum uses a custom AI agent to flag AI-generated posts from new members, with a detailed prompt example that checks for “overly polished” language. Merefield agreed, noting that AI-style posts feel like “walking through treacle”, while Takiro explained their art community’s strict AI ban and how they moderate reports without witch hunts. The conversation also touched on the overuse of em dashes as a “telltale” sign — with HAWK joking that he refuses to lower his own standards just to appear human. Read more

  • Anyone else seeing a drastic drop in community activity for Support forums?
    A lively discussion evolved into a philosophical debate about AI’s role in communities. Alltiagocom argued that LLMs will “unclog your toilet” by telling you how, while Nickdb countered that they provide “generic, lowest common-denominator advice”. Tris20 shared his fatigue with AI-generated content, longing for “messy human text”. Read more

#Plugin

  • Resenha - Add Discord-style Voice Rooms to Your Community
    Falco merged fixes for reported UI issues (private room icon size and participant list accessibility) and announced several new capabilities: coturn auth for STUN/TURN, LiveKit session recording, flagging of call participants, right-click menus on video tiles, and opt-in higher bitrate streaming. Nathank provided detailed feedback that led to those fixes. Read more

#Feature

  • Allow use of input for value of manually mapped Call workflow Boolean type fields
    A feature request by Per1234 was quickly picked up by Zogstrip, who implemented it via a PR. Renato independently created another PR, and the team coordinated to merge both. The thread shows how responsive core development can be when the community provides clear use cases. Read more

Support

  • Failed to optimize image error from discourse-topic-previews-sidecar
    Takiro reported avatar upload failures and traced them to a type mismatch in the deprecated topic-previews-sidecar plugin. David identified the archived plugin and recommended removal. After disabling it, Takiro confirmed everything worked again. A perfect example of community support solving a real-world issue. Read more

  • Maintenance page workaround - can this be done?
    Alltiagocom proposed a Cloudflare Worker + KV solution (from Claude) to show a maintenance page without touching nginx. Canapin questioned the need, while Merefield suggested moving to a two-container setup so rebuilds take seconds. The thread offers practical alternatives for downtime management. Read more

  • Mostrar “Proximos Eventos” en todas las Categorias
    A Spanish-language question about showing upcoming events in all categories. Moin provided a concise solution using a value transformer (discourse-calendar-upcoming-events-show-cross-category) inside a theme component. The original poster confirmed it worked, and Nathank later suggested making it a built-in parameter. Read more

#Announcements

  • Introducing the unified new view for the topic list
    Martin fixed an issue where suggested topics lost priority in unread results, and Seanblue reported persistent unread count sync problems. Chapoi explained that hiding the “new/unread” line in Horizon was intentional for decluttering, but Martin will adjust the logic to keep unread priority. Read more

  • Solved improvements: Allowing members to indicate they’re experiencing a reported issue
    The community gave feedback on the “me too” button. Lillian and RGJ expressed concerns that it might discourage detailed replies, but Lindsey reminded everyone that it’s now a category-specific setting that can be turned off. The discussion highlights the need for flexible moderation tools. Read more

#Theme component

  • Mobile Composer Preview
    Moin restored a preview button for the mobile composer and helped Sk-Or-V1-Contents debug a missing button in theme creator. The thread also covers the difference between RTE and Markdown modes, with Jagster noting that even RTE users have switched to preview mode because it suppresses the keyboard. Read more

events

  • Bringing Community Conversations Into Your Website - Office Hours Replay
    Danielle shared the replay of the office hours session on the new full-page embedded discussion experience. Key takeaways include automatic companion topic creation, routing to specific categories, and styling options. This is a major step for integrating Discourse into any website. Read more

bug

  • Chat search results cannot be scrolled on mobile (touch swipe unresponsive)
    Tonja’s thorough bug report was acknowledged by Awesomerobot, who added a fix in PR #42188. The issue prevented scrolling in chat search results on both iOS and Android, making it impossible to see all results. The quick fix will be included in the next release. Read more

  • Opening forum goes to topics 1 day ago or older, not recent topics
    Zogstrip traced the problem to bfcache-compatible headers and prepared a fix in PR #42207. Users like NateDhaliwal expressed relief after months of the issue. This shows how persistent users and core devs work together to squash tricky bugs. Read more

enterprise

  • Access and engagement strategies
    The discussion expanded on how companies can integrate staff into their community. JammyDodger suggested sandbox categories for onboarding, while Satonotdead shared a cultural perspective on change and the importance of trust. Practical advice for enterprise community managers. Read more

ux

  • Remove the pure white on text
    Alltiagocom requested a softer text color for dark mode, suggesting a CSS variable from the sidebar. Satonotdead shared their own workarounds with brightness filters. The thread highlights ongoing UX improvements for accessibility and comfort. Read more

Activity by the Team Group


And so, as the sun sets on another day of dialogue, remember: if you ever find yourself reaching for an em dash, be aware that somewhere out there, a bot is judging you — but that’s only because it wishes it could convey such dramatic pauses itself. :wink: