Not require e-mail address for submissions

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
JohnDubya
Posts: 9
Joined: Sat Jul 08, 2006 12:14 am

Not require e-mail address for submissions

Post by JohnDubya »

I have phpMyFaq 1.6.3. I don't want to require people to enter an e-mail address for submitting an FAQ entry or a comment. I've already tried some stuff, but I absolutely cannot find how to do this! Any help is appreciated. Thanks!
JDub

Find useful information online for a ton of different topics!
http://www.johnnyzone.com
david_de
Posts: 72
Joined: Tue Dec 13, 2005 12:09 am

Post by david_de »

Look in tempate/ask.tpl

I think you can remove it there.
Thorsten
Posts: 15562
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

you have to remove the lines with the mail check in the save*.php files:

Code: Select all

&& isset($_POST['usermail']) && checkEmail($_POST['usermail'])
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
JohnDubya
Posts: 9
Joined: Sat Jul 08, 2006 12:14 am

Post by JohnDubya »

That worked, thank you!
JDub

Find useful information online for a ton of different topics!
http://www.johnnyzone.com
Post Reply