Jacques Malgrange
Forum Replies Created
-
Forum: Plugins
In reply to: [Rencontre - Dating Site] translateOK,
In Dashboard, Loco Translate > Settings > Site options : ‘Skip PHP files larger than’ : Set 500.
Then Loco Translate > Plugins > Rencontre > Your Language Edit > Sync.
It should work.
Regards
Noted, I’ll correct that.
Forum: Plugins
In reply to: [Rencontre - Dating Site] translateHi,
In Dashboard : Loco Translate > Plugins > Rencontre, New language (If yours doesn’t exist)
The sentense “You are currently hidden…” already exists in the po files :
"You are currently hidden to other members and you can't communicate because "
"your account is not complete. You should promptly update this page otherwise "
"your access will be canceled."Regards
Forum: Plugins
In reply to: [Rencontre - Dating Site] Facebook like button is not working.Hi,
The Facebook button alone can do nothing. You need to create a connection app on your Facobook-developer account.
Regards
Forum: Plugins
In reply to: [Rencontre - Dating Site] Pages videsBonjour,
Je n’ai pas d’explication connue à ce dysfonctionnement. Essayez avec un autre thème, avec un autre navigateur. Regardez en Admin si la page du plugin est bien la bonne (Rencontre > Général). Modifiez l’utilisateur en Admin et regardez ce que ?a donne…
Cordialement
Users can hide this sidebar by clicking on the ‘V’ to the right of the bar. Isn’t that enough?
Forum: Plugins
In reply to: [Rencontre - Dating Site] Bug mise à jourBonjour,
Pour le lien de connexion du menu, il faut vous rendre dans le tableau de bord WordPress, dans Apparence > Menus.
Supprimez les items liés à Rencontre dans votre/vos menu puis insérez-les de nouveau depuis le bloc Rencontre (les liens en # sont devenus des liens réels). Sauvegardez.
Pour la recherche, je ne sais pas mais tout ce qui concerne la taille et le poids ont évolué. Si vous utilisez des templates maisons, ?a vient peut-être de là.
Cordialement
Forum: Plugins
In reply to: [Rencontre - Dating Site] where is the code to check if logged into WordPressDuckDuckGo browser is now working.
Regards
Hi,
First, you need to call the function rencGetPhotos() to get all the photos of a member.
$ph = rencGetPhotos(member_id);
Then you can loop the $ph array to get photos names, size and URL. Try a var_dump to see the structure of the table.
var_dump($ph);
Regards
- This reply was modified 1 month, 2 weeks ago by Jacques Malgrange.
Hi,
A configurable questionnaire has been added as an option when a member unsubscribes. It’s a Premium feature.
Settings in Rencontre > General > Email.
Regards
Forum: Plugins
In reply to: [Rencontre - Dating Site] Ajax warning rencontre_filter.php line241Thanks, This is fixed.
Forum: Plugins
In reply to: [Rencontre - Dating Site] Cannot import example photosimagecreatefromjpeg() is a PHP function. It needs GD-1.8 or later.
https://www.php.net/manual/en/function.imagecreatefromjpeg.php
Thank you César for your compliments. I appreciate it.
Don’t hesitate to suggest improvements.
Regards
Forum: Plugins
In reply to: [Rencontre - Dating Site] Au moins une photo obligatoireBonjour,
Il n’y a pas de changement sur l’upload de photo, c’est toujours le même principe La différence est que l’utilisateur sans photo n’a pas accès aux fonctionnalités du site et qu’une notification lui indique qu’il doit mettre une photo.
Cordialement
Noted, I’ll add a form for unsubscribing.
To block robots, you can add a reCAPTCHA v3 plugin.Regards