New Dynamic YouTube Gallery - Embed YouTube Playlist, Channel, Live Stream in minutes. Read More

Category name in breadcrumbs

  • Ksenia
  • Topic Author
  • Visitor
  • Visitor

Category name in breadcrumbs was created by Ksenia

Hi, thank you for this extension. It works great.
There is only one question at the moment. How can category name be removed from the breadcrumbs?
Now it looks like "parent > video > category name > video name"
How is it possible to make it look like "parent > video > video name"?
11 years 4 months ago #4854

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

  • Posts: 2478
  • Thank you received: 1451

Replied by Administrator on topic Re: Category name in breadcrumbs

- Open {root} / components / com_allvideoshare / views / video / view.html.php

- Search for
$crumbs[$index][0] = $video->title;
- Add $index = 0; above it.

- So, the final code will be like,
$index = 0;
$crumbs[$index][0] = $video->title;
Hope, this fixed your issue!
The following user(s) said Thank You: Ksenia
11 years 4 months ago #4856

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

  • Ksenia
  • Topic Author
  • Visitor
  • Visitor

Replied by Ksenia on topic Re: Category name in breadcrumbs

Thank you, it helped.
11 years 4 months ago #4858

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

Time to create page: 0.121 seconds

We accept cookies to provide you the best viewing experience. By using our services, you agree to our use of cookies