hi,

i have a view that lists images (nodes) that references the event (node) passed as argument in the path.
the path of the view page is node/%/gallery and the % is the nid of the event.

i created a custom breadcrumb for the view with this settings:

Titles:
Events
[title]
Urls:
events
[node-url]

But the second title ([title]) shows the title of the first result of the view and not the title of the node passed as argument in the path.

Why?

Thanks!

Comments

brunorios1’s picture

Title: [node-title] » [node-title] don't works correctly with custom breadcrumbs for views with node argument
ShaneOnABike’s picture

+1 I ran into the same issue. Also it's funny cause if you do a output in page.tpl.php of the $title variable (if you set your argument handler to set that) it still doesn't work even though the $title is set properly.

lamp5’s picture

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