Selecting Searchboxes

Main page searchbox

in your index.php page find the section that looks like this
<?php
include ("searchbox.php");
?>

change searchbox.php to searchbox2.php 3 or 4

searchbox 3 is a city based you will need to add the city to search as follows

<?php
$City = 'New%York,NY,US';
include ("searchbox3.php");
?>

Make sure you have ' around the string and a ; at the end of the line.
All cities that have space must have %20 for the space.
The city format is the same as other selections City,StateCode,CountryCode

The following is an example of a city not in the U.S., Canada or Australia

<?php
$City = 'Rome,,IT';
include ("searchbox3.php");
?>

Listings sidebar search

Refer to the advanced page of your xmladmin under listings page

Select an option from the Sidebar Style pulldown and press the save changes button at the bottom


© 2003 XML Systems Inc.