backdrop-ops / forum.backdropcms.org

The Forum for BackdropCMS.org.
https://forum.backdropcms.org/
4 stars 10 forks source link

Make # of forum posts in category clickable to list of topics for that category #71

Closed stpaultim closed 3 years ago

stpaultim commented 5 years ago

As described in issue https://github.com/backdrop-ops/forum.backdropcms.org/issues/66, I originally had trouble figuring out how to get deeper into the forums (see more of a history of what people are talking about). One possible thing that might have helped me, was to make the # of forum posts in a category clickable.

For me, that would be a stronger indication that I would be moving towards an actual list of forum topics.

cursor_and_backdrop_cms_forum___backdrop_forum

klonos commented 5 years ago

I initially thought that this is provided by a view, but its must be something custom that comes with the Borg Forum module. @docwilmot ?

ghost commented 3 years ago

Here's a PR: https://github.com/backdrop-ops/forum.backdropcms.org/pull/119

It links the Topics column on the overview page to the specific forum category (as requested above), and also links the Comments column on the Category page to the specific topic (because, why not?).

ghost commented 3 years ago

Here's what the PR does:

image

image