Hello. Does not see the keywords, if fit in the path language prefix (Custom pages meta tags)
Example: don't work "/en/news"
This is important if the page has been created from Views.

For fix it, need in

/nodewords/nodewords_custom_pages/includes/nodewords_custom_pages.nodewords.hooks.inc

line 25 is replaced by

if (drupal_match_path($_GET['q'], $path) || drupal_match_path($_REQUEST['q'], $path)) {

or otherwise

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

DamienMcKenna’s picture

Version: 6.x-1.12-beta9 » 6.x-1.x-dev
FileSize
500 bytes

This may also affect the current v6.x-1.x codebase, so here's a patch. It needs to be reviewed, but it should be ok.

DamienMcKenna’s picture

Title: Does not see the keywords, if fit in the path language prefix (Custom pages meta tags) » Custom page tags incompatible with language prefixes
Status: Active » Needs work
FileSize
545 bytes

I'm not entirely comfortable setting the pages up to check against the $_POST variable (via the $_REQUEST supervariable), so I'm going to have to review this in more detail.

DamienMcKenna’s picture

Issue summary: View changes
Status: Needs work » Closed (won't fix)

Unfortunately this module is no longer supported, so I'm closing this issue.