To follow up on this: I went with the recommendations made by the majority in here. Discourse has been installed, and the main categories are in place. Now to add some sub-categories. I appreciate all the helpful opinions. This is an amazing community, one that I am very proud to be part of. Discourse is a great piece of software, and it has inspired me to start learning Ruby/Rails. https://army.community/
Your opinions and subjections are more than welcome as I continue creating the community.
I’m not sure if there is a better way, but if you click on each subcategory you can check this box: Suppress this category from the homepage from the subcategories Settings tab.
Hmm, I think each category has the ability to determine whether it appears there or not in its settings. We used to have a “suppress all subcategories from nav” but I believe when @neil reworked this to make it more of a per-category config thing, we dropped the weirdo global setting.
Can somebody confirm if the site is loading slow, or if it’s just me? And if so, what kind of recommendations can I follow to speed up things a little. I have a 3CPU/5GB memory ubuntu VPS. I have used the same setups for another kind of projects, and it has always worked pretty well.
Discourse is very sensitive to single threaded CPU performance. So if your CPU cores are slow, it won’t matter how many of them there are. Beyond that, I recommend configuring a CDN.
Something odd on your site. When I visited it in lynx, I was seeing html tags. Checking the source:
<span itemprop='description'><strong>Welcome to the Army.Community discussion forums!</strong>
Sure enough, ampersand-escaped html tags. It’s there in the source when I look in Firefox, too, but it doesn’t display like that in FF, because later on there is a Javascript version:
"description":"\u003cstrong\u003eWelcome to the Army.Community discussion forums!\u003c/strong\u003e ..."
I don’t know if this is a general bug or something specify about your set-up.
While this is, of course, possible, is anyone aware of any site actually doing this? Although I think it is usually better to use a single instance rather than multiple, I am, as I mentioned elsewhere, curious how discourse might eventually be able to integrate multiple forums into a more coherent user experience…
Yes, that was indeed seamless (so seamless that Sam set up an topic explaining to people where they ended up and why they’re already logged in). But are there any “real” use cases with multiple interlinked fora? I wouldn’t be surprised if there aren’t any.
I set one up as a test for a potential client. It seemed like it was going to work out pretty well. The idea was a group of bloggers who wanted Discourse as commenting platform with the ability for members to be able to leave the fold if they so chose. It seemed like a reasonable solution.