AntonLVTop  8939 (99.6%)

Advanced Quick Search

 

compatible compatibility not specified not compatible

Version: 

Added: 20.01.10

Updated: 20.02.13

Category: Search

Tags: modifications, search, quick, fields, aqb soft

Demo: http://dolphin61.aqbsoft.com/  username - aqbtest,password - xxxxx

License: IMPORTANT: This is a commercial product made by AQB Soft. It cannot be modified for see more 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.

Technical Checklist...

 
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.
 
Reviews
·Oldest
·Top
|
All
Please login to post a comment.
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
 
 
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.
PET:0.10699701309204