remove zip from search

speedyit posted 14th of February 2008 in Community Voice. 2 comments.
Hi everyone does anyone know how to remove zip from the quick search as i dont use this feature

Thanks
 
Comments
·Oldest
·Top
Please login to post a comment.
I to have the same problem.Incase you have find the solution plz keep a message how to remove it.
speedyit
in /templates/tmpl_uni/scripts/index.php

comment or remove:
$ret .= '<div class="qsi_line">';
$ret .= '<div class="qsi_first">';
$ret .= _t("_within");
$ret .= '</div>';
$ret .= '<div class="qsi_second">';
$ret .= '<span style="position:absolute; top:0px; left:0px;">';
$ret .= '<input type="text" name="distance" style="width:46px;" />';
$ret see more .= '</span>';
$ret .= '<span style="position:absolute; top:0px; left:80px;" >';
$ret .= '<select name="metric" style="position:relative;float:left;width:50px;left:0px;">';
$ret .= '<option selected="selected" value="miles">' . _t("_miles") . '</option>';
$ret .= '<option value="km">' . _t("_km") . '</option>';
$ret .= '</select>';
$ret .= '</span>';
$ret .= '</div>';
$ret .= '</div>';

$ret .= '<div class="qsi_line">';
$ret .= '<div class="qsi_first">';
$ret .= _t("_from ZIP");
$ret .= '</div>';
$ret .= '<div class="qsi_second">';
$ret .= '<input type="text" name="zip" />';
$ret .= '</div>';
$ret .= '</div>';
 
 
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.048663139343262