Hi everyone,
Here is the case/question:
I created a new content type 'Event'
I have 2 different views (Agenda & Archive) to display them.
The first view displays all current and future events, the other one displays all passed events.
I have a menu with Agenda and Archive items.
When I click on the Agenda item, the agenda with future events is well displayed and I can see the correct breadcrumb 'Home>Agenda'
When I click on one of the list item, I'm not redirected to the good page (I receive a - page not found - error)
If I go to content management to find the node, the breadcrumb displayed when I display the node content is 'Home>node_name'
Is there a way to configure the breadcrumb system to display every page with correct breadcrumb structure ? ( like : Home>Agenda>Node_name' )
OR
Do I have to override the function ? If yes, How should I proceed to make it work ?
Thank you in advance for your help :)
H
Comments
use...
I think you can use URL aliases.
you case use
you case use http://drupal.org/project/custom_breadcrumbs 6.x-2.0-rc1 . it has a powerful overriding for node types.
--
Rachel J.