Disable Email Requirement
Moderator: Thorsten
Disable Email Requirement
I want to remove the user email requirement from the "Add Content" and "Ask Question" feature. What do I need to modify. I am a php newbie but know enough not to mess with things yet.
Hi,
open the file save.php and remove in the line 20 the following code:
Then save the file. After that open the file savequestion.php and remove in the line 20:
bye
Thorsten
open the file save.php and remove in the line 20 the following code:
Code: Select all
&& isset($_REQUEST["usermail"]) && $_REQUEST["usermail"] != ""
Code: Select all
$_REQUEST["usermail"]
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist