OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Calendar & description in main tab (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Calendar & description in main tab

bachmann72 (User)
Junior Boarder
Posts: 35
graphgraph
User Offline Click here to see the profile of this user
Calendar & description in main tab 10 Years, 11 Months ago
Karma: 0  
Hi:
I would like to configurate my calendar and mark the days that are available and not available the Apartments.
From my houses I see to configurate new prices from weeks, weekends and midweek,but not only to mark the availability dates.

How should I configurate so in the advert show in green or red color for the availability ?

Also I would like to doesn't show the description in the main tab only in all information tab, how can I configurate this??

Regards,

Christian
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Calendar & description in main tab 10 Years, 11 Months ago
Karma: 101  
hello Christian,

In calendar days availability or not availability - appear after some bodyu send rent request for that property and you approve it. After that for that period property will not available

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
bachmann72 (User)
Junior Boarder
Posts: 35
graphgraph
User Offline Click here to see the profile of this user
Re:Calendar & description in main tab 10 Years, 11 Months ago
Karma: 0  
Hi:
Thanks for your reply.

Also I would like to doesn't show the description in the main tab only in all information tab, how can I configurate this??

Regards,
Christian
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Calendar & description in main tab 10 Years, 11 Months ago
Karma: 101  
Hello Christian,

For doesn't show the description in the main tab only in all information tab in Real Estate manager - you need edit display house view.
For that you need find file:
{yours site}/components/com_realestatemanager/realestatemanager.html.php

There are you need find function:
displayHouse

and in it remove first description:
It will look some like that:

<td valign="top" class="first_td">
<strong><?php echo _REALESTATE_MANAGER_LABEL_COMMENT; ?>:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>
</td>
<td width="270px" align="justify">
<?php
positions_rem($house->description);
?>
</td>
</tr>


Please backup your file first.

Thanks,
Ordasoft team
Logged Logged
The administrator has disabled public write access.
bachmann72 (User)
Junior Boarder
Posts: 35
graphgraph
User Offline Click here to see the profile of this user
Re:Calendar & description in main tab 10 Years, 11 Months ago
Karma: 0  
Hi and thanks for reply.

I don't get when you say first description.do I have to remove: first_td" or description);
I found :
<td valign="top" class="first_td">
<strong><?php echo _REALESTATE_MANAGER_LABEL_COMMENT; ?>:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>
</td>
<td width="270px" align="justify">
<?php
positions_rem($house->description);
?>
</td>
</tr>
But i'm not sure what do I have to remove there?
Regards,
Christian
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Calendar & description in main tab 10 Years, 11 Months ago
Karma: 101  
Hello,

You need do that for function:
displayHouse

Please save first that file backup, if you do some thing wrong, you will return to old file version

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»