You can set few options directly in config.php.
1) If you wish to keep the home page with text listings and not map then open config.php and find this:
$fullScreenEnabled="true";
and change it to
$fullScreenEnabled="false";
2) $enableRegisterCaptcha=true;
Set it to false, if you want to disable the registration captcha. for ex: $enableRegisterCaptcha=false;
3) $defaultCityZoom=11;
This is the zoom level of the visitor city and it is used when visitor first visits the website and geoIP is enabled in the admin options. You can choose a value between 0 and 21 where 0 is world view and 21 is the closest street view.
4) $defaultCountryZoom=4;
This is the zoom level of the default country if there's not a single listing and map loads the default country set in admin options.
In all other cases the script automatically sets the zoom level as per the number of markers found in a given area.
5) $reMaxPictures=15;
Maximum # of allowed images to be uploaded.
6) $rtl=false;
Set it to true if you want to enable the rtl mode.
Created with the Personal Edition of HelpNDoc: Free help authoring tool