Closed (won't fix)
Project:
Mailhandler
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2009 at 23:17 UTC
Updated:
1 Aug 2013 at 15:47 UTC
Hi.
I don't know how to use commands to parameter some fields of the Meta tags module (also named nodewords).
When we display print_r($node), we see:
[nodewords] => Array
(
[description] => A description of the page
[keywords] => some, keywords
)
Is it possible to use a command? Something like:
description: bla bla bla
keywords: bla, bla, bla
Thanks.
Comments
Comment #1
z.stolar commentedThe right way will be to implement hook_mailhandler in the meta tags module.
Probably the best syntax would be:
nodewords[description]: bla bla bla
nodewords[keywords]: bla,bla,bla
Comment #2
ilo commentedOk, going to the list of things to review and document..
Comment #3
danepowell commentedSorry, 6.x-1.x is no longer a supported release. Please try upgrading to 6.x-2.x and reopen if still an issue.