Fix layout article categories list as tree#35114
Fix layout article categories list as tree#35114bembelimen merged 1 commit intojoomla:4.0-devfrom RickR2H:categories-layout
Conversation
|
Thanks @RickR2H . Not having good experience with frontend code but could we have a way to re-use the css code here for other extensions ? We have other components like com_contact, com_weblinks, com_newsfeeds use the same structure, so if we can use a generic class name instead of hardcode it to com_content, that would be better. |
|
@joomdonation Yes it's generic and is on my todo list. If I find some time I'll try to implement the solution. @drmenzelit the animation in the accordion is gone by the way. Was this intended? |
|
I have tested this item ✅ successfully on a2033a7 @RickR2H What do you mean with: "the animation in the accordion is gone by the way." This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/35114. Rick: Bedankt hoor, leuk geworden zeg, he, he :-) |
|
Result: This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/35114. |
The animation was probably part of Bootstrap. I was looking for a generic solution without Bootstrap so I didn't payed attention at that |
|
I have tested this item ✅ successfully on a2033a7 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/35114. |
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/35114. |
|
@wilsonge Could you please take a look at this PR? |
|
joomla-extensions/weblinks#467 (comment) @joomdonation similiar in PR in com_weblinks |
|
Thx |

Pull Request for Issue # .
This is an addition to the PR #35093
Summary of Changes
Changed layout of categories list as tree. Also added an extra separator line on top of the first child
Testing Instruction
In the article categories, create some categories with some nested categories in it.
Add a description in every category and also add an image in the options tab.
Create a menu item of Articles -> List All Categories in an Article Category Tree
Make sure in the option tab that the categorie image and description are set to show.
To create the new CSS files run: npm run build:css
Actual result BEFORE applying this Pull Request
Expected result AFTER applying this Pull Request
Documentation Changes Required