News and Updates

xx 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!

xx Contact script 2.0.2 release candidate 1
March 01, 2008, 02:45:41 PM by mikeh

An updated version for the contact script is available.  This is an unofficial release as bug testing is not complete yet.  Please use this version if you have trouble with 2.0.1.

2.0.2 has been released
Please see: http://www.themike.com/forums/index.php?topic=190.0