Pedro Posada | Nodetrail module fix

Nodetrail module fix

Posted on July 10, 2009 - 9:54am
<< 9 of 46 >>

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);

Post new comment

The content of this field is kept private and will not be shown publicly.
Please solve the math question. This way we will know you are not a robot.