Hi there

Well, I suspect the answer I need is in this forum somewhere, however there doesn't seem to be a way to search just this forum, only to search the whole drupal.org site? am I missing something here?

Anyhow... what I am looking for (and I know something like this must exist on this site, but I haven't been able to find it)... is there a guide to porting modules from D6 to D7, as in:

- which hooks now function differently
- which hooks in D6 are relating to constructs that don't exist in D7 or have changed radically, and what to replace them with in D7
- any miscellanious hints as to code to watch for that will need serious rethinking/rewriting (eg: CCK in D6 changes to "Fields in Core," in D7, I know that much... but I bet this isn't the only such change!)

cheers,
Peter Fisera
Earth Angel Consulting

Comments

dnewkerk’s picture

Check out http://drupal.org/update/modules ... the Automated updates and Converting 6.x modules to 7.x links in the list are probably what you need.

earthangelconsulting’s picture

thanks David! that's exactly what i needed.