News:

Dear forum visitors, if the support forum is not available, please try again a few minutes later. Thanks!

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 1 Guest 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!
  •