News:

Support for jDownloads 3 has been ended
Since 17 August 2023 Joomla.org has discontinued support for Joomla 3.x. Therefore, we will no longer offer official support for our Joomla 3 jDownloads version 3.9.x from January 2024.
Please update your website to the latest Joomla version (Joomla 4 or Joomla 5) as soon as possible. Afterwards, please update jDownloads to the latest published version. The longer you delay, the more difficult the upgrade process for your website is likely to be.

Main Menu
Support-Forum

Bug in breadcrumbs on summary page - [Fixed in 3.2.40]

Started by romagromov, 19.10.2015 12:55:06

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

romagromov

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.

Best free windows software for your PC at bestwinsoft.com
  •  

Arno

Hm.. i can not reproduce this. See pic.

[gelöscht durch Administrator]
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

romagromov

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

Best free windows software for your PC at bestwinsoft.com
  •  

Arno

Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

romagromov

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!
Best free windows software for your PC at bestwinsoft.com
  •  

Arno

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]
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

romagromov

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!
Best free windows software for your PC at bestwinsoft.com
  •  

Arno

Okay. So fixed finally (i hope) in 3.2.40. 
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •