Not a problem per se, but the existing solution is unfavorable. The Articles module does not do this. The closest to this it CAN do is just list the articles with their respective categories in parentheses.
How about a Category List/Blog menu item option that allows multiple categories in the same list (table). The List option would look like the existing table with sortable columns, with the addition of a new column to show the category. In the Blog view, just allow them to mix, which is already done well enough with the Articles module, but would be a proper and balanced solution with its own menu item type.
If the Articles module could produce a list like the Category List menu item, that would likely be sufficient since then it would be possible to put one for each category on a single page. This achieves almost the same solution without having to add a column for the category. The current display formats do not have the tidy table layout.
Thinking about this, it could be a deep, dark well of problems handling subcategories. I need this desired interface for a site that will have quite a few writers (author, editor, publisher) who would prefer a one-stop shop to find everything they are maintaining. Category lists are also a good feature when someone just wants to "cut to the chase" and work on articles in a particular group of categories without having to browse through all the category blogs to find them.
| Labels |
Added:
No Code Attached Yet
|
||
| Labels |
Added:
Feature
|
||
@brianteeman sorry, I was distracted. Shame on me!
Hi,
I’d like to work on this feature request and explore a possible implementation.
My initial approach would be to extend the existing Category Blog/List menu item types to allow selecting multiple categories, while keeping full backward compatibility and minimizing UI changes.
I’ll start by reviewing the current com_content menu parameters and article model filtering to see how multi-category support can be cleanly integrated.
I’ll share updates or a pull request once I have a working proposal.
Thanks.
So it turns out this might actually be more easily achieved by simply adding a Category column to the Tags component configuration. I believe that in the Compact configuration, this would yield the same result. Perhaps consider adding other columns that are in the Category List menu item type.
#46535