Removing "phtos Only" from quick search

hello,

does anyone know how to REMOVE "photo's Only" option from the quick search. I just want to make it invisible.

thanks.

Quote · 2 Mar 2010

open the inc/classes/BxDolProfileFields.php

find these strings :

// create input for "with photos only"
$aInputs[] = array(
'type' => 'checkbox',
'name' => 'photos_only',
'label' => _t('_With photos only'),
'checked' => $aDefaultParams['photos_only'] == 'on',
);

and remove it

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 2 Mar 2010

Perfect.

Worked awesome:)

Quote · 3 Mar 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.