I've created a patch for Drupal 6 based on the 1.0 release. Hopefully this is helpful to others.

CommentFileSizeAuthor
contact_redirect-20081003.patch7.34 KBCraig Gardner

Comments

johnpitcairn’s picture

Applied patch, with this output:

john$ cd /Volumes/Scratch/Installers/drupal/contact_redirect
john$ patch < contact_redirect-20081003.patch
patching file contact_redirect.info
Hunk #1 succeeded at 2 with fuzz 2.
patching file contact_redirect.install
patching file contact_redirect.module

And the module claims to be enabled in Drupal 6.9 - though still showing as 5.x-1.0 (should that change when patched?)

I'm not seeing a redirect field added in the site-wide contact form settings.

Something I'm missing? Any advice appreciated (relative Drupal newbie here).

johnpitcairn’s picture

Ah OK, the redirect field is per-category. Working, nice, thanks.

s.daniel’s picture

Status: Needs review » Reviewed & tested by the community

The info file version information is not updated propperly.
Besides that is seems to work. :)

frankcarey’s picture

this is on my radar, I'll update soon (Add 6.x release)

jesss’s picture

Is there an ETA on the 6.x release?

frankcarey’s picture

I was thinking about changing the way this functions for 6.x release to fall in line with some core contrib changes, but what may make more sense is to release a 6.1.x and leave that stuff for a 2.x release.

frankcarey’s picture

Assigned: Craig Gardner » frankcarey
Status: Reviewed & tested by the community » Fixed

OK patch applied to HEAD and released as 6--1-0-BETA1. Please test the beta and confirm it functions correctly.

jesss’s picture

Version: 5.x-1.0 » 6.x-1.0-beta1

Seems to be working fine for me. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.