Closed (fixed)
Project:
OpenPublish
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Issue tags:
Reporter:
Created:
24 Jun 2010 at 14:58 UTC
Updated:
2 Nov 2010 at 18:28 UTC
Hi, I dont know what can I do, the nodewords module does not work with my openpublish instalation (2.0). I even upgraded the module, but is not work. Anybody can help me?
Comments
Comment #1
lazar.lehel commentedI think I resolved. In page.tpl and page-front.tpl put this line (before the sidebars):
print $head;Comment #2
pixate commentedI'm also having this issue, although adding the
print $head;didn't help.Comment #3
BenjaminW commentedThis will output the missing meta information, but will print in the body, not the head. Looks like the page variables are prepared for the page-header.tpl.php template before the nodewords content is added. I haven't debugged enough to validate this, but what I see is that:
In page-header.tpl.php, the value for $head does not contain the extra meta information. Checked $head before/after this line:
print str_replace('rss.xml', 'rss/articles/all', $head);But later when page.tpl.php is built, it does contain the extra meta information if you were to try something like this:
print $page_header;print $head;Note, you'll probably need to search 'meta' in the source since it won't be in head, but rather in
Not a solution, but maybe it will help if someone else is looking into this as well.
Comment #4
resveld commentedI had the same problem.
Take a look @ http://groups.drupal.org/node/102699 for the solution in there.
-Ronald
Comment #5
alfthecat commentedsubscribing
Comment #6
irakli commentedThis is fixed in CVS and will be released with OP 2.3