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
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 | ||||
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 | ||||
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
| ||||
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 | ||||
There is a quick search form on the home page that is different than the other quick search boxes. Looking into it, I see:
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 | ||||
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? | ||||
BxDolProfileFields.php page - around line 1176:
if ($bAddFlags /* array_search($iBlockId, array_keys($this->aBlocks)) != 0 */) {
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 |