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

Gentoo7’s picture

any ideas?

FlemmingLeer’s picture

Hi Gentoo7,

Have you allowed the content type settings for your node types in /admin/content/page_title/types ?

Gentoo7’s picture

Hi Flemming,

thanks, yeah i have check them all.

Sc0tt’s picture

Having 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

nicholasthompson’s picture

Status: Active » Postponed (maintainer needs more info)

@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.

Gentoo7’s picture

Status: Postponed (maintainer needs more info) » Fixed

Status: Fixed » Closed (fixed)

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