From that enable this module and configured it several rules for some of the terms used in the taxonomys. In the nodes that use the same terms of taxonomys configured in the Node breadcrumb module, these nodes disappear in Meta tags KEYWORDS and DESCRIPTION of the source code created with the module Nodewords 1.11. If disable the breadcrumb Node module or remove the rule that they contain the term of the taxonomy, Meta tags KEYWORDS and DESCRIPTION reappear in the source code...

Comments

Dret’s picture

Is the same for me,

with a difference: Meta Tag disappears also in content-types (associated with a Node Breadcrumb rule) that don't have any taxonomy associated to.

In my particular case only "canonical" is showed.

Removing Node Breadcrumb all works fine.

mankyuhan’s picture

Status: Active » Patch (to be ported)
StatusFileSize
new683 bytes

my bad.
******************
This doesn't work
*******************

mankyuhan’s picture

StatusFileSize
new749 bytes

Sorry for doing this twice.
This is the working patch.

nodewords module's node_nodewords_type_id() function expects to get $node object.

This patch passes node object to menu, so nodewords can generate meta tags.