Can I do a plug for Panels Extras module http://drupal.org/project/panels_extras (Menu Node Access) that uses Menu Node Module to provide additional functionality?

Comments

agentrickard’s picture

You don't really need permission for that. :-)

I don't see how this request makes sense, though. Menu Node Access is dead. It's not getting ported to D7. It is being replaced by http://drupal.org/project/workbench_access.

And this module, by itself, doesn't provide enough context for a plugin.

chriscalip’s picture

I tried the d7 version of Menu Node and it adds in the node object the known menus a node belongs too, which is really what I wanted in the selection rule.

$node->menu_node_links = menu_node_get_links($node->nid);

Your right about making use of menu node access; its not really necessary. Thanks i'll remove.

chriscalip’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Issue summary: View changes

added link