I made a simple patch if you want to add title of menu local task.
Because for example in modules like messages and relations.
If you enable to print title. when you are in local menu all messages for example.
Breadcrumb is like this home >> messages >> messages
But I wanted to be like this. home >> messages >> all messages
It's the same in relations module title of parent is printed twice.
Yes it has side effect but it's nice too. When you edit node you see 'edit' and the end of breadcrumb :)

Regards.

CommentFileSizeAuthor
#5 local_task_patch.patch1.72 KBdsms
#1 menu_breadcrumb.zip9.62 KBldbl

Comments

ldbl’s picture

StatusFileSize
new9.62 KB
ldbl’s picture

There is one comment that must be removed from my code
//menu_set_active_menu_name($use_menu);
must be
menu_set_active_menu_name($use_menu);

xurizaemon’s picture

Status: Needs review » Needs work

Thanks for the feature request. Happy to consider accepting this if submitted as a patch.

This issue is duplicated in #313017: Navigation items from tabs aren't picked up.

dsms’s picture

subscribe

dsms’s picture

Status: Needs work » Needs review
StatusFileSize
new1.72 KB

so, worked perfect for me!

here is the patch, genereated from ldbl's zip against 6.x-1.1

I hope we will see this in -dev soon :)

stefan81’s picture

Hi,
First, thanks for the module!
Not sure if I am in the right issue, but lets see:

Using primary links.
The breadcrumb resets, after clicking "edit".
For example:
Menu Name 1.0 > Menu Name 1.1 > Menu Name 1.2
goes
Page Name 1.2 > Page Name 1.2

but nice would be:
Menu Name 1.0 > Menu Name 1.1 > Menu Name 1.2 > edit

xurizaemon’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)

Cleaning up issue queue. Closing all D6 issues.

If you believe this issue still applies to a supported version, feel free to re-open it. That would be a great time to check if the issue contains clear steps for reproducing the bug!

Thanks and sorry for any inconvenience.