disable emailaddress on ask question
Moderator: Thorsten
disable emailaddress on ask question
Is is possible to disable the emailaddress on the ask question page?
Hi,
disabling viewing the e-mail address or disabling the need to add the address?
bye
Thorsten
disabling viewing the e-mail address or disabling the need to add the address?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Hello Thorsten,
I want to use phpMyFaq on two different sites.
The first one there's no email required.
I've read viewtopic.php?t=1170 and it worked on the "Add Content" and "Add Comment" feature.
I still have to fill in my emailaddress when I ask a question.
I don't want to remove the user email requirement from the second site.
But I want to disable the "mailto" function.
As you can see my English is bad.
Sorry.
I want to use phpMyFaq on two different sites.
The first one there's no email required.
I've read viewtopic.php?t=1170 and it worked on the "Add Content" and "Add Comment" feature.
I still have to fill in my emailaddress when I ask a question.
I don't want to remove the user email requirement from the second site.
But I want to disable the "mailto" function.
As you can see my English is bad.
Sorry.
Hi,
replace the following code in functions.php (about line 525):
with
bye
Thorsten
replace the following code in functions.php (about line 525):
Code: Select all
$output .= "<strong>".$PMF_LANG["msgCommentBy"]."<a href=\"mailto:".safeEmail($row->email)."\">".$row->usr."</a>:</strong>\n";
Code: Select all
$output .= "<strong>".$PMF_LANG["msgCommentBy"].$row->usr.":</strong>\n";
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist