-
is there a safe way to make a public joinable group
I’m setting up a group that anyone can join or leave on their own, and I want it to be public-facing without turning into a moderation headache. I can see group settings, but I’m not sure which one actually controls self-service membership. Is this the right way to do it, or am I missing a separate permission somewhere?…
-
how do i see which setting is controlling pageview event growth?
I’m trying to track down why the pageview events table is growing faster than expected on a site that has been up for a while. I already checked the obvious retention stuff, but I want the exact setting or code path that decides this. Is there a built-in limiter, or do I need to handle it somewhere else? I’m comfortable…
-
what finally fixed our slow migration runs
we had a phpbb migration that looked fine in testing and then crawled in production. the import job was spending too much time on the same bottleneck, and it kept making the whole window unpredictable. i worked through the process in smaller batches and watched where the time was actually going. once i tightened the import…
-
why does google stop showing our forum pages?
Our forum was getting normal search traffic and then it dropped off hard. I checked the sitemap and it still looks fine, but the pages are barely showing in Google now. What is the first thing I should verify inside Discourse before I go chase search console noise? I need something concrete because this is already…
-
heads up: new ai guide for internal api setups
Heads up, I put together a short guide for connecting Discourse AI to an internal OpenAI-compatible API. It is meant for people who need the feature inside a private environment and want the setup steps in one place. I’m still checking if this is the right way to share these notes, but it should help with the basic goal of…
-
i think the old bootstrap path should stay documented
i think bootstrap mode still deserves a place in the docs, even if it is legacy. i tried moving a few smaller instances straight to the newer flow and ended up needing bootstrap references anyway to understand what the app was doing during first run. version-wise, the behavior I saw was on a current release, and the…
-
how i got the rebuild time under control
we were getting hammered by rebuilds after uploads landed, and the queue kept backing up. i stopped trying to tune the symptom and went straight at the file handling path. i verified the upload ownership step first, then looked at where the slow part was actually happening. it was the chown work on a large upload set.…
-
why is the calendar plugin blank after the latest update?
I’m stuck in the middle of a rollout and the calendar view is coming up empty for everyone. I checked the plugin settings and the component is still enabled, but the page just spins and then shows nothing. Has anyone seen this after an upgrade? I need the exact place to look next, because I’d rather fix the setting than…