How to set the panel's title dynamically?

public
group: Panels
kirilius - Fri, 2008-01-25 16:33

I need to display a panel in the context of a node and I need that panel to dynamically get its title from the node's context.

How can I do this?

I had the same problem, and

Julien Marboutin's picture
Julien Marboutin - Wed, 2008-01-30 00:46

I had the same problem, and I was looking for a answer in the tutorials about Panel, but then I came back to the panel module homepage and I realized that it was simply there :

http://drupal.org/project/panels

  • Go to advanced settings. Add the argument 'node id'. Set it to whichever types you like. Set the title in the argument to '%node'

And it works...
have fun...


Thanks!

kirilius - Wed, 2008-01-30 21:06

Thanks!

Page_title instead of %node

MartijnHaan@drupal.org's picture
MartijnHaan@dru... - Sun, 2008-07-06 16:38

Hi,

How about, when using the page_title module and wanting this page title instead of node-title as
Thanks a lot in advance for your reply!

greetings, Martijn