How can I remove options in quick search?

I need to edit the quick search box so that it does not have the options block below it, but I cannot find any place to edit it. How can I edit it?

 

Thanks,

Dan

Quote · 16 Jul 2013

It should be in the profile builder, search profiles option (right top)

Dedicated servers for as little as $32 (28 euro) - See http://denre.com for more information
Quote · 16 Jul 2013

It should be but it isn't. In the Search Profiles option I have removed Looking for but it still appears on the Quick Search box in the home page. There is also no place to remove the check boxes Online Only and With Photos Only. Where is the code located for these features?

 

Dan

 

Quote · 16 Jul 2013

there are 3 different search views. Simple, Advanced, and Quick - make sure to remove from all 3. To remove the online and photos only, that would be in an html file - try checking in templates/base/

caredesign.net
Quote · 16 Jul 2013

There is a quick search form on the home page that is different than the other quick search boxes. Looking into it, I see:

Type: Special Block

Description: Quick search form

 

 

I cannot find it in templates/base or anywhere. I searched the database and cannot find it there either.

Anyone know where it is edited?

 

Dan

Quote · 17 Jul 2013

I spotted the same problem just now.  I only want a basic search by name, so the "options" block is unnecessary. However I cant find a way to get rid of it. Anyone got any bright ideas?

Quote · 4 Aug 2013

BxDolProfileFields.php page - around line 1176:

 

           if ($bAddFlags /* array_search($iBlockId, array_keys($this->aBlocks)) != 0 */) {
                // create input for "online only"
     //           $aInputs[] = array(
     //               'type' => 'checkbox',
       //             'name' => 'online_only',
         //           'label' => _t('_online only'),
           //         'checked' => !empty($aDefaultParams['online_only']) &&
             //           ($aDefaultParams['online_only'] == 'on'),
               // );

                // create input for "with photos only"
     //           bx_import('BxDolMemberInfo');
     //           $oMemberInfo = BxDolMemberInfo::getObjectInstance(getParam('sys_member_info_thumb'));
    //            if($oMemberInfo->isAvatarSearchAllowed())
    //                $aInputs[] = array(
    //                    'type' => 'checkbox',
                 //       'name' => 'photos_only',
                 //       'label' => _t('_With photos only'),
    //                    'checked' => !empty($aDefaultParams['photos_only']) &&
    //                        $aDefaultParams['photos_only'] == 'on',
   //                 );

 

The red // are not part of the original code - add the red // to comment out those lines - which will remove the Online and Photos options.

caredesign.net
Quote · 11 Aug 2013
 
 
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.