Posted on July 10, 2009 - 9:54am
http://drupal.org/project/nodetrail
Some handy tips to get the nodetrail module up and running quickly. Nodetrail is a great module that allows you set customs menu trails to any node.
When you install the node, you will get error messages, in order to fix them modify nodetrail.module file.
Line 26 missing parameter array('mlid' => 0):
$options = menu_parent_options(menu_get_menus(),array('mlid' => 0));
Line 98 correct function name _nodetrail_recurse_crumbs:
_nodetrail_recurse_crumbs($tree, $item, $crumbs);