Closed (fixed)
Project:
Page Title
Version:
5.x-2.0-alpha6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Dec 2008 at 06:58 UTC
Updated:
29 Apr 2009 at 16:30 UTC
I am trying to display the node tile, with page titles. If I add [title] it prints [title] and not the actual title... I've also tried [node-title] but no success.
thanks in advance
Comments
Comment #1
Gentoo7 commentedany ideas?
Comment #2
FlemmingLeer commentedHi Gentoo7,
Have you allowed the content type settings for your node types in /admin/content/page_title/types ?
Comment #3
Gentoo7 commentedHi Flemming,
thanks, yeah i have check them all.
Comment #4
Sc0tt commentedHaving the same problem. Only the name of the token is being displayed. For example "[user]" is displayed instead of "Bob Jones"
Thanks for any help with this.
Scott
Comment #5
nicholasthompson@Gentoo7 - Sorry for the delay in response... Been busy. Did you ever solve this? If not - have you added the required line in to template.php? Without that modification, the module does not work.
@Sc0tt: You need to make sure you use tokens within the correct "scope". Notice how [user] is a token for the User scope. For nodes you can only use tokens in the node scope (eg, [author]) or in the global scope.
Marking as "postponed maintainer needs more info".
Gentoo7, please mark this as fixed if the problem was solved.
Comment #6
Gentoo7 commented