Closed (fixed)
Project:
Nodewords: D6 Meta Tags
Version:
4.7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Sep 2006 at 01:55 UTC
Updated:
16 Jul 2007 at 20:18 UTC
Is there something I'm missing:
I install nodeword, the table is in the database, and the "Use the teaser of the page if the meta description is not set." checkbox is selected - but when I view source on the page there is no meta description or anything.
Thanks. :)
Comments
Comment #1
Caleb G2 commentedI've been working with this more and it comes down to that I cna't any meta tags to show up. Everything is enabled as far as I know.
One thing I was wondering - are there extra issues involved if one is using an xtemplate?
Comment #2
Caleb G2 commentedI've figured out that there's definitely an issue with trying to get nodewords to work with the xtemplate, because the descriptions show up if I enable a php template...
Sound some infor from people talking about installing node words on 4.5 but that doesn't seem to apply to the 4.7 version. Any clues or tips on what I should add and where?
Comment #3
Caleb G2 commentedTried putting this in my xtemplate engine in the xtemplate_regions function:
'nodewords' => (module_invoke(nodewords_get('node', $node->nid))),...along with this in the xtemplate theme itself:
<META NAME="Description" CONTENT="{nodewords}" />Guess that's it for me for now. Can't figure it out after trying for hours...
Comment #4
Robrecht Jacques commentedYou will need to include
{head}in the HTML HEAD section of your xtemplate. For example:The important part is
{head}.Does this help? I will add some documentation about this (and about phptemplate which need a similar
print $head;) to the README.txt if that solved your issue.Comment #5
Robrecht Jacques commentedNo feedback. Added some documentation to the README.txt. Closing this issue.
Comment #6
Caleb G2 commentedSorry to take so long to get back to this. I've update my xtemplates to the phptemplate. It wasn't half as bad doing that I thought it would be. :)
Here's some info for how to do this for anyone wanting to know.
http://drupal.org/node/22019
Xtemplate is basically dead now since it is not being supported by Drupal.org - so anyone using it is going to find themselves consistently having to figure out their own problems....
Comment #7
Robrecht Jacques commentedThe README.txt now explains what you need to do to let the meta tags appear in your theme (explained for xtemplate, phptemplate and plain php themes). PHPTemplate is indeed the way forward.
Closing this issue.
Comment #8
(not verified) commented