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.044870853424072