Hi. I am new to Drupal/Panels, so forgive me if I am missing something obvious. I have a content type named "contacts". It gets posted to a group node called "resources". When I view the group node, and navigate to "contacts", the breadcrumbs show up as Home>Groups>GroupName.
I created a Panels page, for the content type "contacts". In the top region, I added this content: Page Elements/Breadcrumb. When I enable the page, the only breadcrumbs I see when viewing a "contacts" node is Home. Everything else on the page shows as I expected. I added screenshots of the two different results, if that is of any help.
I am sure that I am missing something elementary - can anyone shed light?
Thanks - Laura
| Comment | File | Size | Author |
|---|---|---|---|
| Breadcrumbs / NodeView Pages Enabled | 74.22 KB | lhernon | |
| Breadcrumbs / NodeView Pages Disabled | 69.1 KB | lhernon |
Comments
Comment #1
merlinofchaos commentedMy guess is that whatever is adding the breadcrumb is not running when Panels does the override. This is probably going to require investigating how those breadcrumbs are getting there and what can be done to make sure they are retained in Panels.
Comment #2
lhernon commentedI am not using any special module for the breadcrumbs, in fact I haven't touched any settings at all. So, they are whatever the system defaults to. Can you suggest anything in particular to look for? Thanks for your patience...
Comment #3
merlinofchaos commentedMy guess is that the breadcrumb is added via hook_nodeapi('view') which will only be run if you add the 'node content' pane.
This would be easy to confirm by adding that pane.
Comment #4
lhernon commentedI'll try that. thank you.
Comment #5
WorldFallz commentedI can replicate the problem but adding the node content pane did not restore the breadcrumbs.
@lhernon -- did you manage to fix the problem?
Comment #6
Letharion commentedBecause the issue queue has a great number of open issues, and there are few volunteers to tend them, I must prune old issues that are left untouched for a long time.
This issue has been marked "Postponed, needs info" for a long period, and is therefore closed. If this issue is still relevant to you, please feel free to re-open it.