No sub-categories on "categories view"

Phoca Download - download manager
Muttley
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 13 Jun 2014, 12:42

No sub-categories on "categories view"

Post by Muttley »

After update from 3.0.4 to 3.0.5 (Phoca Dowload component) my subcategories in "categories view" are not visible anymore.

(v3.0.4) example before update:
Category 1
[] sub category 1-1 (n)
[] sub category 2-1 (n)

Category 2
[] sub category 1-2 (n)
etc..

(v3.0.5) after update:
Category 1

Category 2


I have 8 main categories with some sub categories for each one of them.
The files to download are uploaded on the sub categories.
Can you explain me, please, what happened?

Best regards.
Mat
Muttley
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 13 Jun 2014, 12:42

Re: No sub-categories on "categories view"

Post by Muttley »

UPDATING...
sorry this is the real scenario:

(v3.0.5) after update:
Category 1
No Subcategories

Category 2
No Subcategories

But instead I have one or more sub-categories for each main category
mmawji
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 14 Jun 2014, 12:39

Re: No sub-categories on "categories view"

Post by mmawji »

Hi,

There is a mistype on the code.
On the file /components/com_phocadownload/views/categories/tmpl/default.php line number 23

Replace the code

Code: Select all

		if (!empty($v->subcategories)) {
with the code

Code: Select all

		if (!empty($value->subcategories)) {
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48566
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: No sub-categories on "categories view"

Post by Jan »

Hi, thank you very much for this info, confirmed, fixed in the same version 3.0.5 (date 14/06/2014) - can be downloaded here:

https://www.phoca.cz/download/category/4 ... -component

Thank you, Jan
If you find Phoca extensions useful, please support the project
Muttley
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 13 Jun 2014, 12:42

Re: No sub-categories on "categories view"

Post by Muttley »

Solved for me.

Thank you
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48566
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: No sub-categories on "categories view"

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply