Closed (fixed)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.14
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2013 at 16:28 UTC
Updated:
26 Feb 2013 at 18:30 UTC
Hi,
this is a great module, for a content type I need generate my meta description from a cck text field. Is there anyway to do this?
Thanks for any answer!
Comments
Comment #1
damienmckennaEither use the hooks to customize them via code, or wait for #1380362: Re-implement Token integration to be completed.
Comment #2
skat commentedHi DamienMcKenna, thanks for your ansews. Excuse my ignorance, but what is the realtion between cck text fields and tokens?
Thanks a lot!
Comment #3
damienmckenna@skat: With tokens support you could fill in a value, e.g. %field_something% instead of manually filling in "this is the description" and it would automatically fill in the content of the "something" field. The current Nodewords v2 codebase does that but it's very broken and won't be continued as-is.