Quote:
Today at 05:57 PM Smoothie said this in Post #55
Uploaded all new files and templates, ver 1.1. Posting to forums, getting PM's, no email.
|
I am an idiot. To fix this, find in form1.php:
PHP Code:
if ($formmemail == "1") {
Notice the wrong spelling - the 2 "m"'s? Change it to:
PHP Code:
if ($formemail == "1") {
It should work now...
For people using an older version of vB, change "vbmail" to "mail".
Anyway, I have updated the version to version 1.2 to fix this mistake. Apologies to all...