Wouln't it be cool to re-use the path generated by pathauto to generate a breadcrumb trail?

Well, there is a module generating trails with tokens (see: http://drupal.org/project/custom_breadcrumbs ), but as pathauto already does the job (generating a path), why run two modules and use bandwidth?.

looking forward to a feedback :)

Comments

greggles’s picture

Status: Active » Closed (works as designed)

I don't think this makes sense. Breadcrumbs are not stored anywhere, but are generated dynamically. This would also make the code and interface much more complex, which is not something we need.