2.0.2 Released!March 29, 2008, 02:58:50 PM by mikeh
I am releasing version 2.0.2 of the contact script. You can download it using the links below.
mcontact-2-0-2.tar.gz
mcontact-2-0-2.zip
Upgrade Instructions
Upgrading from 2.0.1 is fairly straight forward.
Before you begin make a back up copy of your config.php and any template modifications you have made.
- Download the 2.0.2 package
- Extract it over the top of the old 2.0.1 directory. The easiest way to do this is to extract the files on your local computer and then upload them over the top of the old files.
- Restore your old config.php file
Updating a modified templates
This section only applies if you modified a template file.
Open up contact_form.php:
replace this...
Code:
<img src="<?php echo $M_CONTACT['urlToContact']; ?>captcha/captcha_image.php" id="gotcha-captcha" alt="<?php $contact->getAlt(); ?>">
with this...
Code:
<img src="<?php echo $M_CONTACT['urlToContact']; ?>captcha/securimage_show.php" id="gotcha-captcha" alt="<?php $contact->getAlt(); ?>">
That should do it!

