Closed (duplicate)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jun 2010 at 23:12 UTC
Updated:
2 Jul 2010 at 05:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
powery commentedsubscribing
Comment #2
sotiris commentedsame problem here
Comment #3
alien73 commentedsame here
Comment #4
Brian294 commentedyes, 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.
Comment #5
Anonymous (not verified) commentedThere 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.
Comment #6
Brian294 commentedyes, 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!
Comment #7
Brian294 commentedI 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
Comment #8
ahmedsql commentedHi,
I've created a patch for "6.x-1.11" to fix this issue
Regards
Comment #9
alien73 commentedRobots tag still doesn't show index,follow or no way to set as default.
Comment #10
danny englanderSubscribing, same problem at least with custom meta tags as also described on this page: http://drupal.org/node/774944)
Comment #11
Anonymous (not verified) commentedI 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.
Comment #12
summit commentedHi 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
Comment #13
Anonymous (not verified) commented@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).Comment #14
Anonymous (not verified) commentedI am marking this report as duplicate of #774944: Custom pages meta tags do not work.