Lilly introduced a new Nested Sidebar Categories or Subcategories theme component, which allows for indenting or nesting selected categories or subcategories in the sidebar. This component addresses a long-standing request for nested subcategories under their parent categories in the sidebar.
Another user asked about changing the AI robot header icon in the Discourse AI plugin. Lilly shared a code snippet for replacing the icon using a theme component.
A user encountered an error during launcher execution, which was resolved by destroying and restarting the web_only container. The discussion also touched on potential issues with the web-app.yml file.
twofoursixeight inquired about recognition for legacy guide authors, similar to the Ghostwriter badge for new documentation. The discussion touched on the evolution of Discourse’s documentation system and potential recognition for past contributions.
In the Discourse Encrypt plugin thread, cmdntd’s post was deleted, but the topic remains active for discussions about encryption features in Discourse.
#Site Management
gwillows asked for clarification on the ‘relative’ time option when scheduling topics for future publication. nat provided an explanation of how the feature works.
mcwumbly announced the release of Discourse 3.4.0.beta2, highlighting new features such as improved pageview metrics, multiple category moderator groups, and the ability to watch chat threads.
A discussion arose about moving the “Proofread Text” AI button next to “Create Topic” in the composer. sam suggested teaching users about proofreading for their first few posts and potentially doing background proofreading as users type. keegan proposed automatically proofreading posts when hitting reply if users opt-in.
Users reported an issue where typing in the users’ search window is stopped unexpectedly. This was linked to a previously reported focus shift problem while searching the user directory.
jbrains sought advice on archiving a site, specifically looking for strategies to mine comments for content when retiring comments from a blog using Discourse.
sam participated in a discussion about moving the “Proofread Text” AI button, suggesting ways to teach users about proofreading and potential background proofreading features.
Falco explained that changing AI persona models is primarily for developer testing, and mentioned plans to lock personas to a single model by default in the future.
omarfilip sought help troubleshooting a slow site that was previously performing well. Falco identified the issue as related to the “badges in posts” theme component.
ludwikc initiated a discussion on gamification beyond leaderboards in Discourse, seeking ideas for implementing custom gamification features similar to those used in Discord communities.
joo inquired about the Auto-Linkify Words theme component’s ability to match words without spaces before or after them.
#Hosting
ToddZ provided an update on Mailgun pricing, noting that the Flex Plan is no longer available and current pricing starts at $15/month after the free tier.
Jagster reported an issue with sharing AI conversations as detail blocks were missing. sam identified it as a FontAwesome 6 regression, and Don suggested adding ‘far-copy’ to the SVG icon subset site setting as a workaround. read more
Moin discussed the new sidebar design on tablets, highlighting inconsistencies in styling between desktop and mobile versions. Jagster agreed, mentioning difficulties in reading headings on iPad. read more
ToddZ requested improvements to the User Card Directory component, suggesting options for default timespan and sorting order. Moin provided guidance on customizing the directory view. read more
j127 shared experiences with AI-based spam and proposed ideas for improving spam detection, including recording additional data when posts are saved. read more
xandra.cc reported an issue where users could no longer edit any posts since updating to Discourse version 3.4.0.beta3-dev. Moin suggested a potential fix related to the discourse-reactions plugin, which resolved the problem. Read more.
Sidi_Codet inquired about adding subcategories to their community. Moin provided a solution by explaining how to show subcategory lists above topics in parent categories. Read more.
Rick_Jing encountered a 500 internal server error when trying to create a topic with tags via the API. The community advised on proper API key security practices. Read more.
nathank asked about the status of the new and improved /about page, seeking clarification on its current implementation and visibility to anonymous users.
sam participated in a discussion about permanently deleting topics or posts, announcing the new can_permanently_delete setting for hard deleting posts and post revisions from the UI. He also suggested moving a feature request to the appropriate category in a chat-related topic.
sam confirmed plans to add a quota system for AI tokens, mentioning the intention to implement group selectors with input/output counts and duration settings for each LLM.
RGJ reported an issue with overriding text in Discourse 3.3.2 stable, where overridden text would revert to the original despite still being present in the system.
A user encountered mobile unresponsiveness issues with the Central Theme, specifically in the User Preferences page and navbar.
sam participated in a discussion about implementing a quota system for AI tokens, confirming plans to add this feature and outlining the intended approach using group selectors with input/output counts and duration settings for each LLM.
NateDhaliwal sought help with putting a template in a desired outlet for a persistent banner component. david provided guidance on using htmlSafe and accessing settings directly in gjs templates. The discussion led to improvements in error messages for helper usage in gjs read more.
joo asked about triggering AI-generated replies when users create new topics or posts. sam mentioned ongoing work to add this functionality to personas, while cautioning about potential noise in topics read more.
NateDhaliwal implemented several improvements to the Discourse Persistent Banner theme component, including options for placement, border customization, and support for theme variables read more.
sam shared thoughts on AI-based spam, discussing potential improvements to spam detection and raising philosophical questions about the value of AI-generated content in forums read more.
ludwikc suggested a new feature to turn chat threads into full-fledged topics, proposing the ability to select certain chat threads and convert them into regular forum topics. This could be useful for when chat discussions evolve into more meaningful conversations.
Tris20 reported an issue with the js.composer.reply_placeholder text being applied to both new topics and replies. They suggested separating the placeholders for new topics and replies to provide more appropriate guidance to users.
gurtz encountered a problem where “In reply to” links no longer work on their Discourse forum. The community discussed potential causes and troubleshooting steps to resolve the issue.
kirupa sought advice on how to handle a spam attack that Akismet failed to stop. The discussion included tips for preventing spam and managing flagged content.
ludwikc asked about how to mark all posts as read for users who want to achieve “Inbox:0” on their Discourse instance. The community explained Discourse’s approach to read/unread posts and available options.
davidkingham reported an issue with the Topic List Author component, where user avatars were appearing twice when used in conjunction with topic thumbnails.
omarfilip provided feedback on the Discourse Doc Categories plugin, highlighting the importance of tag filtering for communities where documents can apply to multiple categories.
RGJ reported a PG13 compatibility issue with a recent migration introducing NULL NOT DISTINCT on an index, which is not supported in PostgreSQL versions prior to 15. tgxworld suggested reverting the migration and reconsidering another solution to avoid errors on self-hosted installations read more.
fbpbdmin raised concerns about hiding IP addresses from moderators for privacy reasons, sparking a discussion about the necessity and potential risks of moderator access to IP addresses.
A request was made to allow creation of custom flags that automatically hide content, similar to “spam” and “inappropriate” flags. tobiaseigen mentioned they will be looking into adding a toggle for this feature read more.
ludwikc initiated a discussion on gamification beyond leaderboards in Discourse communities, seeking ideas to keep users more engaged on a psychological level.
A user encountered issues with changing SMTP credentials during email service provider migration. The rebuild was failing, but pfaffman suggested an alternative approach using ./launcher destroy app and ./launcher start app to apply new SMTP settings.
paulswithers inquired about changing icons for specific links in the Discourse Doc Categories plugin, noting that it appears to be hard-coded. MarcP supported the idea, suggesting emojis as an alternative to FontAwesome icons.
Isambard inquired about viewing a user’s flagging accuracy and suggested adjusting the number of flags considered for accuracy calculation based on forum size or using an exponential decay factor.
ganncamp discovered a useful feature where highlighting text and pasting creates an automatic link, similar to Slack. This accidental find is expected to save hundreds of keystrokes over the next year. Read more
heyrocker encountered issues with a rebuild, specifically failing on ‘bundle exec rake db:migrate’. After troubleshooting attempts, merefield identified the problem as related to an outdated branch. Read more
Abdul_Hanan inquired about changing or removing the ‘Powered by Discourse’ link. nat provided guidance on disabling this via a site setting and offered alternative customization options. Read more
cmahns reported issues with edits not displaying and timing out. Jagster suggested that simply disabling plugins might not be sufficient and recommended commenting out or deleting problematic lines. Read more
renem asked about webhooks for whisper posts. simon explained that while there’s no specific webhook for whispers, it’s possible to filter for them in the code receiving the webhook. Read more
pfaffman reported a restore failure due to a missing chat_mention function. sam acknowledged the issue and stated that the team would be investigating it over the next few days. kendoer later shared a potential solution involving rebuilding the app on the old server before creating a new backup. Read more
Jagster identified an issue with AI personas not changing as expected in private messages. The problem seems to occur when attempting to change the used persona. Read more
Aniket inquired about setting up Discourse on AWS ECS. RGJ provided a link to a guide for installing Discourse on Amazon Web Services. Read more
tig3 shared detailed steps for setting up Discourse in a subfolder with Cloudflare, particularly when the main website is already live and the root domain can’t be pointed to the forum server. Read more
David_Ghost suggested implementing a feature to redirect users to a specific topic (like a welcome or introductions topic) immediately after registration, similar to the invitation system’s functionality. Read more
Atemu proposed that Github preview links with anchors should preview from the anchor point rather than the top of the file. Read more
NateDhaliwal updated the Discourse Confetti Clicks theme component with a new setting allowing confetti to be shown only in specific categories. Read more
Ly_Chen encountered a CSRF Detected Error when using the oauth2-basic plugin for OAuth2 login. supermathie suggested turning on force_https as a potential solution. Read more
nat provided guidance on changing the ‘Powered by Discourse’ link and offered customization options for Abdul_Hanan. She also explained that the Discourse Jira plugin was built using APIs for Jira Cloud and might not be successful with Jira DC.
davidannounced recent improvements to core and the post badges theme component, resolving performance concerns by loading all badge data as part of the main topic payload.
samacknowledged the restore failure issue reported by pfaffman and stated that the team would be investigating it over the next few days.
chapoishared that auto-zoom should no longer occur after a specific merge, addressing an iOS composing issue.
Lillyconfirmed that a fix for the Discourse Persistent banner theme component was successful.
tedprovided an update on the PG13 compatibility issue, sharing a PR that should work for PG13 and discussing potential workarounds for restoring backups from PG15 to PG13 servers.
supermathiesuggested turning on force_https to address a CSRF Detected Error with OAuth2 login using the oauth2-basic plugin.
Thanks for reading, and I’ll see you again tomorrow!
Trancos encountered SMTP mail sending issues despite successful OpenSSL tests. After troubleshooting, they resolved the problem by using the SMTP relay’s IP address and adding DISCOURSE_SMTP_OPENSSL_VERIFY_MODE: none to the configuration.
AxelTerizaki faced a forum unavailability issue with a Redis error. After investigation, it was discovered that a virus scan had quarantined a Postgres file, causing the problem. The issue was resolved by adjusting the virus scan settings.
In the Discourse AI Topic Summary plugin thread, Amicable reported an issue with localhost links being malformed. merefield explained that the plugins aren’t designed for accurate links in local dev environments but welcomed PRs to improve support for localhost links.
davidkingham suggested adding a “Read more…” link to Category Banners to improve the component’s functionality and provide a cleaner way to access lengthy category descriptions.
MarcP revived a discussion about unexpected search behavior, highlighting issues with searching for usernames in GitHub and X (Twitter) links, as well as problems with finding keywords in draft and staff sections.
The ongoing discussion about the admin button being obscured on mobile continued, with Kartoon suggesting the addition of arrows to indicate scrollable content, as the wrench icon is often hidden from view on mobile devices.
mcwumbly participated in a discussion about hiding IP addresses from moderators, stating that while it’s not a current priority, the team is not opposed to adding this feature and invited pull requests with the pr-welcome tag.
sebix1 reported an issue with Two-Factor Backup Codes not being available immediately after adding an authenticator. The “Add backup codes” button only appears after reloading the page.
A user encountered problems with SMTP email configuration using Neo.Space as their mail provider. Despite successful SMTP setup, they’re not receiving emails.
A user is seeking help with integrating Authentik with the Discourse OpenID Connect plugin. They’re experiencing difficulties with the authentication flow and outpost configuration.
gerhard discussed a potential solution for restoring backups between different Discourse versions, emphasizing the need to upgrade to the latest version in some cases.
A discussion about simplifying forum interfaces was started by Firsh, with awesomerobot suggesting ways to streamline the UX including hiding embedded replies and timeline reply buttons.