Jacques Malgrange
Forum Replies Created
-
Forum: Plugins
In reply to: [Rencontre - Dating Site] where is the code to check if logged into WordPressRencontre_filter.php. At the top.
Forum: Plugins
In reply to: [Rencontre - Dating Site] Cannot import example photosNo, in Rencontre > General > CSV, Zip package, CSV or ZIP File: import the ZIP file. That’s all, no need to move to uploads.
I wish you a very happy new year in 2025 too.
Forum: Plugins
In reply to: [Rencontre - Dating Site] Cannot import example photosHi, You can directly import the zip file. No needs to explode it.
- This reply was modified 2 months, 3 weeks ago by Jacques Malgrange.
Yes, you can add this function in your functions.php file.
Default sizes are in rencontre_filter.php, function rencPhotoSize() :
$size = array( array('label'=>'-mini', 'width'=>60, 'height'=>60, 'quality'=>75), array('label'=>'-grande', 'width'=>250, 'height'=>250, 'quality'=>75), array('label'=>'-libre', 'width'=>260, 'height'=>195, 'quality'=>75) );
Full size is 1280 x 960
All are x2 in retina mode for smartphone. The file name then ends with @2x.jpg in place of .jpg.
Regards
No, recurring payments are not installed. It’s a one-time payment for a period you define.
Regards
I answered too quickly. It’s not the ID of a member but of a relation that can be at zero. I’ll fix it.
Regards
I have just tested and I don’t see any issue in this code. If an ID is in the two c_zrelation cases, then it will appear in array_intersect.
You should not affect the ID number zero to a member, 0 is not an ID.
If you are not using Encrypted ids, then, its the same link without php code, just id=777.
Hi,
Use function rencGetId($id, $f) to crypt ($f=0) or decrypt ($f=1) member id ($id).
Then, your link should be :
<a href="https://www.mysite.com/?renc=card&id=<?php echo rencGetId(777,0); ?>">User Page</a>
Regards
Hello Marisa,
Thank you for this precise report, I will fix that.
Regards
It’s taken into account. Update 3.13 will be released tonight or tomorrow.
Forum: Plugins
In reply to: [Rencontre - Dating Site] Au moins une photo obligatoireBonjour,
Ce sera le cas pour la prochaine mise à jour qui ne saurait tarder.
Cordialement
Forum: Plugins
In reply to: [Rencontre - Dating Site] MatchingHi,
You can add profil search in quick search. See Rencontre > Custom > Search.
Unlimited profile search (not quick) is available in the premium kit.
Regards
Forum: Plugins
In reply to: [Rencontre - Dating Site] Rencontre en anglais,Merci pour ce retour. C’est une incompatibilité avec la nouvelle version WP-6.7.
Je vais faire une mise à jour.
Forum: Plugins
In reply to: [Rencontre - Dating Site] Image moderation does not workHi,
Thanks for this report. I will fix it. A new update is in progress.
Regards