Closed (works as designed)
Project:
Nodewords by Path
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Sep 2009 at 19:15 UTC
Updated:
25 Oct 2009 at 06:38 UTC
Hi,
I tried to enter tokens in a description tag of a user page, and none of them were replaced.
It seems to work only with global (and maybe node) tokens, but not with other tokens.
Looks like a bug or something, no ?
Thanks
Comments
Comment #1
univate commentedTokens will only work on pages where they make sense, this is explained via the help text.
As an example you can't use node tokens on the contact form page (as there is no node on the contact form page).
Comment #2
artscoop commentedYes, for sure. It is obvious, however, I cannot use node and CCK tokens on a user profile with Profile Content (that is a node appended to the user profile).
I suppose that no node context exists on such pages, even if node information is appended.
Comment #3
univate commentedYeah the node tokens will probably only work on "node/X" pages.
Just like adding meta tags to a pages which has a view of 20 nodes will not add all the tokens for those 20 nodes to the meta tags. Attaching a node to other content will probably be the same (although I haven't tested this).