I have made a patch for Menu Trails 5.x-1.x-dev to work with 6.x. Most of the code has been completely rewritten with pretty much only the settings form and menu left untouched.
New options:

  • Added option to override breadcrumb for nodes under menutrail "control".
  • Added option to append current node to breadcrumb
  • Added uninstall file to remove menutrails variables on unistall

/Ludde

<disclaimer>
This is my first code contribution to the drupal community and I'm not 100% sure I created the patch from the correct directory. I stepped up to the parent folder of my modified menutrails. Next to it I kept an untouched version in a directory called menutrails_org.
Then I created the patch using this command:
diff -urpN menutrails_org menutrails > menutrails-5.x-to-6.x.patch
</disclaimer>

CommentFileSizeAuthor
menutrails-5.x-to-6.x.patch20.52 KBAnonymous (not verified)

Comments

bforchhammer’s picture

Thanks, I've been waiting for the port for some time...

The patch didn't work for me but I converted it manually anyway... (according to the patch file you basically replaced everything, so just upload the whole thing as a zip folder next time ;-))

From a quick test I can say that everything seems to work fairly well...

moshe weitzman’s picture

Status: Needs review » Closed (duplicate)