• Resolved mihaylovra

    (@mihaylovra)


    Hello, Jacques!

    Can you please tell me how to put a checkmark in the advanced search in the “Only with photo” item by default? Thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jacques Malgrange

    (@sojahu)

    Hi Pomah,

    You can do that by editing the template rencontre_search.php.

    Line ~173, Replace

    <input type="checkbox" name="<?php echo (!empty($rencOpt['lbl']['photo'])?$rencOpt['lbl']['photo']:'photo'); ?>" style="margin:0 8px" value="1" <?php if(!empty($mem['photo'])) echo 'checked'; ?> />

    by

    <input type="checkbox" name="<?php echo (!empty($rencOpt['lbl']['photo'])?$rencOpt['lbl']['photo']:'photo'); ?>" style="margin:0 8px" value="1" checked />

    Regards

    Thread Starter mihaylovra

    (@mihaylovra)

    Thank you, Jacques!

    Everything worked out, it’s better this way.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Check the box to search only with photos’ is closed to new replies.