Closed (fixed)
Project:
Contact Redirect
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
3 Oct 2008 at 08:34 UTC
Updated:
9 Apr 2009 at 19:20 UTC
I've created a patch for Drupal 6 based on the 1.0 release. Hopefully this is helpful to others.
| Comment | File | Size | Author |
|---|---|---|---|
| contact_redirect-20081003.patch | 7.34 KB | Craig Gardner |
Comments
Comment #1
johnpitcairn commentedApplied 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).
Comment #2
johnpitcairn commentedAh OK, the redirect field is per-category. Working, nice, thanks.
Comment #3
s.daniel commentedThe info file version information is not updated propperly.
Besides that is seems to work. :)
Comment #4
frankcarey commentedthis is on my radar, I'll update soon (Add 6.x release)
Comment #5
jesss commentedIs there an ETA on the 6.x release?
Comment #6
frankcarey commentedI 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.
Comment #7
frankcarey commentedOK patch applied to HEAD and released as 6--1-0-BETA1. Please test the beta and confirm it functions correctly.
Comment #8
jesss commentedSeems to be working fine for me. Thanks!