OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

Joomla Real Estate Wishlist

Go to bottom Favoured: 0

Questions

Botlikné (User)
Junior Boarder
Posts: 26
graphgraph
User Offline Click here to see the profile of this user
Questions 12 Years, 3 Months ago
Karma: 0  
Hello!

I have pro access and I have some questions.
Order Number : 5065978915

1. Where is the pro support?
2. How can I modify RealEstate Manager in the headline?
3. How can I search by city in the search module?
4. How can I put in 2 lines the from and the to fields in the price in the search module?
5. How can I define own proce levels in the search module as from and to?

Thanks in advance!
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8487
graph
User Offline Click here to see the profile of this user
Re:Questions 12 Years, 3 Months ago
Karma: 102  
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.':&nbsp;'.$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
Logged Logged
The administrator has disabled public write access.
Botlikné (User)
Junior Boarder
Posts: 26
graphgraph
User Offline Click here to see the profile of this user
Re:Questions 12 Years, 3 Months ago
Karma: 0  
admin wrote:
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.':&nbsp;'.$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


1. Under pro support I think another forum or livechat or something like these.
2.

5. I would like to define new price levels in the two dropdown menus.
6. How can I show on house public view that I set in the Features manager in the admin panel?

Thanks in advance!
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8487
graph
User Offline Click here to see the profile of this user
Re:Questions 12 Years, 3 Months ago
Karma: 102  
Hello,

2. How can I modify RealEstate Manager in the headline?
ordasoft.com/Forum/RealEstateManager-com...e-changing.html#8945


5. I would like to define new price levels in the two dropdown menus.

Please in file
{site}/modules/mod_realestatemanager_search/tmpl/default.php

Code:

for($i=0; $i<=$max_price+10000; $i=$i+10000){
    $price[] = mosHTML :: makeOption($i, $i);
    $price_to[] = mosHTML :: makeOption($i, $i);
}



and replace to :
Code:

for($i=0; $i<=$max_price+1000000; $i=$i+1000000){
    $price[] = mosHTML :: makeOption($i, $i);
    $price_to[] = mosHTML :: makeOption($i, $i);
}




6. How can I show on house public view that I set in the Features manager in the admin panel?
We replied in your other post

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Botlikné (User)
Junior Boarder
Posts: 26
graphgraph
User Offline Click here to see the profile of this user
Re:Questions 12 Years, 3 Months ago
Karma: 0  
1. Under pro support I think another forum or livechat or something like these. So?
Logged Logged
The administrator has disabled public write access.
Botlikné (User)
Junior Boarder
Posts: 26
graphgraph
User Offline Click here to see the profile of this user
Re:Questions 12 Years, 3 Months ago
Karma: 0  
So what does "free support" mean in my package?
Logged Logged
The administrator has disabled public write access.
Go to top
»