jDownloads Support Forum

Older Versions => jDownloads 3.2 (Support ended) => Bugs => Topic started by: romagromov on 19.10.2015 12:55:06

Title: Bug in breadcrumbs on summary page - [Fixed in 3.2.40]
Post by: romagromov on 19.10.2015 12:55:06
Hi!

Topic was locked, so I created new.

This is known issue you fixed it before.
But it appeared on summary page - duplicate categories in breadcrumbs only on summary pages.

(http://bestwinsoft.com/images/monosnap/PC-RADIO_-_Download_Summary_2015-10-19_13-50-16.png)
Title: Re: Bug in breadcrumbs on summary page
Post by: Arno on 22.10.2015 13:51:28
Hm.. i can not reproduce this. See pic.

[gelöscht durch Administrator]
Title: Re: Bug in breadcrumbs on summary page
Post by: romagromov on 22.10.2015 18:39:00
Quote from: Arno on 22.10.2015 13:51:28
Hm.. i can not reproduce this. See pic.

It because you didn't created menu items to each category.

We talked about this 1 year ago

Title: Re: Bug in breadcrumbs on summary page
Post by: Arno on 22.10.2015 23:02:04
Okay. I will check it again.
Title: Re: Bug in breadcrumbs on summary page
Post by: romagromov on 23.10.2015 10:56:18
I removed code from file:

 while ($category && ($menu->query['option'] != 'com_jdownloads' || $menu->query['view'] == 'category' || $id != $category->id) && $category->id > 1)
                {
                    $path[] = array('title' => $category->title, 'link' => JdownloadsHelperRoute::getCategoryRoute($category->id, true));
                    $category = $category->getParent();
                }  


and now it works fine!
Title: Re: Bug in breadcrumbs on summary page
Post by: Arno on 23.10.2015 11:15:19
QuoteI removed code from file:
But only in your case!

I hope i have fixed it now (for all users). Try the unzipped file below.

[gelöscht durch Administrator]
Title: Re: Bug in breadcrumbs on summary page
Post by: romagromov on 23.10.2015 14:04:46
Quote from: Arno on 23.10.2015 11:15:19
But only in your case!

I hope i have fixed it now (for all users). Try the unzipped file below.

Yes, it works perfect!  :D

Thank you!
Title: Re: Bug in breadcrumbs on summary page
Post by: Arno on 23.10.2015 15:27:33
Okay. So fixed finally (i hope) in 3.2.40.