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

lazar.lehel’s picture

I think I resolved. In page.tpl and page-front.tpl put this line (before the sidebars):

print $head;

pixate’s picture

I'm also having this issue, although adding the print $head; didn't help.

BenjaminW’s picture

This 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.

resveld’s picture

Issue tags: +Meta tags

I had the same problem.
Take a look @ http://groups.drupal.org/node/102699 for the solution in there.

-Ronald

alfthecat’s picture

subscribing

irakli’s picture

Status: Active » Closed (fixed)

This is fixed in CVS and will be released with OP 2.3