6.x port
meba - August 18, 2008 - 15:37
| Project: | Advanced Contact |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
Hi,
I am attaching a patch for 6.x port of this module.
| Attachment | Size |
|---|---|
| advcontact-6.x.patch | 1.64 KB |

#1
Rerolling, fixed a typo in help and fixed a bug that this string wasn't exported into translation files.
#2
Thanks! I'll take a look.
#3
Could you leave the help text the way it was? If there is a problem can we handle it separately so its easier to review?
#4
per my comments
#5
Removing help text modifications.
Simplest. Update. Ever.
#6
#7
Works for me, really simple patch so i think RTBC.
#8
Any idea when this will be rolled out as a stable 6.x version?
#9
subscribing
#10
The patch basically works for me. There's some weird grammar in one spot, though, which I changed like so:
--- advcontact.module (revision 78)+++ advcontact.module (working copy)
@@ -38,7 +38,7 @@
'#required' => TRUE,
);
$form['contact_information']['#value'] =
- t('You can leave us a message about using the contact form below regarding: @category', array('@category' => $cat));
+ t('Use the form below to send a message to our @category team. Thanks for your interest.', array('@category' => $cat));
}
}
#11
Thanks guys, took a little of both patches(no message change). Forgot to credit but thanks a lot!
#12
Automatically closed -- issue fixed for 2 weeks with no activity.