Here is a rough patch to make node go to work under Drupal 6.

CommentFileSizeAuthor
nodegoto-d6.patch4.24 KBkeathmilligan

Comments

keathmilligan’s picture

I forgot to mention... There is a bug in the core node module that will prevent Node Go To from working without a patch. You'll want to grab this patch too:

http://drupal.org/node/264625

greggles’s picture

Which branch is this against?

[gvshost]$ patch -p0 < nodegoto-d6.patch
patching file ./nodegoto.info
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file ./nodegoto.info.rej
patching file ./nodegoto.module

greggles’s picture

@keathmilligan - it appears that this module is abandoned. Any chance you're willing to take it over?

introfini’s picture

Hi greggles,

The module isn’t abandoned. I'm just very, very busy, I’m sorry. But I don't mind giving commit rights to whoever wants to help. If no one volunteers, I’ll take care of the issue queue as soon as possible.

Thanks,
introfini

greggles’s picture

Title: Rough patch for Drupal 6 support » Nodegoto Drupal 6 support

@introfini - sorry for thinking that the module was abandoned when it is not. I didn't mean to insult you - I know that people get busy and can't give every module their attention. Thanks for being willing to accept other developers as co-maintainer.

PRZ’s picture

It's been a while since anyone has discussed porting this GREAT module to Drupal 6. As I can't believe there is not this core functionality in CCK, is there any estimate on when a release for 6 can be expected.

Thank you for the patch but it is not working on a D6.6 installation. There are no errors, but the page is not redirected after insertion of the CCK form.

patchak’s picture

For d6 you might want to consider the rules module, which does kinda the same thing...

Alexis