In the #709684-4: Meta tags Node Type 6.x.1.7 overrides keywords entered in Nodeword 6.x-1.11 it is said:
* On the node edit page, if the override checkbox is set, this module will not do anything, which means that the default behavior of nodewords will take place, and thus, any issue related to what's happening at that moment is beyond this module.
But there is no any checkbox like that. I'm using nodevords latest dev version (2011-Jan-16 ).
So I checked the nodewords_nodetype_form_alter and figured out that this condition
<?php
if (isset($form['nodewords']) && !empty($form['nodewords'])) {
...
}
?>
returns false because of $form['nodewords'] does not exist in the $form. Meta-tags edit fields for keywords etc. are present.
Thanks for any help!
Comments
Comment #1
s-s-s commentedSet weight to the modules in {system} table . In my case: nodewords_ui - 13, nodewords_nodetype - 11.
Comment #2
Rizhaya commentedThank you! In my case it is vice versa: nodewords_nodetype - 13, nodewords_ui - 11.