Hi,

Thanks for this module, but I can't seem to get it to work. None of the global keywords is showing, and there is nothing for me to select under "Tags to output in html head" and "Tags to show on edit form". I did set the permission.

Help appreciated, thanks in advance !

ps. I'm using Drupal 5.1 and the Aberdeen theme.

CommentFileSizeAuthor
metaissue.jpg85.1 KBshipal

Comments

shipal’s picture

There is a <?php print $head ?> in the page.tpl.php file.

Dabitch’s picture

This guy here has the same issue - http://drupal.org/node/143487

As do I (in drupal 5). So what gives? Anyone have clues to where we might find the problem and fix it?

Thanks. (and yes - I got print $head in my theme as well. The nodewords table is in the database but empty - just like the poster above I can fill things in but nothing 'sticks' and there is nothing to select.)

Dabitch’s picture

.... Just to add to this, it works just fine installing it and using it in a 4.7 drupal site - so it's clearly only an issue with the 5 version.

Robrecht Jacques’s picture

Hmm, I just got the same problem.

Anyway, in my case it was because I was editing and testing a version that had for some reason its nodewords/tags/ directory removed. In that case there will never be meta tags you can edit and also the "tags to show on edit pages" fieldset in the settings page will disappear.

Can you tell me if your nodewords/tags/ directory is missing (it should contain keywords.inc, description.inc, etc)? I do wonder how it would disappear in the first place though.

Rowanw’s picture

Drupal 5.1
Meta Tags 1.3

Entered a description for a page and it didn't appear in the page's meta info.

All the inc files are in modules/nodewords/tags.

I will try upgrading to 1.5 soon to see if the issue remains.

Rowanw’s picture

It's working on 'inner' pages, but not on the front page, even though I've set the front page to node/1 in Site Information. Is it possible to get this working on the front page?

Using version 1.5 currently.

Robrecht Jacques’s picture

To set the tags for the front page you will need to edit the tags on "Administer >> Content management >> Meta tags >> Front page".

erik seifert’s picture

Got it ;- ) Same Error. The problem was the tags directory. Please have a look in modules/nodewors for a directory called tags.

cailinanne’s picture

Robrecht Jacques’s picture

Status: Active » Fixed

Committed #185010 which should solve the "tags/ directory is missing" problem, which is the probably cause of not having any meta tags to show up. Setting this issue as fixed (will be included innodewords-5.x-1.6).

If you still have a problem, please open another issue.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.