Page 1 of 1

Breadcrumbs not showing full path

Posted: 05 Jun 2019, 09:54
by jsg01
I have my site and PhocaDownloads set up so that the breadcrumbs should look like this:

Home > Downloads > Category A > Subcategory 1


Instead, what it looks like is:

Home > Downloads > Subcategory 1

How can I get the breadcrumbs to display the main category so the full path is shown?

Re: Breadcrumbs not showing full path

Posted: 09 Jun 2019, 11:29
by Jan
Hi, for now there is no tree of subcategories and categories displayed in breadcrumbs, so this needs to be customized here:

components\com_phocadownload\views\category\view.html.php

line cca 334

Re: Breadcrumbs not showing full path

Posted: 09 Jun 2019, 20:25
by jsg01
Thank you! That worked to an extent, but is there a way to get it to display the entire pathway of categories/subcategories (for the subcategories that have subcategories)?

Re: Breadcrumbs not showing full path

Posted: 11 Jun 2019, 13:21
by Jan
Hi, no, this needs to be customized - you need to load whole tree of the latest subcategory to root and build the tree then :idea:

Jan