Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC:

[SOLVED]Category name doubled in breadcrumb 4 years 4 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:
$pathway->setItemName(1, $menuitem->title);
4. Replace it with that:
$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...
The following user(s) said Thank You: jojo12, Mister PAul

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

Last edit: by Egnarts.

[SOLVED]Category name doubled in breadcrumb 4 years 4 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.

  • Page:
  • 1
  • 2
Time to create page: 0.371 seconds

Donate

If you find JEM useful and if you use it on your site, please consider a donation to the project.

Private Messages

You are not logged in.

Follow us......