E-Mail option

Everything related to MBoard - PHP message board
Locked
Ross
Posts: 1
Joined: Sun Apr 05, 2009 8:14 pm

E-Mail option

Post 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)
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post 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!');}
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Locked