Page 1 of 1

E-Mail option

Posted: Sun Apr 05, 2009 8:23 pm
by Ross
/*************************************
Title:
Version:
Author:
Demo:Testing the mboard before downloading
Download:
Website:

Short description:


*************************************/
When posting a discussion or comment is it possible to make the email a required field instead of optional?

(Here below you can write additional info, longer description and comments)

Posted: Tue Apr 07, 2009 2:21 pm
by Klemen
Yes, open mbaord.php in a plain text editor and change code

Code: Select all

else {$email='NO';}
to

Code: Select all

else {problem('Please enter a valid e-mail address!');}