29 Jun
2008
29 Jun
'08
12:14 p.m.
Augustin (Beginner) wrote:
1) how should I solve my particular problem (the timing of drupal_set_breadcrumb() in my module to override/enhance taxonomy's breadcrumbs).
Maybe override the $breadcrumb variable from your module using a preprocess hook? See http://drupal.org/node/173880 for more info.
2) Do you agree that Drupal's core breadcrumbs handling could be improved, to make it possible to have several sets of breadcrumbs (why not? A good themer could accommodate them easily), or at least to make it easier to override / complement each other's breadcrumbs.
If the new theme system in D6 doesn't provide enough flexibility, possibly. It's pretty awesome, though. -Angie