HomeMarketAdvanced Quick Search
856 days ago in Search
Price: $15 ($13.5 for Premium)
Version: 1.0.0000
Compatibility: Dolphin 6.1
License: IMPORTANT: This is a commercial product made by AQB Soft. It cannot be modified for other than personal usage. The "personal usage" means the product can be installed and set up for ONE domain name ONLY. To be able to use this product for another domain names you have to order another copy of this product (license). This product cannot be redistributed for free or a fee without written permission from AQB Soft.
 
3 Required and 22 Recommended items

Advanced Quick Search

This simple mod allows you to control appearance of fields in a quick search block on a homepage. You can manage it directly from fields builder in admin panel.

You can check it out on our demo site
http://dolphin61.aqbsoft.com/

Notice that the fields layout here is the same as on a quick search page
http://dolphin61.aqbsoft.com/search.php?search_mode=quick

Plussed by

 
 
 
 

Comments

Oldest First
|
Threaded
 
 
Please login to post a comment.
ttime1
Hello;

I am having a problem with completing the following due to an inability to find the following (BOLD) instructed code in the search.php file:


2. Edit search.php file

a) find the line

$oPF = new BxDolProfileFields($iPFArea);

add above it the line

global $oPF; //--- ALV Advanced Quick Search ---//

b) find the line

PageCode();

see more add above it the code

if (!$is_quick_search) //--- ALV Advanced Quick Search ---//

c) find the line

<form method="GET" action="<?= $_SERVER['PHP_SELF'] ?>">

replace it with the line

<form method="GET" action="search.php"> <!-- //--- ALV Advanced Quick Search ---// -->
<?
global $is_quick_search;
if ($is_quick_search) echo '<input type="hidden" name="search_mode" value="quick" />';
?>

d) find the line

echo DesignBoxContentBorder( $sPageHeader, ob_get_clean() );

replace it with the code

//--- ALV Advanced Quick Search ---//
if (!$is_quick_search) echo DesignBoxContentBorder( $sPageHeader, ob_get_clean() );
else echo ob_get_clean();
//--- ALV Advanced Quick Search ---//



I have the latest version of Dolphin; does that matter?

Thanks,

Torrence
 
 
 
PET:0.073122024536133