The current node page only allows an exact node to be included. It's likely that a situation will arise where the nid needs to be dynamic. This patch matches the current syntax of %0 for URL arguments and the @0 syntax for panel arguments from a previous patch not yet applied: http://drupal.org/node/160486. Either format is entered into the "Node title or NID" field, and panels will load the appropriate node according to the current page or panel arguments.

CommentFileSizeAuthor
panels_dynamic_node.patch1.55 KBquicksketch

Comments

merlinofchaos’s picture

Status: Needs review » Fixed

I've committed this as a temporary solution. In the future it may be necessary to restrict this somewhat. Though node content is one of those things that is probably not a 'generally available' content so I may be overreacting there.

Anonymous’s picture

Status: Fixed » Closed (fixed)