Search found 4 matches

by dbillon2
Wed May 23, 2012 2:45 pm
Forum: Proposals
Topic: Function checkEmail - phpmyfaq-2.0.15 VS phpmyfaq-2.7.3
Replies: 6
Views: 10526

Re: Function checkEmail - phpmyfaq-2.0.15 VS phpmyfaq-2.7.3

Hi,

Yes. The FAQ is only for few people.

Dylan
by dbillon2
Wed May 23, 2012 1:50 pm
Forum: Proposals
Topic: Function checkEmail - phpmyfaq-2.0.15 VS phpmyfaq-2.7.3
Replies: 6
Views: 10526

Re: Function checkEmail - phpmyfaq-2.0.15 VS phpmyfaq-2.7.3

Hi,

I'm trying to force users in the FAQ to give email address from "gmail.com" domain.

Dylan
by dbillon2
Mon May 21, 2012 1:33 pm
Forum: Proposals
Topic: Function checkEmail - phpmyfaq-2.0.15 VS phpmyfaq-2.7.3
Replies: 6
Views: 10526

Re: Function checkEmail - phpmyfaq-2.0.15 VS phpmyfaq-2.7.3

Hi,

First of all, thank you for the reply.
I tried to restrict the mail address in the method called "validateEmail" but something is wrong.

Here is a part of the functions.php file from phpMyFaq 2.0.15 :

function checkEmail($sender)
{
global $IDN;
$sender = $IDN->decode($sender ...
by dbillon2
Fri May 11, 2012 4:00 pm
Forum: Proposals
Topic: Function checkEmail - phpmyfaq-2.0.15 VS phpmyfaq-2.7.3
Replies: 6
Views: 10526

Function checkEmail - phpmyfaq-2.0.15 VS phpmyfaq-2.7.3

Suite à une mise à jour de phpMyFaq de la version 2.0.15 à la version 2.7.3, je tente de restreindre le domaine pour l'utilisateur qui renseigne le champ "Votre adresse e-mail ".
Dans la version 2.0.15, j'ai adapté la fonction "checkEmail" du fichier /inc/functions.php, mais je ne parviens pas à la ...