Hey I love this module! :)

Just wondering whether the custom_breadcrumbs_paths feature could be used to get around the annoying breadcrumb bug when viewing user profiles..?

I guess we'd need to be able to apply our custom breadcrumb trail to specific path users/*

... and not sure we can do that yet?

Thanks!

Comments

MGN’s picture

Yes, with the patch in #490532: Custom breadcrumbs for paths defined in menu_hook, which uses hook_init to set the breadcrumb. The downside to this approach is that only global and user tokens are available.

What would you want the breadcrumb to read for those pages?

Just curious, because we might need to create some new tokens to make it useful.

Jason Dean’s picture

Thanks - I'll give that patch a try...

I'm using a view to show a directory of users, with links to their profiles. So to make it easy and obvious to return back to the directory view, a breadcrumb link would be ideal.

MGN’s picture

Status: Active » Fixed

Thanks. Please report back on how it works for you on that issue.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.