Closed (fixed)
Project:
Nodewords by Path
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Jul 2008 at 04:30 UTC
Updated:
15 Jun 2009 at 05:30 UTC
Hi,
I have 1000 pages that are generated by a custom module. All of my pages have a page title.
I've tried the node tokens but it is not working on my pages. Only the global tokens are working on my pages.
Is it possible to create a global token that will print the page title for this module?
Thank you.
Comments
Comment #1
univate commentedI am assuming you have come up with a solution to your problem.
But to answer the question (for anyone else) this module doesn't create any tokens, it just uses tokens provided by other modules. And you cannot use a node token on a page that is not a node.
Comment #2
OneTwoTait commentedTry using Page Title (http://drupal.org/project/page_title). It provides a "[page-title]" token that you can use to do this.