Anyone who is interested, and wants to weigh-in on a patch whether this needs a bug fix: http://drupal.org/node/73834 -Peter On Wed, Jul 2, 2008 at 5:16 AM, augustin (beginner) <drupal.beginner@wechange.org> wrote:
On Sunday 29 June 2008 18:14:17 Angela Byron wrote:
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.
If the new theme system in D6 doesn't provide enough flexibility, possibly. It's pretty awesome, though.
Using the theming system can be a temporary solution. I'll try that for a while. But using theming to override content is contrary to the guidelines, so we still need a long term solution.
I follow up more on the issue. http://drupal.org/node/150854
A.