Closed (fixed)
Project:
Meta tags quick
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Feb 2012 at 08:51 UTC
Updated:
8 Jul 2012 at 16:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
imoreno commentedany updates on this one?
Comment #2
imoreno commentedThis will happen only if i enable "Auto-keywords vocabularies " in the Auto settings for meta tags.
Comment #3
valthebaldI can't promise to handle this soon, but patches are welcome!
Comment #4
jviitamaki commentedHere's a patch that should fix this problem. Please post if this still occurs.
Comment #5
jviitamaki commentedOh sorry forgot to change the status...
Comment #6
imoreno commentedHi,
While this patch eliminated the error (when "Auto-keywords vocabularies" is enabled) it looks that none of the keywords from the selected vocabularies are being added to the node keywords - only the global keywords are there.
BR
Itzhak
Comment #7
valthebald$term->node??
Comment #8
imoreno commentedwhat I'm trying to achieve is that a node will have his terms list as a keywords list on his meta tag keywords.
Comment #9
valthebaldI wonder why you expect $term object to have node property?
Comment #10
jviitamaki commentedAaah sorry about that it should be $term->name :< Some kind of brain fart of mine got that there. I'll make a new patch asap.
Comment #11
jviitamaki commentedHere's who it should have been.
Comment #12
imoreno commentedHi,
with the last 7.x-2.5 version from 18.6.12 + patch from #11 this is now working as expected.
All of my nodes are getting the auto terms as meta tags keywords.
Thanks!
Comment #13
valthebaldThanks for fixing, committed to 7.x-2.x