help to better help you:

Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!

[SOLVED]Category name doubled in breadcrumb

Re: [SOLVED]Category name doubled in breadcrumb

5 years 10 months ago - 5 years 10 months ago
#25599
Hey,
for all of those views, you need to change a line of code.
Go via FTP to you Joomla installation -> Components -> com_jem -> views and to the tasks below for all views except calendar and weekcal.

1. Go into the folder of this view
2. Open view.html.php
3. Search for this line of code:
Code:
$pathway->setItemName(1, $menuitem->title);
4. Replace it with that:
Code:
$pathwayKeys = array_keys($pathway->getPathway()); $lastPathwayEntryIndex = end($pathwayKeys); $pathway->setItemName($lastPathwayEntryIndex, $menuitem->title);
5. Upload the changed file and the breadcrumb should be correct.

I did a commit to my JEM-Responsive Override-Github and if it will be included into JEM, the bugfix will be included in the normal JEM on some happy day...
Last edit: 5 years 10 months ago by Egnarts.
The following user(s) said Thank You: jojo12, Mister PAul

Please Log in or Create an account to join the conversation.

Re: [SOLVED]Category name doubled in breadcrumb

5 years 10 months ago
#25600
Thank you very much Egnarts !
It works perfectly. I did the override with your code.
You rock!
:silly:
The following user(s) said Thank You: jojo12, Egnarts

Please Log in or Create an account to join the conversation.

Time to create page: 0.578 seconds