Hello,
1. Where is the pro support?
What you mean ?
2. How can I modify RealEstate Manager in the headline?
What you mean ?
3. How can I search by city in the search module?
For that you need check in Real Estate module setting "Do you show city for search" , After that you type city what you wish in search field and set checkbox for search through cities in properties search module
4. How can I put in 2 lines the from and the to fields in the price in the search module?
as example ypou may do that so:
Please in Property search module, file:
{site}/modules/mod_realestatemanager_search/tmpl/default.php
in it find rows:
| Code: |
<tr>
<td align="left" nowrap>
<?php echo _REALESTATE_MANAGER_LABEL_PRICE.': '.$pricelist.$pricelistto; ?>
</td>
</tr>
|
and replace to
| Code: |
<tr>
<td align="left" nowrap>
<?php echo _REALESTATE_MANAGER_LABEL_PRICE ; ?>
</td>
<td align="left" nowrap>
<?php echo $pricelist; ?>
</td>
<td align="left" nowrap>
<?php echo $pricelistto; ?>
</td>
</tr>
|
5. How can I define own proce levels in the search module as from and to?
Not understand what you mean, but may be before questions will help for you
Thanks,
OrdaSoft team