Hi,
Upgraded from 6.11 -> 6-beta5 -> 6-beta9 -> dev 17june.
Now the metatags works ok for nodes and taxonomy, but the frontpage and custompages are not showing the metatags.
I did all installation as described.
Anyone else with this problem, and a solution please?

greetings,
Martijn

CommentFileSizeAuthor
#8 nodewords_otherpages_fix.patch618 bytesahmedsql

Comments

powery’s picture

subscribing

sotiris’s picture

same problem here

alien73’s picture

same here

Brian294’s picture

yes, my front page meta tags disappeared too after upgrading to beta5->beta9. I added a custom page to put meta tags back on my front page.

Anonymous’s picture

Title: Metatags not shown on homepage, or custom pages » Metatags do not appear on custom pages

There isn't anymore a settings page to set the front page meta tags; for that you need to use the settings for the custom meta tags.

Brian294’s picture

yes, I figured that out kiam. I just now upgraded to beta9->dev and now all of my custom pages are broken. And, I did update.php too. It appears something has radically changed. That would also explain why my patch to fix the tokens did not work on the -dev version either. $options is being passed into nodewords_replace_tokens() completely empty!

Brian294’s picture

I think I am narrowing in on the problem. It appears that:

nodewords_custom_pages\includes\nodewords_custom_pages.nodewords.hooks.inc

is missing from the -dev version. nodewords_custom_pages_nodewords_type_id() played a crucial role in setting the type and id for custom pages. This would explain why custom pages are no longer working and why my patch worked for beta9 but not for dev.

Peace,
Brian

ahmedsql’s picture

StatusFileSize
new618 bytes

Hi,
I've created a patch for "6.x-1.11" to fix this issue
Regards

alien73’s picture

Version: 6.x-1.x-dev » 6.x-1.9

Robots tag still doesn't show index,follow or no way to set as default.

danny englander’s picture

Subscribing, same problem at least with custom meta tags as also described on this page: http://drupal.org/node/774944)

Anonymous’s picture

I think that the problem should have been resolved in the development snapshot; the problem was a file that for some unknown reasons resulted removed from CVS, even if it was still present in the local development copy (it is not possible to execute cvs rm <file> if the file is not first deleted from the local copy).

Meta tags for custom meta tags were not visible because the function that detects if the current page URL matches of the used regular expressions was missing. I could not verify this issue because the file was present in the directory from which I commit the files.

summit’s picture

Version: 6.x-1.9 » 6.x-1.x-dev

Hi Kiam,
Are you referring to: nodewords_custom_pages\includes\nodewords_custom_pages.nodewords.hooks.inc which was stated in above comments?
Want to thank you for your great support and test it for you this evening.

greetings, Martijn

Anonymous’s picture

@Summit: Yes, I am. As the hook that would report the type of the page being viewed implemented by nodewords_custom_pages.module was missing, if the page URL matched a definition given in a custom page rule, the function that detects the type of viewed page returned array('type' => 0, 'id' => 0) (if there were no other hooks that returned a value for that page).

Anonymous’s picture

Status: Active » Closed (duplicate)

I am marking this report as duplicate of #774944: Custom pages meta tags do not work.