Same as we had on the old forums. With the number of sub areas we have on spectrum, as well as the over abundance of "tags", it would be extremely helpful to have a rollup/feed/page of all new content across all forums we have access to. From the database side of things, it's essentially the difference between: 1) "Select * Where forum = [forum name] Order by [recent activity]" and 2) "Select * Order by [recent activity]" 1) Being what we have now where you go into each forum manually and get a list based on the sort order you specified (hot, last activity, top...). 2) Being the same, but including all forums intermixed into a single page (literally "select all forums" rather than "select one forum"). Based on the URL parameters, something similar to this could be the end result: robertsspaceindustries.com/spectrum/community/SC/forum=all&page=1&sort=last-activity Note the "forum=all" as opposed to "forum/[number]". Ideally, a user could even customize this by having a settings page with every forum listed with a checkbox - check to include, uncheck to omit from the page. That could make the URL more like (using parameters): robertsspaceindustries.com/spectrum/community/SC/forum=1&forum=3&forum=5&forum=6&page=1&sort=last-activity forum=1 - announcements forum=3 - general forum=5 - feedback forum=6 - subscribers den etc... Or just move past the parameters and build the query into the page backend code so you can have more user-friendly (and SEO friendly) URL's! This is a basic quality of life item that even simplistic forums have built in, and is sorely missed from what we had on the old version of the forums.