Any plans about drupal 6 port?

Comments

longwave’s picture

Doesn't seem possible at present, the Nodewords API changed in D6 and doesn't allow me to hook into it in the same way. This might be fixed if/when the Nodewords 2.x branch ever gets released. Unless anyone else has any bright ideas on how to implement this a different way...

lolmaus’s picture

Subscribing

gsemko’s picture

Assigned: Unassigned » gsemko
Status: Active » Fixed

Hi

Here is working version for 6.x branch

gsemko’s picture

StatusFileSize
new7 KB
new7 KB
andypost’s picture

Status: Fixed » Needs review

not fixed, should be commited before fixed

longwave’s picture

What versions of nodewords and nodewords_bypath was this tested with? I've installed your version of the module but can't see how to configure it - nodewords_bypath doesn't seem to work with recent versions of nodewords, see #586248: Error since updating to nodewords 6.x-1.2.

Brian294’s picture

I'm experiencing the same problems as longwave. It appears to be incompatible with nodewords 6.x-1.2.

longwave’s picture

Status: Needs review » Needs work
vadimk’s picture

longwave’s picture

@madalien: was that code produced by you? Should I upload it to CVS and create a 6.x release here?

Devis’s picture

subscribing

Brian294’s picture

I just published a 6.x module that marries the best features of page_title and nodewords. Wildcard paths and tokens supported. Great for tough-to-reach page titles in Views, Panels, and other non-node paths!

http://drupal.org/project/nodewords_pagetitle

Peace,
Brian

hanoii’s picture

Hey longwave. I am in the search of a module to alter page titles, I wonder if you have any news on this. I checked the module reported on this, but it's based on nodewords and nodewords is going through a strange phase. I might be using it anyway but wonder if you have thought of doing this just based on page title and not on nodewords. I might be doing it myself but want to hear your thoughts.

a.=

longwave’s picture

This module was written for a 5.x site that I am no longer working on, so I never needed a 6.x release. I understand about nodewords not being stable, but as "page title" can effectively be treated the same as any other meta tag, it definitely seems to make sense to keep it integrated with nodewords, that's why I wrote this module this way in the first place, and presumably why Brian did the same with his 6.x version.

longwave’s picture

Status: Needs work » Closed (won't fix)