Here's what I'm trying to do:

- I've got a custom panel with a path of /news/!term. It takes a taxonomy term as an argument and builds a page accordingly, e.g. Football News, Basketball News, etc. (Note that the panel page titles are also generated from the argument - in fact, that's why I'm using a Panel here rather than simply a View, which doesn't let you build a page title dynamically.)

- I'd like to create a breadcrumb trail that mirrors the url: News > myterm > mytitle

Is there any way to do this?

Comments

crea’s picture

subscribing

boclodoa’s picture

subscribing

ehudash’s picture

I'm having a similar issue in v6.x-2.0-beta3.

A panel which contains a view and sends it the arguments (taxonomy terms). The view is changing accordingly, but the breadcrumbs stay the same, even when I tried using tokens.

Subscribing...

MGN’s picture

Version: 6.x-2.0-beta2 » 6.x-2.x-dev
Component: Documentation » Code
Category: support » task
Status: Active » Postponed

Please try the latest code 6.x-2.x-dev - I am not saying this issue has been addressed in the latest code, but we should start by verifying that the problem still exists.

Then, it would be helpful to have someone with coding experience who is also using panels with arguments to see what needs to be done to make this work well. I don't have a lot of panels experience, so I am making this a task and marking it as postponed, indicating I don't have the time to do the research on this one at this point. I will look at it (eventually, when I get the chance), but would appreciate some help on this one.

Also, you'll need to provide enough detail to allow someone to replicate the problem on a test site. provide a walk through that demonstrates the problem, clearly indicates what the intended breadcrumb should be, and what you are actually seeing...

ehudash’s picture

Is it possible that we first need to setup the breadcrumbs to work with taxonomy tokens and only after that, we should create the taxonomy vocabularies for this to work?

More testing with detailed scenarios for easier reproducing is needed, I agree. I'll try to do what I can in the time I have.

Any more help will be appreciated.

Greg Varga’s picture

subscribing

Drake’s picture

I've got the similar issue.

Using panels (og_panels) the breadcrumb cannot be customized using view.
In my case the breadcrumb configuration for "node" is possible and it works fine but not possible for one of the views.

Drake’s picture

Has anyone else this issue? Is any progress to this?

lamp5’s picture

Issue summary: View changes
Status: Postponed » Closed (outdated)